For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo function
clusterlaunchcontrol_try_cancel
def clusterlaunchcontrol_try_cancel[multicast: Bool = False](result: Pointer[UInt128, address_space=AddressSpace.SHARED], mbar: Pointer[Int64, address_space=AddressSpace.SHARED])
Requests to atomically cancel the cluster launch if it has not started running yet.
Only supported on NVIDIA SM100+ GPUs.
Parameters:
- โmulticast (
Bool): Whether to use multicast mode.
Args:
- โresult (
Pointer[UInt128, address_space=AddressSpace.SHARED]): A pointer toUInt128(16B aligned) that will store the result of the cancellation request. - โmbar (
Pointer[Int64, address_space=AddressSpace.SHARED]): A pointer to anInt64(8B aligned) memory barrier state.