File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ MSCCL++ DSL
2+ -----------------
3+
4+ 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.
5+
6+ .. toctree ::
7+ :maxdepth: 1
8+ :caption: MSCCL++ DSL
9+ :hidden:
10+
11+ /dsl_quick_start
12+ guide/mscclpp-dsl
13+ guide/mscclpp-dsl-integration
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can find the followings from this documentation.
1010
1111- **Overview: ** An overview of MSCCL++ and its features. :doc: `🔗 <overview >`
1212- **Quick Start: ** A guide to build, install, and run MSCCL++. :doc: `🔗 <quickstart >`
13- - **DSL Quick Start : ** A guide to get started with the MSCCL++ DSL for defining custom algorithms . :doc: `🔗 <dsl_quick_start >`
13+ - **MSCCL++ DSL : ** A guide to get started with the MSCCL++ DSL. :doc: `🔗 <dsl >`
1414- **Tutorials: ** A step-by-step guide for GPU communication using MSCCL++. :doc: `🔗 <tutorials >`
1515- **Programming Guide: ** Advanced topics and best practices for using MSCCL++. :doc: `🔗 <programming_guide >`
1616- **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.
2222
2323 overview
2424 quickstart
25- dsl_quick_start
25+ dsl
2626 tutorials
2727 programming_guide
2828 cpp_api
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ This section provides advanced topics and best practices for using MSCCL++. It i
1111 guide/memory-management
1212 guide/advanced-connections
1313 guide/cpp-examples
14- guide/mscclpp-dsl
1514 guide/customized-algorithm-with-nccl-api
16- guide/mscclpp-dsl-integration
You can’t perform that action at this time.
0 commit comments