[core][compiled graphs] Support NCCL operations in non-compiled graphs #48272
Labels
compiled-graphs
core
Issues that should be addressed in Ray Core
enhancement
Request for new feature and/or capability
good first issue
Great starter issue for someone just starting to contribute to Ray
P1
Issue that should be fixed within a few weeks
Description
Currently the
TorchTensorType(transport="nccl")
hint only changes behavior for compiled graphs. Non-compiled graphs cannot execute p2p or allreduce NCCL operations. The performance would be much worse, but we support this feature for debugging purposes.Use case
No response
The text was updated successfully, but these errors were encountered: