compute-runtime/shared/test/unit_test/scratch_space_controler
Wenju He 03078541d7 feature: make global bindless heaps resident when created
Make bindless heaps resident right after heap allocation.
Motivation is that SYCL bindless image can be passed as a value argument
or through memory. Therefore, we're not able to make its bindless heap
resident during kernel initialization or setting kernel arguments.

This fixes SYCL bindless image read_write_*D.cpp tests on DG2.

Related-To: NEO-7063
Signed-off-by: Wenju He <wenju.he@intel.com>
2024-03-20 14:40:11 +01:00
..
CMakeLists.txt Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
scratch_space_controler_tests.cpp refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controler_xehp_and_later_tests.cpp feature: make global bindless heaps resident when created 2024-03-20 14:40:11 +01:00