compute-runtime/shared/test/common/os_interface/linux
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 feature: Add support for ARL-S 2023-10-13 10:28:21 +02:00
create_drm_memory_manager.cpp refactor: remove redundant definitions KB/MB/GB 2023-12-05 08:55:18 +01:00
device_command_stream_fixture.cpp refactor: correct naming of DrmIoctl enums 2023-12-12 10:02:19 +01:00
device_command_stream_fixture.h feature: add logic to iterate for all contexts to check GPU pagefault 2024-03-15 07:48:39 +01:00
device_command_stream_fixture_context.cpp refactor: correct naming of DrmIoctl enums 2023-12-12 10:02:19 +01:00
device_command_stream_fixture_context.h style: format code using clang-format 15.0.6 2023-01-05 10:33:47 +01:00
device_command_stream_fixture_prelim.h Pass Drm to ioctl helper ctor 2022-06-29 15:47:01 +02:00
drm_buffer_object_fixture.h refactor: correct naming of enum class constants 6/n 2023-12-13 14:48:52 +01:00
drm_command_stream_fixture.h build: add clang-tidy restriction for Enum case 2023-12-21 08:58:51 +01:00
drm_memory_manager_fixture.cpp feature: make global bindless heaps resident when created 2024-03-20 14:40:11 +01:00
drm_memory_manager_fixture.h feature: make global bindless heaps resident when created 2024-03-20 14:40:11 +01:00
drm_memory_manager_prelim_fixtures.h refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
drm_mock_cache_info.h refactor: correct naming of enum class constants 1/n 2023-12-05 14:26:42 +01:00
drm_mock_device_blob.h refactor: remove intel_hwconfig_types file from third party 2023-12-27 15:32:23 +01:00
drm_mock_extended.cpp refactor: correct naming of DrmIoctl enums 2023-12-12 10:02:19 +01:00
drm_mock_extended.h test: add test prelim mock drm class 2023-05-11 19:15:38 +02:00
drm_mock_memory_info.h refactor: remove redundant definitions KB/MB/GB 2023-12-05 08:55:18 +01:00
drm_neo_create.cpp refactor: correct naming of enum class constants 4/n 2023-12-13 08:08:51 +01:00
options.cpp Add wddm ult for wsl build [5/n] 2022-12-14 16:32:37 +01:00
signal_utils.cpp test: improve test timeout configuration 2024-02-28 09:05:29 +01:00
sys_calls_linux_ult.cpp feature: Support for ccs mode configuration via SysFs 2024-03-15 15:51:45 +01:00
sys_calls_linux_ult.h feature: Support for ccs mode configuration via SysFs 2024-03-15 15:51:45 +01:00
sys_calls_win.cpp Refactor: don't pass redundant hw info to applyAdditionalContextFlags 2023-01-02 10:20:13 +01:00