compute-runtime/runtime/command_queue
Mrozek, Michal e4bffaa194 Route all enqueue without kernel calls directly to enqueueHandler.
Change-Id: I4c4ab013ff9adbe0e32e2661b3091f319d36c9c3
2019-02-22 14:19:22 +01:00
..
CMakeLists.txt Add new parameter to thread data dispatching 2018-10-05 12:06:25 +02:00
command_queue.cpp Allocate command buffers with proper allocation type. 2019-02-20 12:52:45 +01:00
command_queue.h Add const keyword. 2019-02-12 15:02:24 +01:00
command_queue_hw.h Refactor around cache flush and command queue 2019-02-10 17:59:33 +01:00
command_queue_hw.inl Refactor around cache flush and command queue 2019-02-10 17:59:33 +01:00
cpu_data_transfer_handler.cpp Force resource locking on transfer calls 2018-12-14 12:25:28 +01:00
enqueue_barrier.h Route all enqueue without kernel calls directly to enqueueHandler. 2019-02-22 14:19:22 +01:00
enqueue_common.h Route all enqueue without kernel calls directly to enqueueHandler. 2019-02-22 14:19:22 +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 Limiting the value of LWS to the value of GWS 2019-02-01 12:49:54 +01:00
enqueue_marker.h Route all enqueue without kernel calls directly to enqueueHandler. 2019-02-22 14:19:22 +01:00
enqueue_migrate_mem_objects.h Route all enqueue without kernel calls directly to enqueueHandler. 2019-02-22 14:19:22 +01:00
enqueue_read_buffer.h Remove debug flag ForceResourceLockOnTransferCalls 2019-01-25 14:03:29 +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 Route all enqueue without kernel calls directly to enqueueHandler. 2019-02-22 14:19:22 +01:00
enqueue_write_buffer.h Remove debug flag ForceResourceLockOnTransferCalls 2019-01-25 14:03:29 +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 Remove OCL Events concept from EnqueueOperation and dispatchWalker 2019-02-12 08:46:18 +01:00
gpgpu_walker.inl Refactor headers and reorder include order 2019-02-14 13:39:01 +01:00
gpgpu_walker_base.inl Use GpuAddress for TimestampPacket programming 2019-02-11 15:31:17 +01:00
hardware_interface.h Refactor headers and reorder include order 2019-02-14 13:39:01 +01:00
hardware_interface.inl Create GraphicsAllocation during dispatch when queue is blocked 2019-02-21 15:28:17 +01:00
hardware_interface_base.inl Use GpuAddress for TimestampPacket programming 2019-02-11 15:31:17 +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