compute-runtime/opencl/test/unit_test/command_queue
Szymon Morek a66e69abc9 Prealloc cmd buffer for CSR only when being used
Related-To: NEO-7361

Currently additional command buffer is
preallocated for all CSRs, even for those which
won't be used by application. This PR changes that

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2022-11-15 20:06:29 +01:00
..
gl Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
CMakeLists.txt Refactor interface to hardware interface 2022-07-05 11:54:33 +02:00
blit_enqueue_1_tests.cpp Return submission status from flushTagUpdate method 2022-11-09 14:04:16 +01:00
blit_enqueue_2_tests.cpp Patch global variables and constants once 2022-11-03 17:45:09 +01:00
blit_enqueue_fixture.h Move ClCoreHelper ownership to RootDeviceEnvironment 1/n 2022-11-15 10:35:22 +01:00
buffer_operations_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
command_enqueue_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
command_queue_fixture.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
command_queue_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
command_queue_hw_1_tests.cpp Wait on timestamps in Event::wait 2022-10-10 13:04:21 +02:00
command_queue_hw_2_tests.cpp Prealloc cmd buffer for CSR only when being used 2022-11-15 20:06:29 +01:00
command_queue_tests.cpp Move ClCoreHelper ownership to RootDeviceEnvironment 3/n 2022-11-15 15:45:33 +01:00
command_queue_tests_pvc_and_later.cpp Do not use selector copy engine 2022-09-20 21:49:00 +02:00
csr_selection_args_tests.cpp Use full path to include test.h 1/n 2021-12-15 12:34:34 +01:00
dispatch_walker_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
dispatch_walker_tests_dg2_and_later.cpp Remove usage of TestLegacy from shared tests 2022-08-16 14:36:33 +02:00
dispatch_walker_tests_xehp_and_later.cpp OCL cache per thread data 2022-11-02 17:07:29 +01:00
enqueue_barrier_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_command_without_kernel_tests.cpp Set as default use of device based timestamps 2022-11-10 16:39:56 +01:00
enqueue_command_without_kernel_tests_dg2_and_later.cpp OCL: optimize creating printf buffer 2022-09-30 12:25:57 +02:00
enqueue_copy_buffer_event_tests.cpp Copyright header update 2021-05-17 20:38:19 +02:00
enqueue_copy_buffer_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_buffer_rect_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_buffer_rect_tests.cpp style: configure readability-identifier-naming.LocalVariableCase 2022-05-16 12:39:44 +02:00
enqueue_copy_buffer_tests.cpp Limit pipeline selection to Xe 2022-05-09 13:16:43 +02:00
enqueue_copy_buffer_to_image_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_buffer_to_image_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_image_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_image_tests.cpp Remove commented code 2022-11-15 14:20:17 +01:00
enqueue_copy_image_to_buffer_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_copy_image_to_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_debug_kernel_tests.cpp Mock debug program instead of using binaries 2022-11-02 17:50:42 +01:00
enqueue_fill_buffer_event_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fill_buffer_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fill_buffer_negative_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fill_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fill_image_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fill_image_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_fixture.cpp Copyright header update 2021-05-17 20:38:19 +02:00
enqueue_fixture.h clang-tidy configuration cleanup 2022-05-11 14:02:04 +02:00
enqueue_handler_tests.cpp Move ClCoreHelper ownership to RootDeviceEnvironment 4/n 2022-11-15 17:24:11 +01:00
enqueue_kernel_1_tests.cpp OCL: Fix error for too big dimensions 2022-11-08 16:11:41 +01:00
enqueue_kernel_2_tests.cpp Move ClCoreHelper ownership to RootDeviceEnvironment 1/n 2022-11-15 10:35:22 +01:00
enqueue_kernel_event_tests.cpp Copyright header update 2021-05-17 20:38:19 +02:00
enqueue_kernel_global_offset_tests.cpp Copyright header update 2021-05-17 20:38:19 +02:00
enqueue_kernel_local_work_size_tests.cpp Fix typo in test name 2021-09-21 09:29:16 +02:00
enqueue_kernel_mt_tests.cpp Add new mt test for scenario with blitter 2022-09-02 17:31:48 +02:00
enqueue_kernel_two_ioq_tests.cpp Remove usage of TestLegacy from shared tests 2022-08-16 14:36:33 +02:00
enqueue_kernel_two_ooq_tests.cpp Remove usage of TestLegacy from shared tests 2022-08-16 14:36:33 +02:00
enqueue_kernel_two_walker_ioq_tests.cpp Remove HW types from synchronization interface 2022-07-25 13:59:26 +02:00
enqueue_kernel_two_walker_ooq_tests.cpp Limit pipeline selection to Xe 2022-05-09 13:16:43 +02:00
enqueue_map_buffer_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_map_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_map_image_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_marker_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_media_kernel.cpp Use full path to include test.h 1/n 2021-12-15 12:34:34 +01:00
enqueue_migrate_mem_objects_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_read_buffer_event_tests.cpp Move local memory access mode getters from HwHelper to HwInfoConfig 2021-09-13 13:10:14 +02:00
enqueue_read_buffer_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_read_buffer_rect_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_read_buffer_rect_tests.cpp Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
enqueue_read_buffer_tests.cpp Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
enqueue_read_image_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_read_image_tests.cpp Allocate buffers in local memory for PVC multi root device platforms (1/n) 2022-11-14 13:56:50 +01:00
enqueue_resource_barier_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_resource_barier_tests_xehp_and_later.cpp test.h refactor 2022-07-04 18:20:07 +02:00
enqueue_svm_mem_copy_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_svm_mem_fill_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_svm_tests.cpp Move files between shared/test/common and /unit_test (xe_*_core, page_fault...) 2022-08-17 16:17:00 +02:00
enqueue_thread_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_unmap_memobject_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_waitlist_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_with_walker_partition_tests.cpp test.h refactor 2022-07-04 18:20:07 +02:00
enqueue_write_buffer_event_tests.cpp Move local memory access mode getters from HwHelper to HwInfoConfig 2021-09-13 13:10:14 +02:00
enqueue_write_buffer_rect_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_write_buffer_rect_tests.cpp Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
enqueue_write_buffer_tests.cpp Move files from shared/test/unit_test to /common (preamble, utilities) 2022-08-17 11:24:58 +02:00
enqueue_write_image_fixture.h Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
enqueue_write_image_tests.cpp Allocate buffers in local memory for PVC multi root device platforms (1/n) 2022-11-14 13:56:50 +01:00
finish_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
flush_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
get_command_queue_info_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
get_size_required_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
get_size_required_image_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
get_size_required_tests.cpp Refactor PIPE_CONTROL programming 2022-08-23 13:55:25 +02:00
hardware_interface_helper.h Refactor interface to hardware interface 2022-07-05 11:54:33 +02:00
ioq_task_tests.cpp Copyright header update 2021-05-17 20:38:19 +02:00
local_work_size_tests.cpp Require LWS to be in ascending format X >= Y >= Z 2022-10-18 13:23:57 +02:00
multi_dispatch_info_tests.cpp Use full path to include test.h 1/n 2021-12-15 12:34:34 +01:00
multiple_map_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
multiple_map_image_tests.cpp Correct typo - createFunc 2022-11-08 09:16:43 +01:00
oom_buffer_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
oom_image_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
oom_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00
ooq_task_tests.cpp Move some mocks to shared 2021-10-12 21:46:53 +02:00
read_write_buffer_cpu_copy.cpp Revert "Allow cpu buffers copy on DG2 in 32bit" 2022-06-08 11:26:00 +02:00
sync_buffer_handler_tests.cpp test.h refactor 2022-07-04 18:20:07 +02:00
work_group_size_tests.cpp test.h refactor 2022-07-04 18:20:07 +02:00
zero_size_enqueue_tests.cpp Remove usage of TestLegacy from opencl tests 2022-08-16 22:16:48 +02:00