Skip to content

Commit 5598d49

Browse files
authored
Merge branch 'main' into chhwang/new-ipc-mem
2 parents f90b4e2 + 11b7b35 commit 5598d49

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

docs/dsl.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/programming_guide.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)