compute-runtime/opencl/test/unit_test/command_queue
Cencelewska, Katarzyna 7cb3278eb3 fix: add function to calculate number of threads per tg
Signed-off-by: Cencelewska, Katarzyna <katarzyna.cencelewska@intel.com>
2023-06-13 14:02:24 +02:00
..
gl Cleanup includes 56 2023-02-16 14:42:44 +01:00
CMakeLists.txt Refactor interface to hardware interface 2022-07-05 11:54:33 +02:00
blit_enqueue_1_tests.cpp refactor: use same paths when add command mi_semaphore_wait 2023-03-07 10:35:26 +01:00
blit_enqueue_2_tests.cpp refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
blit_enqueue_fixture.h refactor: don't use global ProductHelper getter 2/n 2023-01-23 07:50:39 +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 refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
command_queue_fixture.cpp Cleanup includes 43 2023-01-25 11:33:39 +01:00
command_queue_fixture.h Cleanup includes 49 2023-02-10 17:26:49 +01:00
command_queue_hw_1_tests.cpp feature: new multitile post sync layout for immediate write [1/n] 2023-06-07 13:11:10 +02:00
command_queue_hw_2_tests.cpp performance: Add debug flag to set BCS split minimal size 2023-05-17 08:07:43 +02:00
command_queue_tests.cpp fix: add bcs engine type only if engine exist 2023-04-20 09:02:38 +02:00
command_queue_tests_pvc_and_later.cpp performance: Bidirectional BCS split implementation for OCL 2023-05-16 13:34:18 +02:00
csr_selection_args_tests.cpp Cleanup includes 34 2023-01-17 14:42:04 +01:00
dispatch_walker_tests.cpp refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
dispatch_walker_tests_dg2_and_later.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
dispatch_walker_tests_xehp_and_later.cpp fix: add function to calculate number of threads per tg 2023-06-13 14:02:24 +02:00
enqueue_barrier_tests.cpp OCL: Optimize IOQ barriers handling 2023-03-24 12:52:47 +01:00
enqueue_command_without_kernel_tests.cpp refactor: Rename member variables to camelCase 2/n 2023-04-27 20:39:22 +02:00
enqueue_command_without_kernel_tests_dg2_and_later.cpp feature(ocl) use tags to synchronize multi root device events 2023-01-23 10:28:01 +01: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 Refactor: dont use global gfxCoreHelper getter in ocl files 3/n 2022-12-28 12:20:14 +01:00
enqueue_copy_buffer_tests.cpp Apply CamelCase for class and struct names 2/2 2023-04-25 13:10:23 +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 Cleanup includes 24 2023-01-10 07:56:16 +01: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 Cleanup includes 23 2023-01-09 12:30:30 +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 Cleanup includes 24 2023-01-10 07:56:16 +01:00
enqueue_debug_kernel_tests.cpp refactor: Remove globaly enabled cl_cache 2023-04-28 23:28:49 +02: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 Cleanup includes 54 2023-02-15 13:59:56 +01:00
enqueue_fill_buffer_tests.cpp Refactor: dont use global gfxCoreHelper getter in ocl files 3/n 2022-12-28 12:20:14 +01: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 Refactor: dont use global gfxCoreHelper getter in ocl files 3/n 2022-12-28 12:20:14 +01: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 refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
enqueue_kernel_1_tests.cpp fix: Add alignment support to createUnifiedMemoryAllocation 2023-05-02 09:19:23 +02:00
enqueue_kernel_2_tests.cpp fix: remove explicit AgeBased Thread Arbitration policy 2023-05-15 09:58:04 +02:00
enqueue_kernel_event_tests.cpp style: format code using clang-format 15.0.6 2023-01-05 10:33:47 +01: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 feat(ocl): do not require enqueued_local_size argument 2023-01-23 16:40:10 +01:00
enqueue_kernel_mt_tests.cpp Apply CamelCase for class and struct names 2023-04-24 15:36:27 +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 refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01: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 Cleanup includes 43 2023-01-25 11:33:39 +01:00
enqueue_map_image_tests.cpp refactor: Rename member variables to camelCase 2/n 2023-04-27 20:39:22 +02:00
enqueue_marker_tests.cpp Cleanup includes 26 2023-01-11 09:10:45 +01: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 Cleanup includes 30 2023-01-13 08:22:14 +01: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 style: format code using clang-format 15.0.6 2023-01-05 10:33:47 +01:00
enqueue_read_buffer_rect_tests.cpp refactor: rename compiler product helper files 2023-02-03 09:03:24 +01:00
enqueue_read_buffer_tests.cpp Refactor: dont use global gfxCoreHelper getter in ocl files 3/n 2022-12-28 12:20:14 +01: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 fix OCL: don't set multi storage resource for system memory images 2023-02-16 12:30:12 +01:00
enqueue_resource_barier_tests.cpp refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
enqueue_resource_barier_tests_xehp_and_later.cpp refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
enqueue_svm_mem_copy_tests.cpp Cleanup includes 23 2023-01-09 12:30:30 +01:00
enqueue_svm_mem_fill_tests.cpp fix(ocl): Use GPU address of SVM alloc. when using builtins 2023-05-26 13:39:14 +02:00
enqueue_svm_tests.cpp fix: create dedicated class for root device indices to store unique values 2023-06-12 22:24:06 +02:00
enqueue_thread_tests.cpp Cleanup includes 38 2023-01-20 14:55:17 +01: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 Cleanup includes 12 2022-12-07 13:14:15 +01: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 Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_write_buffer_rect_tests.cpp refactor: rename compiler product helper files 2023-02-03 09:03:24 +01:00
enqueue_write_buffer_tests.cpp Refactor: dont use global gfxCoreHelper getter in ocl files 3/n 2022-12-28 12:20:14 +01: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 refactor: Rename member variables to camelCase 2/n 2023-04-27 20:39:22 +02:00
finish_tests.cpp Cleanup includes 30 2023-01-13 08:22:14 +01:00
flush_tests.cpp Cleanup includes 30 2023-01-13 08:22:14 +01:00
get_command_queue_info_tests.cpp refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
get_size_required_buffer_tests.cpp fix:pass bool to get CS size instead of reevaluate 2023-03-24 15:24:10 +01:00
get_size_required_image_tests.cpp refactor: Remove globaly enabled cl_cache 2023-04-28 23:28:49 +02:00
get_size_required_tests.cpp OCL: Optimize IOQ barriers handling 2023-03-24 12:52:47 +01: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 refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01: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 Cleanup includes 43 2023-01-25 11:33:39 +01:00
multiple_map_image_tests.cpp refactor: Remove tiledImagesSupported value 2023-03-15 15:48:30 +01:00
oom_buffer_tests.cpp Cleanup includes 30 2023-01-13 08:22:14 +01:00
oom_image_tests.cpp Cleanup includes 30 2023-01-13 08:22:14 +01:00
oom_tests.cpp Cleanup includes 49 2023-02-10 17:26:49 +01:00
ooq_task_tests.cpp style: format code using clang-format 15.0.6 2023-01-05 10:33:47 +01:00
read_write_buffer_cpu_copy.cpp Cleanup includes 31 2023-01-16 11:45:55 +01:00
sync_buffer_handler_tests.cpp Fix for handling incorrect patchSize in patchWithRequiredSize 2023-04-20 16:07:45 +02:00
work_group_size_tests.cpp Cleanup includes 34 2023-01-17 14:42:04 +01:00
zero_size_enqueue_tests.cpp Cleanup includes 30 2023-01-13 08:22:14 +01:00