.gitmodules 633 B

123456789101112131415161718
  1. [submodule "third_party/Legion"]
  2. path = third_party/Legion
  3. url = https://github.com/StanfordLegion/legion
  4. [submodule "third_party/optional"]
  5. path = third_party/optional
  6. url = https://github.com/TartanLlama/optional
  7. [submodule "third_party/variant"]
  8. path = third_party/variant
  9. url = https://github.com/mpark/variant
  10. [submodule "third_party/nccl"]
  11. path = third_party/nccl
  12. url = https://github.com/NVIDIA/nccl
  13. [submodule "third_party/pybind11"]
  14. path = third_party/pybind11
  15. url = https://github.com/pybind/pybind11
  16. [submodule "third_party/googletest"]
  17. path = third_party/googletest
  18. url = https://github.com/google/googletest