IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Mojo function

group_start

def group_start()

Marks the start of a collective operation group.

Currently a no-op that exists as a drop-in placeholder for vendor CCL (ncclGroupStart / rcclGroupStart). Wrapping a series of collective calls between group_start() and group_end() allows a future implementation to batch them as a single fused CCL operation without changing call sites.

Was this page helpful?