kpet / clvk

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

Add checks to avoid running out of order execution queues #710

Closed Rekt3421 closed 2 weeks ago

Rekt3421 commented 4 months ago

at the moment three conformance test issues are failing as clvk simply ignore out of order execution (as it is not supported) the tests are negative tests and are meant to fail the tests are :

negative_create_command_queue
negative_create_command_queue_with_properties
negative_create_command_queue_with_properties_khr
kpet commented 2 weeks ago

Now fixed by #713