compute-runtime/opencl/source/kernel
Maciej Plewka 6ab6e1abff Fix mutex order for event task and move args to gpu
This commit fixes problem with untransfered shared usm memory to gpu
when there is submit to gpu trigerred by user event. Also there is a fix
for dead lock problem caused by mixed orders of locking mutexes in csr
and in direct submission controller.

Related-To: NEO-6762

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2022-06-21 11:28:25 +02:00
..
CMakeLists.txt Remove device enqueue part 7 2022-01-19 10:41:57 +01:00
get_additional_kernel_info.cpp Store single KernelInfo in Kernel 2021-03-22 21:30:03 +01:00
image_transformer.cpp Move kernel info to shared directory 2021-09-29 23:49:49 +02:00
image_transformer.h Add absolute path to include 2020-02-23 08:47:49 +01:00
kernel.cpp Fix mutex order for event task and move args to gpu 2022-06-21 11:28:25 +02:00
kernel.h style: configure readability-identifier-naming.FunctionCase 2022-05-17 20:55:56 +02:00
kernel_extra.cpp Remove deprecated code 2021-12-14 11:36:10 +01:00
kernel_info_cl.h Remove KernelArgInfo and use KernelDescriptor's args instead 2021-04-23 15:12:09 +02:00
kernel_objects_for_aux_translation.h Add resolve capability for compressed USM device allocations 2021-01-08 12:16:26 +01:00
multi_device_kernel.cpp Fix for svm pointer arg caching 2022-03-08 12:13:15 +01:00
multi_device_kernel.h Improve caching in clSetKernelArgSVMPointer 2/n 2022-03-02 18:10:52 +01:00