torch-ucc icon indicating copy to clipboard operation
torch-ucc copied to clipboard

pytorch ucc plugin

Results 5 torch-ucc issues
Sort by recently updated
recently updated
newest added

Hi when I want to build torch-ucc, I got this error in torch_ucc.hpp: ``` error: expected ")" before opType OpType opType, ``` All output of compile: https://paste.ofcode.org/G7KRkwGchkz4iFgNNiMYAh Build env -...

Changes: - Prepared base docker environment - Added building scenarios

Add github actions for enforcing clang format rules Address comment - https://github.com/openucx/torch-ucc/pull/18#issuecomment-718854392

When I try to build I get a compilation error. ```bash /home/torch-ucc/include/torch_ucc.hpp:20:10: fatal error: c10d/ProcessGroup.hpp: No such file or directory ``` Seems this header file is in the pytorch project...