clusterlaunchcontrol_query_cancel_get_first_ctaid_v4
clusterlaunchcontrol_query_cancel_get_first_ctaid_v4(result: UnsafePointer[UInt128, result.origin, address_space=AddressSpace.SHARED]) -> Tuple[UInt32, UInt32, UInt32]
Decodes the cancellation request.
Only supported on NVIDIA SM100+ GPUs.
Args:
- result (
UnsafePointer): A pointer toUInt128that make up the cancellation request result to decode.
Returns:
Tuple: A tuple of three UInt32 values representing the first CTA ID coordinates (x, y, z).