compute-runtime/opencl/test/unit_test
Mateusz Hoppe 4df533f63a Use full path when loading SourceLevelDebugger library
Change-Id: I27f7ee2b8944b9890ab4b141c06e9c2f0a8dffb1
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2020-11-01 18:18:38 +01:00
..
accelerators Pass ClDeviceVector to Program's ctor 2020-10-19 18:47:11 +02:00
api KernelInfo refactor 2020-10-30 14:05:46 +01:00
aub Move aub and tbx code to shared 2020-10-19 16:04:47 +02:00
aub_mem_dump Move aub and tbx code to shared 2020-10-19 16:04:47 +02:00
aub_stream_mocks Add stepping to initialize AubManager 2020-09-03 13:33:17 +02:00
aub_tests Handle program's callbacks on API level 2020-10-29 11:28:02 +01:00
built_ins KernelInfo refactor 2020-10-30 14:05:46 +01:00
command_queue Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
command_stream Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
compiler_interface Cmake format script 2020-08-19 16:36:30 +02:00
config Reduce include paths in ULT 2020-03-27 14:11:45 +01:00
context Extend specialQueue in context to StackVec 2020-10-30 13:33:46 +01:00
d3d_sharing Adding support to packed formats 2020-09-28 14:49:54 +02:00
device Improve returning global and max alloc memory size 2020-10-30 15:58:42 +01:00
device_queue Pass ClDeviceVector to Program's ctor 2020-10-19 18:47:11 +02:00
event Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
execution_environment Move aub and tbx code to shared 2020-10-19 16:04:47 +02:00
execution_model Add DeviceBitfield argument to CSR constructor 2020-10-28 17:10:31 +01:00
fixtures Handle program's callbacks on API level 2020-10-29 11:28:02 +01:00
gen8 Add DeviceBitfield argument to CSR constructor 2020-10-28 17:10:31 +01:00
gen9 Add DeviceBitfield argument to CSR constructor 2020-10-28 17:10:31 +01:00
gen11 Add DeviceBitfield argument to CSR constructor 2020-10-28 17:10:31 +01:00
gen12lp Add DeviceBitfield argument to CSR constructor 2020-10-28 17:10:31 +01:00
gen_common Select correct heap base address for ISA 2020-09-23 14:21:22 +02:00
gmm_helper Cmake format script 2020-08-19 16:36:30 +02:00
gtpin Add checks for correct engine for concurrent kernels. 2020-10-26 14:53:52 +01:00
helpers Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
indirect_heap Fix unit test issues 2020-03-16 09:34:55 +01:00
kernel KernelInfo refactor 2020-10-30 14:05:46 +01:00
libult Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
linux Prepare object lib for precompiled builtins in bindless mode 2020-10-06 16:57:11 +02:00
mem_obj Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
memory_manager Improve returning global and max alloc memory size 2020-10-30 15:58:42 +01:00
mock_gdi Assign INTERNAL_FRONT_WINDOW heap for DebugModuleArea allocation 2020-10-22 11:48:37 +02:00
mock_gl Verify GL sharing based on luid from wglGetLuidINTEL function 2020-09-18 09:51:28 +02:00
mock_gmm Cmake format script 2020-08-19 16:36:30 +02:00
mocks Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
mt_tests Move aub and tbx code to shared 2020-10-19 16:04:47 +02:00
offline_compiler Zebin improvements 2020-10-29 16:33:21 +01:00
os_interface Use full path when loading SourceLevelDebugger library 2020-11-01 18:18:38 +01:00
perf_tests Cmake format script 2020-08-19 16:36:30 +02:00
platform Make DeviceBitfield argument constant 2020-10-30 13:45:32 +01:00
preemption Cmake format script 2020-08-19 16:36:30 +02:00
profiling Optimize profiling calls. 2020-10-23 17:36:14 +02:00
program KernelInfo refactor 2020-10-30 14:05:46 +01:00
sampler Pass ClDeviceVector to Program's ctor 2020-10-19 18:47:11 +02:00
scenarios Rename debug flag to EnableBlitterForEnqueueOperations 2020-10-29 12:00:09 +01:00
scheduler Remove MockProgram::setDevice 2020-10-22 12:27:07 +02:00
sharings Remove Context::processExtraProperties function 2020-10-30 14:33:21 +01:00
sku_info Add support for ftrRcsNode flag 2020-08-28 15:52:57 +02:00
source_level_debugger KernelInfo Refactor 2020-10-20 13:18:09 +02:00
test_dynamic_lib
test_files Rename debug flag to EnableBlitterForEnqueueOperations 2020-10-29 12:00:09 +01:00
test_macros Add ClHwHelper 2020-10-22 13:03:07 +02:00
utilities Pass ClDeviceVector to Program's ctor 2020-10-19 18:47:11 +02:00
windows Move aub and tbx code to shared 2020-10-19 16:04:47 +02:00
CMakeLists.txt Set CAPTURE flag in fillExecObject 2020-10-26 13:09:40 +01:00
abort.cpp
custom_event_listener.h fix issues reported by clang-tidy 2020-05-25 12:15:40 +02:00
global_environment.cpp Remove redundant constructors from unit tests 2020-03-16 19:01:24 +01:00
global_environment.h Fix unit test issues 2020-03-16 09:34:55 +01:00
igdrcl_tests_pch.cpp
igdrcl_tests_pch.h do not use absolute path when including hw_cmds.h 2020-08-04 13:27:29 +02:00
lsan_suppressions.txt Fix build with USE_ASAN=ON 2020-05-22 13:17:50 +02:00
main.cpp Use ProgramInfo instead of Program in sip kernel 2020-10-15 16:41:18 +02:00
options_unit_tests.cpp
ult_config_listener.cpp Remove injecting MMIO from AubCenter's dtor 2020-10-15 19:44:53 +02:00
ult_config_listener.h
ult_configuration.cpp
user_settings_32.user Add option to skip USM tests 2020-03-19 10:28:34 +01:00
user_settings_64.user Add option to skip USM tests 2020-03-19 10:28:34 +01:00