compute-runtime/shared/test/unit_test
Patryk Wrobel 9b26e96b11 Do not copy std::vector of OS handles when it is not needed
This change replaces unneeded copying of std::vectors
with usage of const references. Furthermore, it adds
reserve() call before filling the container via push_back().

Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
2022-10-21 10:28:58 +02:00
..
ail Support for non-Latin characters in application path for AIL 2022-08-26 09:23:46 +02:00
aub Correct method names in device and module fixtures 2022-08-12 10:40:56 +02:00
aub_mem_dump CMake: don't include shared/test/unit_test when shared tests are skipped 1/n 2022-08-09 11:41:09 +02:00
built_ins Remove builtins duplication 2022-08-24 07:27:46 +02:00
command_container Remove O(n) lookup in command container destructor 2022-10-14 13:24:07 +02:00
command_queue CMake: don't include shared/test/unit_test when shared tests are skipped 1/n 2022-08-09 11:41:09 +02:00
command_stream Update SBA in hybrid immediate and regular commandlist usages 2022-10-14 11:42:06 +02:00
compiler_interface Correct spelling mistakes 2022-10-20 15:53:23 +02:00
debug_settings CMake: don't include shared/test/unit_test when shared tests are skipped 2022-08-25 10:48:37 +02:00
debugger L0 debugger - decanonize SDI address before adding to buffer 2022-10-17 20:22:17 +02:00
device Do not copy std::vector of OS handles when it is not needed 2022-10-21 10:28:58 +02:00
device_binary_format Correct spelling mistakes 2022-10-20 15:53:23 +02:00
direct_submission Replace virtual method call for DC flush with stored bool value 2/n 2022-10-12 09:43:01 +02:00
encoders Replace virtual method call for DC flush with stored bool value 3/n 2022-10-18 15:04:02 +02:00
fixtures Replace virtual method call for DC flush with stored bool value 3/n 2022-10-18 15:04:02 +02:00
gen8 programStateBaseAddress: improve code reuse 2022-09-21 11:54:57 +02:00
gen9 add pipeline select hw properties support flags 2022-09-14 11:23:44 +02:00
gen11 Add initialization method to ioctl helpers 2022-09-22 11:55:59 +02:00
gen12lp Remove not used isSimulation functions 2022-09-20 11:01:55 +02:00
gmm_helper Correct shared fixture methods name to meet clang-tidy requirements 2022-08-16 12:52:49 +02:00
heap_assigner Correct method names in device and module fixtures 2022-08-12 10:40:56 +02:00
helpers Revert "Return error when image arg does not support media block commands" 2022-10-12 03:58:33 +02:00
image Correct method names in device and module fixtures 2022-08-12 10:40:56 +02:00
indirect_heap Move files between shared/test/unit_test and /common (fixtures, helpers, mocks) 2022-08-11 12:53:19 +02:00
kernel Prepare OCL tests for switch to zebin 2022-09-16 15:33:26 +02:00
memory_manager Use correct context for validateHostPtr 2022-10-18 13:10:28 +02:00
mocks Move files from shared/test/unit_test to shared/test/common 2022-08-30 12:24:28 +02:00
os_interface Revert "Add support for USM shared in WSL for dGPU" 2022-10-21 05:59:34 +02:00
page_fault_manager Move files from shared/test/unit_test to shared/test/common 2022-08-30 12:24:28 +02:00
preamble Refactor of pipeline select programming 2022-09-15 15:38:10 +02:00
preemption Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
program Correct printf formatting for %% 2022-10-13 17:31:17 +02:00
scratch_space_controler Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
sku_info Move sku_info tests to shared 2022-06-14 17:10:52 +02:00
unified_memory Reduce the size of masks to 4. 2022-09-19 21:53:40 +02:00
utilities Ocloc asm/disasm support for zebin 2022-10-10 14:48:55 +02:00
xe_hp_core Refactor of pipeline select programming 2022-09-15 15:38:10 +02:00
xe_hpc_core Remove check for symmetrical SKU on XE_HPC_CORE 2022-10-17 17:47:35 +02:00
xe_hpg_core Revert "Calculate CS timestamp based on OA timestamp and frequencies ratio" 2022-10-16 11:14:46 +02:00
CMakeLists.txt CMake: don't include shared/test/unit_test when shared tests are skipped 2022-08-25 10:48:37 +02:00
main.cpp Use max enabled slice in debugger thread mapping 2022-10-03 18:11:50 +02:00
ult_specific_config.cpp Rename compression flags and helpers 2021-12-03 18:09:02 +01:00