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_end

def group_end()

Marks the end of a collective operation group.

Currently a no-op that exists as a drop-in placeholder for vendor CCL (ncclGroupEnd / rcclGroupEnd). 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.