ROCm-OpenCL-Runtime icon indicating copy to clipboard operation
ROCm-OpenCL-Runtime copied to clipboard

OpenCL clEnqueueBarrier(or Marker)WithWaitList are not implemented?

Open Yougmark opened this issue 6 years ago • 0 comments

https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/blob/cc77105f58e5096ff81afe4d1992c6bde3545fff/runtime/device/rocm/rocvirtual.cpp#L1777 https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/blob/cc77105f58e5096ff81afe4d1992c6bde3545fff/runtime/device/rocm/rocvirtual.cpp#L1778

Because they are both using this submitMarker in VirtualGPU, which is not implemented. Or I am misunderstanding this?

Yougmark avatar Mar 14 '18 14:03 Yougmark