Files
mscclpp/docs/programming_guide.rst
Binyang Li a707273701 Torch integration (#692)
Reorganize current native algorithm implementation and DSL algorithm
implementation.
Provide unified API for DSL algo and native algo and provide interface
to tune the algo
Provide interface for pytorch integration with native API and DSL

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chhwang <8018170+chhwang@users.noreply.github.com>
2026-01-21 20:32:24 -08:00

17 lines
519 B
ReStructuredText

Programming Guide
-----------------
This section provides advanced topics and best practices for using MSCCL++. 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: Programming Guide
:hidden:
guide/memory-management
guide/advanced-connections
guide/cpp-examples
guide/customized-algorithm-with-nccl-api
guide/mscclpp-dsl-integration
guide/mscclpp-torch-integration