Open Mr-Andersen opened 4 years ago
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.
&event
event
My code: https://gist.github.com/Mr-Andersen/497df5036a1fcc5b2e5de9a9c73a1dbb In line 59 of main.rs, if you replace
&event
withevent
, you don't get any compile errors, but in runtime program fails with CL_INVALID_EVENT_WAIT_LIST.