Hi everyone,
I would like to know how to add a custom Torch distributed backend.
I added the C++ sources next to the already existing ones (ProcessGroupMPI.cpp and others), but they do not seem to be automatically included (I guess in the TORCH_SRCS
cmake variable via a file(GLOB ...)
mechanism).
Can someone suggest where I am being wrong?
EDIT: basically the issue is that CMake is not able to see that I added some .cpp sources to the tree, but it correctly added the target link dependency.