dpctl.SyclDevice.atomic_fence_scope_capabilities¶
- SyclDevice.atomic_fence_scope_capabilities¶
Returns a tuple of
dpctl.memory_scopeenum members describing atomic fence scope capabilities of the device.- Returns:
Tuple of supported fence scopes.
- Return type:
Tuple[
dpctl.memory_scope]- Raises:
RuntimeError – If an unrecognized memory scope is reported by runtime.