kpet / clvk

Implementation of OpenCL 3.0 on Vulkan
Apache License 2.0
360 stars 42 forks source link

If device does not support out-of-order exec, fail when appropriate #711

Closed Rekt3421 closed 3 months ago

Rekt3421 commented 3 months ago

This addresses #710 and fails with the correct argument when out of order execution is attempted on a device that does not support out of order execution.