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. * add an event dependency to the second FillBuffer to ensure correct execution * change the fill pattern of the first FillBuffer to a different pattern
- Loading branch information