compute-runtime/unit_tests
Dunajski, Bartosz 3eab5cfe35 Patch flat image params on setKernelArg
Change-Id: Iae0f37dfcd2ee14a3874835f2e444549d1769074
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2019-12-11 08:18:55 +01:00
..
accelerators Remove runtime/gen_common from include paths 2019-11-19 13:37:34 +01:00
api Move headers to core 2019-12-10 12:19:29 +01:00
aub Move headers to core 2019-12-10 12:19:29 +01:00
aub_mem_dump Move gmm_helper to core 2019-12-04 15:25:32 +01:00
aub_stream_mocks Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
aub_tests Move headers to core 2019-12-10 12:19:29 +01:00
built_ins Move headers to core 2019-12-10 12:19:29 +01:00
command_queue Move headers to core 2019-12-10 12:19:29 +01:00
command_stream Move headers to core 2019-12-10 12:19:29 +01:00
compiler_interface FLAT_IMAGE patch tokens support 2019-12-09 08:49:04 +01:00
context Move headers to core 2019-12-10 12:19:29 +01:00
d3d_sharing Move headers to core 2019-12-10 12:19:29 +01:00
device Return CL_DEVICE_HOST_UNIFIED_MEMORY cap based on local memory 2019-12-10 17:43:17 +01:00
device_queue Move headers to core 2019-12-10 12:19:29 +01:00
elflib Move ElfLib to core 2019-10-18 08:31:12 +02:00
event Move IndirectHeap to core and improve unit tests 2019-12-03 15:06:27 +01:00
execution_environment Move headers to core 2019-12-10 12:19:29 +01:00
execution_model [1/N] Program refactor - decouple from patchokens 2019-11-25 19:46:21 +01:00
fixtures Patch flat image params on setKernelArg 2019-12-11 08:18:55 +01:00
gen8 Move headers to core 2019-12-10 12:19:29 +01:00
gen9 Move headers to core 2019-12-10 12:19:29 +01:00
gen11 Move headers to core 2019-12-10 12:19:29 +01:00
gen12lp Move headers to core 2019-12-10 12:19:29 +01:00
gen_common Move IndirectHeap to core and improve unit tests 2019-12-03 15:06:27 +01:00
gmm_helper Move headers to core 2019-12-10 12:19:29 +01:00
gtpin Move headers to core 2019-12-10 12:19:29 +01:00
helpers Use actual MockSip object in ULTs 2019-12-10 14:13:17 +01:00
indirect_heap Move IndirectHeap to core and improve unit tests 2019-12-03 15:06:27 +01:00
kernel Patch flat image params on setKernelArg 2019-12-11 08:18:55 +01:00
libult Move headers to core 2019-12-10 12:19:29 +01:00
linux Change maxNBitValue to a constexpr function 2019-11-28 14:40:16 +01:00
mem_obj Move headers to core 2019-12-10 12:19:29 +01:00
memory_manager Connect UnifiedMemoryProperties with MemoryPropertiesFlags 2019-12-09 14:23:46 +01:00
mock_gdi Move files to core 2019-11-19 16:19:52 +01:00
mock_gmm Use newer GMM API 2019-11-05 08:30:09 +01:00
mocks Use actual MockSip object in ULTs 2019-12-10 14:13:17 +01:00
mt_tests Always specify rootDeviceIndex for graphics memory allocations 2019-11-15 15:14:41 +01:00
offline_compiler Use actual MockSip object in ULTs 2019-12-10 14:13:17 +01:00
os_interface Move headers to core 2019-12-10 12:19:29 +01:00
perf_tests Move headers to core 2019-12-10 12:19:29 +01:00
platform Use actual MockSip object in ULTs 2019-12-10 14:13:17 +01:00
profiling Disable TimestampPacket optimizations in Aub/Tbx mode 2019-12-02 15:38:13 +01:00
program Patch flat image params on setKernelArg 2019-12-11 08:18:55 +01:00
sampler Remove runtime/gen_common from include paths 2019-11-19 13:37:34 +01:00
scenarios Move headers to core 2019-12-10 12:19:29 +01:00
scheduler Move headers to core 2019-12-10 12:19:29 +01:00
sharings Move headers to core 2019-12-10 12:19:29 +01:00
sku_info Move files to core 2019-11-19 16:19:52 +01:00
source_level_debugger Move initialization of AubCenter to RootDeviceEnvironment 2019-11-19 11:30:16 +01:00
test_dynamic_lib
test_files Disable host ptr tracking for GEN12LP 2019-12-06 11:57:32 +01:00
utilities Disable TimestampPacket optimizations in Aub/Tbx mode 2019-12-02 15:38:13 +01:00
windows Move headers to core 2019-12-02 14:20:45 +01:00
.clang-tidy clang-tidy improvements and code fixes 2019-11-25 16:06:34 +01:00
CMakeLists.txt Fix command container tests cmake generation 2019-12-04 15:22:01 +01:00
abort.cpp Move Debug helpers to the core dir 2019-09-05 16:00:35 +02:00
core_unit_tests_files.cmake Fix command container tests cmake generation 2019-12-04 15:22:01 +01:00
custom_event_listener.h Remove printing SKIPPED tests from output 2019-05-17 11:30:04 +02:00
global_environment.cpp Move headers to core 2019-12-02 14:20:45 +01:00
global_environment.h Move headers to core 2019-12-02 14:20:45 +01:00
igdrcl_tests_pch.cpp Initial implementation of PCH for Windows 2018-11-20 13:42:49 +01:00
igdrcl_tests_pch.h Move headers to core 2019-12-02 14:20:45 +01:00
main.cpp Move headers to core 2019-12-10 12:19:29 +01:00
options.cpp Move headers to core 2019-12-10 12:19:29 +01:00
test_mode.h Report too long test name at compile time 2019-04-02 10:26:01 +02:00
tests_configuration.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
ult_config_listener.cpp Move headers to core 2019-12-10 12:19:29 +01:00
ult_config_listener.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
ult_configuration.cpp Report too long test name at compile time 2019-04-02 10:26:01 +02:00
user_settings_32.user
user_settings_64.user
verify.bat