You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UR][OpenCL][Graph] Set simultaneous-use property (#18154)
The merged PR #17658 added the
requirement for OpenCL cl_khr_command_buffer implementations to support
the simultaneous use capability in order to support UR command-buffers.
There was an oversight in this PR where the simultaneous use property
wasn't set on command-buffer creation in the OpenCL adapter. This is
rectified in this patch.
0 commit comments