dpctl.SyclContext.atomic_fence_order_capabilities¶
- SyclContext.atomic_fence_order_capabilities¶
Returns a tuple of
dpctl.memory_orderdescribing atomic fence order capabilities of the context.- Returns:
Tuple of supported fence orders.
- Return type:
Tuple[
dpctl.memory_order]- Raises:
RuntimeError – If an unrecognized memory order is given by runtime.