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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!