Creating Documentation Section for MSCCL++ DSL (#706)

This commit is contained in:
Caio Rocha
2025-12-15 15:07:01 -08:00
committed by GitHub
parent da60eb7f46
commit 11b7b35832
3 changed files with 15 additions and 4 deletions

13
docs/dsl.rst Normal file
View File

@@ -0,0 +1,13 @@
MSCCL++ DSL
-----------------
This section provides advanced topics and best practices for using MSCCL++ DSL. It is designed for users who are already familiar with the basics of MSCCL++ and want to deepen their understanding or optimize their usage.
.. toctree::
:maxdepth: 1
:caption: MSCCL++ DSL
:hidden:
/dsl_quick_start
guide/mscclpp-dsl
guide/mscclpp-dsl-integration

View File

@@ -10,7 +10,7 @@ You can find the followings from this documentation.
- **Overview:** An overview of MSCCL++ and its features. :doc:`🔗 <overview>`
- **Quick Start:** A guide to build, install, and run MSCCL++. :doc:`🔗 <quickstart>`
- **DSL Quick Start:** A guide to get started with the MSCCL++ DSL for defining custom algorithms. :doc:`🔗 <dsl_quick_start>`
- **MSCCL++ DSL:** A guide to get started with the MSCCL++ DSL. :doc:`🔗 <dsl>`
- **Tutorials:** A step-by-step guide for GPU communication using MSCCL++. :doc:`🔗 <tutorials>`
- **Programming Guide:** Advanced topics and best practices for using MSCCL++. :doc:`🔗 <programming_guide>`
- **C++ API Reference:** Detailed documentation of the MSCCL++ C++ API. :doc:`🔗 <cpp_api>`
@@ -22,7 +22,7 @@ You can find the followings from this documentation.
overview
quickstart
dsl_quick_start
dsl
tutorials
programming_guide
cpp_api

View File

@@ -11,6 +11,4 @@ This section provides advanced topics and best practices for using MSCCL++. It i
guide/memory-management
guide/advanced-connections
guide/cpp-examples
guide/mscclpp-dsl
guide/customized-algorithm-with-nccl-api
guide/mscclpp-dsl-integration