For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
clusterlaunchcontrol_query_cancel_is_canceled
def clusterlaunchcontrol_query_cancel_is_canceled(result: Pointer[UInt128, address_space=AddressSpace.SHARED, _safe=False]) -> UInt32
Decodes the cancellation request.
Only supported on NVIDIA SM100+ GPUs.
Args:
- result (
Pointer[UInt128, address_space=AddressSpace.SHARED, _safe=False]): A pointer toUInt128that make up the cancellation request result to decode.
Returns:
UInt32: True if the cancellation request is canceled, False otherwise.