You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to dynamically set nccl_max_nchannels in the program. hope allreduce uses different SM numbers under different conditions, is there any way to achieve this?
The text was updated successfully, but these errors were encountered:
Note this property is per-communicator. If you want different allreduce operations to have different maxCTAs, then you'll need to create multiple communicators.
You can, however, use ncclCommSplit with config.splitShare=1 to create a new identical communicator with a different configuration but without using extra resources.
I want to dynamically set nccl_max_nchannels in the program. hope allreduce uses different SM numbers under different conditions, is there any way to achieve this?
The text was updated successfully, but these errors were encountered: