Skip to main content

Mojo function

clusterlaunchcontrol_query_cancel_get_first_ctaid

clusterlaunchcontrol_query_cancel_get_first_ctaid[id: String](result: UnsafePointer[SIMD[uint64, 1], address_space=AddressSpace(3)]) -> SIMD[uint32, 1]

Decodes the cancellation request.

Only supported on NVIDIA SM100+ GPUs.

Parameters:

  • id (String): The dimension to decode. Must be one of x, y, z.

Args:

  • result (UnsafePointer[SIMD[uint64, 1], address_space=AddressSpace(3)]): A pointer to 2 UInt64s that make up the cancellation request result to decode.

Returns:

The coordinate of the first CTAID in the canceled cluster.

Was this page helpful?