Skip to main content

Mojo function

clusterlaunchcontrol_try_cancel

clusterlaunchcontrol_try_cancel[multicast: Bool = False](result: LegacyUnsafePointer[UInt128, address_space=AddressSpace.SHARED], mbar: LegacyUnsafePointer[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 (LegacyUnsafePointer): A pointer to UInt128 (16B aligned) that will store the result of the cancellation request.
  • โ€‹mbar (LegacyUnsafePointer): A pointer to an Int64 (8B aligned) memory barrier state.

Was this page helpful?