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
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
[SYCL] Use host device explicitly and add default ctor tests (#1169)
SYCL2020 changes the default constructor of both platform and device
from using host to using the objects associated with the default device
selector. This commit adjusts for this change in behaviour.
Additionally, this commit also adds tests for the default constructor
behaviour for both platform and device.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments