[core][experimental] Allow custom NCCL group declaration in accelerated DAG #45593
Labels
compiled-graphs
core
Issues that should be addressed in Ray Core
enhancement
Request for new feature and/or capability
P0
Issues that should be fixed in short order
Description
Currently, accelerated DAGs automatically create a NCCL group of actors based on the annotated DAG nodes. However, sometimes user code will already create a NCCL group, or they will want more explicit control over which actors are in the NCCL group, especially if there are multiple groups. To support this, we should allow the user to pass in custom NCCL groups when creating the accelerated DAG.
Use case
No response
The text was updated successfully, but these errors were encountered: