mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-20 06:49:29 +00:00
Creating Documentation Section for MSCCL++ DSL (#706)
This commit is contained in:
13
docs/dsl.rst
Normal file
13
docs/dsl.rst
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user