compute-runtime/unit_tests
Mateusz Jablonski 74ae06b131 Add new allocation type for internal allocations in system memory
Related-To: NEO-2733

Change-Id: I256d414c1e92647469dd2a80f83bdbfc8721cf43
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2019-04-17 11:20:50 +02:00
..
accelerators Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
api Enable building the spirv kernel more than once 2019-04-16 09:40:28 +02:00
aub Add support for buffer dumps in BIN and TRE format 2019-03-27 13:04:30 +01:00
aub_mem_dump AUB capture with AubStream to support image dumps 2019-04-08 17:28:14 +02:00
aub_stream_mocks Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
aub_tests Rename TimestampPacket to TimestampPacketStorage. 2019-04-16 15:34:28 +02:00
built_ins Do 4 byte transfers for full copy kernel. 2019-04-11 15:49:46 +02:00
command_queue Introduce MemoryManager::getExternalHeapBaseAddress() 2019-04-16 13:30:10 +02:00
command_stream Make sure that resources are not made resident multiple times. 2019-04-17 10:27:11 +02:00
compiler_interface Revert "Use llvmL1 as type for Intemediate binary type" 2019-04-10 12:23:06 +02:00
context Add dedicated map allocation 2019-04-09 16:16:31 +02:00
d3d_sharing Set correct AllocationType in createGraphicsAllocationFromSharedHandle 2019-04-08 08:19:55 +02:00
device Add registry key to always select engine 0. 2019-04-09 18:51:56 +02:00
device_queue Simplify HwTimeStamps operations. 2019-04-15 10:51:09 +02:00
elflib Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
event Add dedicated map allocation 2019-04-09 16:16:31 +02:00
execution_environment Reverse logic of creating Memory Manager - part 6 2019-04-01 10:27:29 +02:00
execution_model Simplify HwTimeStamps operations. 2019-04-15 10:51:09 +02:00
fixtures Reverse logic of creating Memory Manager - part 6 2019-04-01 10:27:29 +02:00
gen8 Add blitterOperationsSupported flag to RuntimeCapabilityTable 2019-04-16 11:34:55 +02:00
gen9 Add blitterOperationsSupported flag to RuntimeCapabilityTable 2019-04-16 11:34:55 +02:00
gen10 Add blitterOperationsSupported flag to RuntimeCapabilityTable 2019-04-16 11:34:55 +02:00
gen11 Add blitterOperationsSupported flag to RuntimeCapabilityTable 2019-04-16 11:34:55 +02:00
gen_common Add support for Gen11 platform 2019-04-05 14:28:55 +02:00
gmm_helper Revert "Update H/V alignment GMM API" 2019-04-15 10:01:49 +02:00
gtpin Reverse logic of creating Memory Manager - part 6 2019-04-01 10:27:29 +02:00
helpers Rename TimestampPacket to TimestampPacketStorage. 2019-04-16 15:34:28 +02:00
indirect_heap Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
instrumentation Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
kernel Add new SVM types 2019-04-11 15:27:38 +02:00
libult Update latestSentTaskCount before flush during blit dispatch 2019-04-16 14:30:51 +02:00
linux Report too long test name at compile time 2019-04-02 10:26:01 +02:00
mem_obj Revert "Update H/V alignment GMM API" 2019-04-15 10:01:49 +02:00
memory_manager Add new allocation type for internal allocations in system memory 2019-04-17 11:20:50 +02:00
mock_gdi Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
mock_gmm fix naming convention in mock_gmm 2018-10-04 22:59:31 +02:00
mocks Rename TimestampPacket to TimestampPacketStorage. 2019-04-16 15:34:28 +02:00
mt_tests Report too long test name at compile time 2019-04-02 10:26:01 +02:00
offline_compiler Do not print error messages from BinaryEncoder/BinaryDecoder in tests 2019-03-29 09:09:38 +01:00
os_interface Add new allocation type for internal allocations in system memory 2019-04-17 11:20:50 +02:00
perf_tests Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
platform Fail AUB tests execution if AUB file cannot be created 2019-03-27 15:40:48 +01:00
preamble Remove code. 2019-04-08 14:07:49 +02:00
preemption Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
profiling Rename TimestampPacket to TimestampPacketStorage. 2019-04-16 15:34:28 +02:00
program Reverse logic of creating Memory Manager - part 6 2019-04-01 10:27:29 +02:00
sampler Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
scenarios Add dedicated map allocation 2019-04-09 16:16:31 +02:00
scheduler Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
sharings Enhance va sharing unit tests 2019-04-16 10:40:37 +02:00
sku_info Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
source_level_debugger Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
tbx Report too long test name at compile time 2019-04-02 10:26:01 +02:00
test_dynamic_lib Update copyright headers 2018-09-20 18:02:35 +02:00
test_files Do 4 byte transfers for full copy kernel. 2019-04-11 15:49:46 +02:00
utilities Rename TimestampPacket to TimestampPacketStorage. 2019-04-16 15:34:28 +02:00
windows Report too long test name at compile time 2019-04-02 10:26:01 +02:00
.clang-tidy enable & switch to clang 6.0 2018-05-25 10:08:26 +02:00
CMakeLists.txt CMake: add flag to enable pch header in ULT on Linux 2019-04-17 08:10:46 +02:00
abort.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
base_object_allocator.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
custom_event_listener.h clang-format: enable sorting includes 2019-02-27 11:50:07 +01:00
global_environment.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
global_environment.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
igdrcl_tests_pch.cpp Initial implementation of PCH for Windows 2018-11-20 13:42:49 +01:00
igdrcl_tests_pch.h clang-format: enable sorting includes 2019-02-27 11:50:07 +01:00
main.cpp Do 4 byte transfers for full copy kernel. 2019-04-11 15:49:46 +02:00
memory_leak_listener.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
memory_leak_listener.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
options.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +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 Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +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 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