Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UB bug in extensions/cl_khr_command_buffer/command_buffer_event_s…
…ync.cpp RunCombufWaitForSecQueueCombuf() is launching two clEnqueueFillBuffer commands on two separate queues, however both had the same buffer argument, and there was no synchronization between the commands. Fixed the test to use separate buffers for the two command queues.
- Loading branch information