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_get_first_ctaid
clusterlaunchcontrol_query_cancel_get_first_ctaid[id: String](result: UnsafePointer[UInt128, address_space=AddressSpace.SHARED]) -> UInt32
Decodes the cancellation request.
Only supported on NVIDIA SM100+ GPUs.
Parameters:
- id (
String): The dimension to decode. Must be one ofx,y,z.
Args:
- result (
UnsafePointer[UInt128, address_space=AddressSpace.SHARED]): A pointer toUInt128that make up the cancellation request result to decode.
Returns:
UInt32: The coordinate of the first CTAID in the canceled cluster.