mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
The surface state needs to be copied to global ssh either during image initialization for sycl bindless image that could be passed to kernel through memory. Privously the copy is done in KernelImp::setArgImage. However, the function won't be called for sycl bindless image. Related-To: NEO-10352 Signed-off-by: He, Wenju <wenju.he@intel.com>