-
Notifications
You must be signed in to change notification settings - Fork 76
DSL Quick Start #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DSL Quick Start #689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "DSL Quick Start" guide to help users get started with the MSCCL++ Domain Specific Language for defining custom collective communication algorithms. The guide includes a complete AllGather example with detailed explanations of key concepts like collectives, ranks, buffers, channels, and synchronization patterns.
- Adds comprehensive DSL Quick Start documentation with a worked example
- Includes step-by-step explanations of DSL concepts and API usage
- Provides testing instructions using executor_test.py
- Integrates the new guide into the documentation index and table of contents
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/index.rst | Adds DSL Quick Start entry to the documentation index and table of contents |
| docs/dsl_quick_start.md | New comprehensive guide introducing DSL basics through an AllGather example with installation, usage, and testing instructions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Binyang2014
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could use https://github.com/executablebooks/MyST-NB to make sure our code is valid in future.
Fix #675