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
[SYCL] Throw correct exception when passing unbound accessor to command (#8131)
According to 4.7.6.9 of SYCL2020 spec, if a placeholder accessor
is passed to a command without being bound to a command group, an
exception should be thrown. Prior to this change, the exception
was only thrown if an unbound placeholder accessor is used, not
only passed. Also, prior to this change, if we passed one unbound
accessor and one (or more) bound accessors to a command, the
exception thrown was incorrect.
Closes#3078.
---------
Signed-off-by: Maronas, Marcos <[email protected]>
0 commit comments