compute-runtime/opencl/test/unit_test
Kamil Kopryk 4aee34702e Move HwInfoConfig & HwHelper ownership to RootDeviceEnvironment
Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>

Use RootDeviceEnvironment getHelper<ProductHelper> for
- configureHwInfoWddm
- configureHwInfoDrm

Use RootDeviceEnvironment getHelper<CoreHelper> for
- getMaxNumSamplers
- adjustDefaultEngineType
2022-11-17 17:05:25 +01:00
..
accelerators Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
api Move ClCoreHelper ownership to RootDeviceEnvironment 4/n 2022-11-15 17:24:11 +01:00
aub_mem_dump ULT: Move aub mem dump tests to shared 2022-11-07 13:05:45 +01:00
aub_tests feat(zebin): Add support for indirect stateless count 2022-10-19 07:58:02 +02:00
built_ins ULT: move sip tests to shared 2022-11-07 14:04:10 +01:00
command_queue Set root device index in OsContext 2022-11-16 23:02:19 +01:00
command_stream Set root device index in OsContext 2022-11-16 23:02:19 +01:00
compiler_interface Move API specific logic directly to getDefaultCompilerCacheConfig function 2022-10-04 10:25:08 +02:00
context Prepare mechanism for returning GPU execution error on OCL API 2022-11-04 15:54:19 +01:00
d3d_sharing Correct arguments verification of clEnqueueReleaseDX9ObjectsINTEL call 2022-08-31 21:02:10 +02:00
debugger Missing support for OCL debugging with L0 2022-09-07 13:30:05 +02:00
device Move HwInfoConfig & HwHelper ownership to RootDeviceEnvironment 2022-11-17 17:05:25 +01:00
event Prealloc cmd buffer for CSR only when being used 2022-11-15 20:06:29 +01:00
execution_environment Configure env variables when CAL enabled 2022-10-27 16:18:11 +02:00
fixtures Move code from header files to cpp files 2022-11-16 15:06:07 +01:00
gen8 Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
gen9 Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
gen11 Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
gen12lp Move HwInfoConfig & HwHelper ownership to RootDeviceEnvironment 2022-11-17 17:05:25 +01:00
gen_common includes cleanup 2022-07-08 14:28:11 +02:00
gmm_helper Correct shared fixture methods name to meet clang-tidy requirements 2022-08-16 12:52:49 +02:00
gtpin Prepare ults for patch tokens cleanup 2022-08-18 20:14:27 +02:00
helpers Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
indirect_heap Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
kernel Move ClCoreHelper ownership to RootDeviceEnvironment 4/n 2022-11-15 17:24:11 +01:00
libult Revert "Enable BCS split WA in OCL" 2022-09-03 20:25:10 +02:00
linux Wait for events from host 2022-10-10 12:12:13 +02:00
mem_obj Fix allocating small buffers from pool 2022-11-16 17:22:28 +01:00
memory_manager Ensure base ptr is passed to PageFaultManager::removeAllocation 2022-11-17 16:12:31 +01:00
mock_gl Revert "Move shared helper files to shared directory" 2022-04-27 13:12:16 +02:00
mocks Set root device index in OsContext 2022-11-16 23:02:19 +01:00
mt_tests Avoid cmpexchg due to CPU Hardware limitation 2022-11-08 17:11:52 +01:00
offline_compiler Revert "Fix for '-q' option in ocloc" 2022-11-16 06:27:31 +01:00
os_interface Set root device index in OsContext 2022-11-16 23:02:19 +01:00
platform Move files between shared/test/unit_test and /common (fixtures, helpers, mocks) 2022-08-11 12:53:19 +02:00
preemption Clean-Up unused code related to GMock 2022-03-22 16:16:34 +01:00
profiling Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
program Cleanup includes in mock_device.h 2022-11-16 17:22:44 +01:00
sampler Move hwInfoConfig ownership to RootDeviceEnvironment 2/n 2022-11-14 13:04:31 +01:00
scenarios Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
sharings Set root device index in OsContext 2022-11-16 23:02:19 +01:00
source_level_debugger Move code from header files to cpp files 2022-11-16 15:06:07 +01:00
test_files use test_files from source location in ults 2022-05-20 14:20:13 +02:00
test_macros Move ClCoreHelper ownership to RootDeviceEnvironment 1/n 2022-11-15 10:35:22 +01:00
utilities Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
windows Enable BCS split in OCL 2022-09-08 15:56:30 +02:00
xe_hp_core Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
xe_hpc_core Move HwInfoConfig & HwHelper ownership to RootDeviceEnvironment 2022-11-17 17:05:25 +01:00
xe_hpg_core Move ClCoreHelper ownership to RootDeviceEnvironment 5/n 2022-11-17 12:25:31 +01:00
CMakeLists.txt vme kernels - fallback to ctni 2022-11-04 18:38:01 +01:00
igdrcl_tests_pch.cpp
igdrcl_tests_pch.h test.h refactor 2022-07-04 18:20:07 +02:00
lsan_suppressions.txt
main.cpp Stop using gen files in unit tests 2022-10-25 11:04:57 +02:00
ult_config_listener.cpp Move command stream tests to shared 2021-12-22 13:00:43 +01:00
ult_config_listener.h Move files between shared/test/common and /unit_test (xe_*_core, page_fault...) 2022-08-17 16:17:00 +02:00
user_settings_32.user
user_settings_64.user