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
Currently, info::device::atomic_fence_order_capabilities and info::device::atomic_fence_scope_capabilities are just returning minimum mandated capabilities specified by SYCL2020, without querying the device at all. We should actually query the device to get this information.
The text was updated successfully, but these errors were encountered:
Currently,
info::device::atomic_fence_order_capabilities
andinfo::device::atomic_fence_scope_capabilities
are just returning minimum mandated capabilities specified by SYCL2020, without querying the device at all. We should actually query the device to get this information.The text was updated successfully, but these errors were encountered: