compute-runtime/runtime/command_queue
Stefanowski, Adam 1001f76085 Add logic for Events in multi-thread scenario
- inc refCount when enqueue is blocked and dec after flushing

Change-Id: I9e8f8d226897124a7e51f2473939d53868bef7a2
2019-01-14 19:45:26 +01:00
..
CMakeLists.txt Add new parameter to thread data dispatching 2018-10-05 12:06:25 +02:00
command_queue.cpp Add pipe control before and after buffer translation 2018-12-20 09:30:53 +01:00
command_queue.h Add pipe control before and after buffer translation 2018-12-20 09:30:53 +01:00
command_queue_hw.h Remove unnecessary casts. 2018-12-18 13:42:14 +01:00
command_queue_hw.inl Update copyright headers 2018-09-20 18:02:35 +02:00
cpu_data_transfer_handler.cpp Force resource locking on transfer calls 2018-12-14 12:25:28 +01:00
enqueue_barrier.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_common.h Add logic for Events in multi-thread scenario 2019-01-14 19:45:26 +01:00
enqueue_copy_buffer.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_copy_buffer_rect.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_copy_buffer_to_image.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_copy_image.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_copy_image_to_buffer.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_fill_buffer.h Simplify Memory Manager API [3/4] 2018-12-17 10:42:16 +01:00
enqueue_fill_image.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_kernel.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_marker.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_migrate_mem_objects.h Update copyright headers 2018-09-20 18:02:35 +02:00
enqueue_read_buffer.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
enqueue_read_buffer_rect.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
enqueue_read_image.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
enqueue_svm.h Simplify Memory Manager API [3/4] 2018-12-17 10:42:16 +01:00
enqueue_write_buffer.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
enqueue_write_buffer_rect.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
enqueue_write_image.h Fixes for misaligned hostPtr enqueueReadWrite 2019-01-11 09:14:47 +01:00
finish.h Allow Device creating multiple CSRs [3/n] 2018-11-23 10:51:34 +01:00
flush.h Allow Device creating multiple CSRs [3/n] 2018-11-23 10:51:34 +01:00
gpgpu_walker.h Cleanup around Walker programming. 2019-01-14 10:12:38 +01:00
gpgpu_walker.inl Fix for incorrect timestamp offset calculation in event profiling info 2019-01-11 16:39:05 +01:00
gpgpu_walker_base.inl Cleanup around Walker programming. 2019-01-14 10:12:38 +01:00
hardware_interface.h Cleanup around Walker programming. 2019-01-14 10:12:38 +01:00
hardware_interface.inl Refactor programWalker. 2019-01-14 09:02:14 +01:00
hardware_interface_base.inl Cleanup around Walker programming. 2019-01-14 10:12:38 +01:00
local_id_gen.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
local_id_gen.h Update copyright headers 2018-09-20 18:02:35 +02:00
local_id_gen.inl Update copyright headers 2018-09-20 18:02:35 +02:00
local_id_gen_avx2.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
local_id_gen_sse4.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
local_work_size.cpp For devices with small HW thread count, limit the available pool of LWS. 2018-01-24 14:30:39 +01:00