ocl icon indicating copy to clipboard operation
ocl copied to clipboard

Receive CL_INVALID_EVENT_WAIT_LIST when pass event to ewait by value

Open Mr-Andersen opened this issue 4 years ago • 0 comments

My code: https://gist.github.com/Mr-Andersen/497df5036a1fcc5b2e5de9a9c73a1dbb In line 59 of main.rs, if you replace &event with event, you don't get any compile errors, but in runtime program fails with CL_INVALID_EVENT_WAIT_LIST.

Mr-Andersen avatar Apr 02 '20 20:04 Mr-Andersen