compute-runtime/opencl/source/command_queue
Dominik Dabek d7981e153e fix(ocl): tweak resolve deps with pipecontrols
Keep resolving with semaphores if multiple (>2) queues are submitting to
the same CSR. In such case, semaphores allow concurrent execution while
pipecontrols would serialize it.

Related-To: NEO-7321

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2023-03-27 17:22:03 +02:00
..
CMakeLists.txt Cleanup includes 26 2023-01-11 09:10:45 +01:00
cl_local_work_size.cpp Disable EUFusion for odd work groups with DPAS on DG2 2023-02-13 15:27:49 +01:00
cl_local_work_size.h Cleanup includes 34 2023-01-17 14:42:04 +01:00
command_queue.cpp fix: missed error handler of SubmissionStatus::FAILED 2023-03-13 16:08:27 +01:00
command_queue.h Wait for barrier on every OCL split blitter 2023-03-15 09:34:41 +01:00
command_queue_hw.h OCL: Allow for RelaxedOrdering barriers in IOQ mode 2023-03-27 12:25:01 +02:00
command_queue_hw_base.inl Register CSR clients for OCL CommandQueues 2023-03-13 18:29:14 +01:00
command_queue_hw_bdw_and_later.inl Disable deviceEnqueue for BDW 2021-11-15 12:49:59 +01:00
command_queue_hw_xehp_and_later.inl fix:pass bool to get CS size instead of reevaluate 2023-03-24 15:24:10 +01:00
copy_engine_state.h Register CSR clients for OCL CommandQueues 2023-03-13 18:29:14 +01:00
cpu_data_transfer_handler.cpp Cleanup includes 28 2023-01-11 17:47:33 +01:00
csr_selection_args.cpp Cleanup includes 43 2023-01-25 11:33:39 +01:00
csr_selection_args.h Split the L0 BCS split into D2H and H2D 2023-02-13 14:17:39 +01:00
enqueue_barrier.h Cleanup includes 2022-07-25 09:58:38 +02:00
enqueue_common.h fix(ocl): tweak resolve deps with pipecontrols 2023-03-27 17:22:03 +02:00
enqueue_copy_buffer.h Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_copy_buffer_rect.h Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_copy_buffer_to_image.h Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_copy_image.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_copy_image_to_buffer.h Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_fill_buffer.h Cleanup includes 56 2023-02-16 14:42:44 +01:00
enqueue_fill_image.h Detect GPU hangs in blocking enqueue handler calls 2022-03-22 21:06:19 +01:00
enqueue_kernel.h OCL: Fix error for too big dimensions 2022-11-08 16:11:41 +01:00
enqueue_marker.h Cleanup includes 2022-07-25 09:58:38 +02:00
enqueue_migrate_mem_objects.h Detect GPU hangs in blocking enqueue handler calls 2022-03-22 21:06:19 +01:00
enqueue_read_buffer.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_read_buffer_rect.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_read_image.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_resource_barrier.h Detect GPU hangs in blocking enqueue handler calls 2022-03-22 21:06:19 +01:00
enqueue_svm.h Cleanup includes 29 2023-01-13 07:53:03 +01:00
enqueue_write_buffer.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_write_buffer_rect.h Add minimal transfer size for BCS split 2022-08-31 21:28:40 +02:00
enqueue_write_image.h style: format code using clang-format 15.0.6 2023-01-05 10:33:47 +01:00
finish.h Detect GPU hangs in clFinish 2022-02-28 19:07:36 +01:00
flush.h Copyright header update 2021-05-17 20:38:19 +02:00
gpgpu_walker.h fix:pass bool to get CS size instead of reevaluate 2023-03-24 15:24:10 +01:00
gpgpu_walker_base.inl fix:pass bool to get CS size instead of reevaluate 2023-03-24 15:24:10 +01:00
gpgpu_walker_bdw_and_later.inl refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
gpgpu_walker_xehp_and_later.inl refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
hardware_interface.h RelaxedOrdering dispatch for OCL 1/n 2023-03-13 17:37:12 +01:00
hardware_interface_base.inl RelaxedOrdering dispatch for OCL 2/n 2023-03-14 15:48:06 +01:00
hardware_interface_bdw_and_later.inl refactor: don't use global ProductHelper getter 13/n 2023-01-27 13:52:36 +01:00
hardware_interface_xehp_and_later.inl refactor: don't use global ProductHelper getter 13/n 2023-01-27 13:52:36 +01:00
resource_barrier.cpp refactor: remove redundant including of compiler_cache.h 2023-02-03 11:16:31 +01:00
resource_barrier.h Cleanup includes 29 2023-01-13 07:53:03 +01:00