forked from facebookresearch/TensorComprehensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (19 loc) · 711 Bytes
/
.gitmodules
File metadata and controls
20 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Development branches, we modify those heavily
[submodule "third-party/islpp"]
path = third-party/islpp
url = https://github.com/nicolasvasilache/isl.git
branch = ntv_dev_cpp
[submodule "third-party/cub"]
path = third-party/cub
url = https://github.com/nicolasvasilache/cub.git
branch = nvrtc-cub
# Mainstream branches, we don't modify those
[submodule "third-party/dlpack"]
path = third-party/dlpack
url = https://github.com/dmlc/dlpack.git
[submodule "third-party/pybind11"]
path = third-party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third-party/googlelibraries"]
path = third-party/googlelibraries
url = https://github.com/nicolasvasilache/googlelibraries.git