So I’m working on a project where I had to modify NCCL a bit to serve my purpose.
Now my question is how would I force pytorch to use my version of NCCL?
To start with, Is NCCL dynamically linked so pytorch would automatically link to any version of NCCL available? or is it statically linked that I need to recompile Pytorch with my custom NCCL version?
Any pointers or tips are appreciated.
Cheers