compute-runtime/unit_tests
Napiatek, Henryk J 6d828e6653 Allow override of default platform Hardware Info Config
New string debug variable HardwareInfoOverride is used to
specify new Hardware Info Config to be selected, for example 1x4x8.

Change-Id: I6d939608e6551e4a9102e5ab2e08255ee4982933
2018-10-10 10:34:23 +02:00
..
accelerators Update copyright headers 2018-09-20 18:02:35 +02:00
api Add new debug flag to limit the number of returned devices. 2018-10-09 00:35:51 +02:00
aub Update copyright headers 2018-09-20 18:02:35 +02:00
aub_tests Aub test for multiple TimestampPackets scenario 2018-10-08 14:38:42 +02:00
built_ins Update copyright headers 2018-09-20 18:02:35 +02:00
command_queue Add new parameter to thread data dispatching 2018-10-05 12:06:25 +02:00
command_stream Fix for batch buffer flattening 2018-10-09 12:28:40 +02:00
compiler_interface Update copyright headers 2018-09-20 18:02:35 +02:00
context Clarified dependencies in Context::getSupportedImageFormats 2018-09-27 18:41:18 +02:00
d3d_sharing Pass execution environment to memory manager 2018-10-03 22:12:26 +02:00
device Update copyright headers 2018-09-20 18:02:35 +02:00
device_queue Update copyright headers 2018-09-20 18:02:35 +02:00
elflib Update copyright headers 2018-09-20 18:02:35 +02:00
event Handle TimestampPackets for non-kernel enqueues 2018-10-10 04:21:30 +02:00
execution_environment Improve PageTableManager creation 2018-10-03 22:37:05 +02:00
execution_model Change virtual class HardwareInterface to static 2018-10-01 15:11:43 +02:00
fixtures Handle TimestampPackets for non-kernel enqueues 2018-10-10 04:21:30 +02:00
gen8 Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
gen9 Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
gen10 Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
gen_common Update copyright headers 2018-09-20 18:02:35 +02:00
gmm_helper Set correct flags for tiling when platform doesn't support y tiling 2018-10-04 22:55:11 +02:00
gtpin Pass execution environment to memory manager 2018-10-03 22:12:26 +02:00
helpers Handle TimestampPackets for non-kernel enqueues 2018-10-10 04:21:30 +02:00
indirect_heap Update copyright headers 2018-09-20 18:02:35 +02:00
instrumentation Update copyright headers 2018-09-20 18:02:35 +02:00
kernel Fix for problems with uninitialized SPatchExecutionEnvironment 2018-10-05 14:58:36 +02:00
libult Set correct flags for tiling when platform doesn't support y tiling 2018-10-04 22:55:11 +02:00
linux Update copyright headers 2018-09-20 18:02:35 +02:00
mem_obj Set correct flags for tiling when platform doesn't support y tiling 2018-10-04 22:55:11 +02:00
memory_manager Handle TimestampPackets for non-kernel enqueues 2018-10-10 04:21:30 +02:00
mock_gdi Update copyright headers 2018-09-20 18:02:35 +02:00
mock_gmm fix naming convention in mock_gmm 2018-10-04 22:59:31 +02:00
mocks Revert "Refactor of glcl sharing" 2018-10-08 14:03:57 +02:00
mt_tests Pass execution environment to memory manager 2018-10-03 22:12:26 +02:00
offline_compiler Adding new tool for decoding and encoding OCL binary. 2018-10-05 12:18:18 +02:00
os_interface Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
perf_tests Update copyright headers 2018-09-20 18:02:35 +02:00
platform Update copyright headers 2018-09-20 18:02:35 +02:00
preamble Update copyright headers 2018-09-20 18:02:35 +02:00
preemption Update copyright headers 2018-09-20 18:02:35 +02:00
profiling Fix for problems with uninitialized SPatchExecutionEnvironment 2018-10-05 14:58:36 +02:00
program Refactoring of internal options extraction 2018-10-05 15:28:31 +02:00
sampler Update copyright headers 2018-09-20 18:02:35 +02:00
scenarios Update copyright headers 2018-09-20 18:02:35 +02:00
scheduler Fix for problems with uninitialized SPatchExecutionEnvironment 2018-10-05 14:58:36 +02:00
sharings Revert "Refactor of glcl sharing" 2018-10-08 14:03:57 +02:00
sku_info Add support for FtrTileY flag 2018-09-20 11:54:39 -07:00
source_level_debugger Update copyright headers 2018-09-20 18:02:35 +02:00
tbx Update copyright headers 2018-09-20 18:02:35 +02:00
test_dynamic_lib Update copyright headers 2018-09-20 18:02:35 +02:00
test_files Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
utilities Handle TimestamPacket with implicit dependencies ownership 2018-09-28 01:48:02 +02:00
windows Update copyright headers 2018-09-20 18:02:35 +02:00
.clang-tidy enable & switch to clang 6.0 2018-05-25 10:08:26 +02:00
CMakeLists.txt Load kernel sources for ULTs dynamically from test_files dir 2018-10-09 19:11:18 +02:00
abort.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
base_object_allocator.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
custom_event_listener.h Update copyright headers 2018-09-20 18:02:35 +02:00
global_environment.cpp remove some redunant casts in setAdapterInfo 2018-03-06 09:09:04 +01:00
global_environment.h remove some redunant casts in setAdapterInfo 2018-03-06 09:09:04 +01:00
main.cpp Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
memory_leak_listener.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
memory_leak_listener.h Update copyright headers 2018-09-20 18:02:35 +02:00
options.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
tests_configuration.h Enhance AubTests with TBX server capability 2018-09-19 15:34:36 +02:00
ult_config_listener.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
ult_config_listener.h Update copyright headers 2018-09-20 18:02:35 +02:00
ult_configuration.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
user_settings_32.user Adjust user setting files to use correct flag for tests 2018-03-28 11:46:29 +02:00
user_settings_64.user Adjust user setting files to use correct flag for tests 2018-03-28 11:46:29 +02:00
verify.bat Update internal 2018-04-13 09:59:16 +02:00