tree: cc0396b74460c105535ceedfa26ddd6001c842ec [path history] [tgz]
  1. bin/
  2. test/
  3. CMakeLists.txt
  4. FileStore.cpp
  5. FileStore.hpp
  6. README.md
  7. Store.cpp
  8. Store.hpp
torch/lib/c10d/README.md

THD refactor

This is a work in progress. It is separate from the main THD directory to avoid disrupting THD users or have to deal with backwards compat early on. Once this gets to a usable state, we'll add Python bindings and a compat layer.

See https://github.com/pytorch/pytorch/issues/7434 for the main issue.

This tree is intentionally not part of the main build and will be buildable/testable in isolation, as long as ATen is available in <repository root>/torch/lib/tmp_install.

To build and install ATen here, navigate to the root of this repository and run:

tools/build_pytorch_libs.sh --with-cuda ATen