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] Added support for aspects and the has() function. (#2237)
* [SYCL] Added support for aspects and the has() function.
The SYCL 2020 Provisional Spec adds a new concept called device "aspects",
which provide a way for an application to query whether a device supports
certain features which are not available on all devices.
The device::has() function returns true if a device supports the aspect,
and false otherwise. The platform::has() function returns true if all
devices on the platform support the given aspect, and false otherwise.
Signed-off-by: Gail Lyons <[email protected]>
0 commit comments