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] Fix unittest initialization of queue with selector (#6540)
#6486 added new queue constructors for
the use of callable device selectors. In accordance with SYCL 2020 these
constructors are marked explicit and as such implicit conversion from
initializer lists does not work. These changes fixes the Wait.cpp
unittest to use the explicit constructor.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments