mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
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>
17 lines
519 B
ReStructuredText
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
|