mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
- usingSurfaceStateHeap indicates if any of the args is using local ssh in bindless kernels: without global allocator - ssh is used for all args with global bindless allocator - ssh used only for buffer with offset set in surface state, otherwise not used When any of the args is using ssh - getSurfaceStateHeapDataSize() returns non-zero size. Related-To: NEO-7063 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>