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] Mark some aspects in sycl::aspects as deprecated to conform SYCL 2020 spec (#4776)
The 'int64_base_atomics' and 'int64_extended_atomics' are OpenCL 1.2
extensions. The extensions are available through core SYCL API:
the atomic64 aspect (see Table 189 in the SYCL 2020 specification).
A new value, 'host_debuggable`, is also defined in the 'sycl::aspect'
enumeration.
0 commit comments