-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
29 lines (29 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Use relative path for GitHub repos, so it
# automatically pick HTTPS or SSH according
# to how you clone FreeTensor.
# See https://stackoverflow.com/questions/32482199/git-submodules-it-is-possible-to-provide-both-https-and-ssh-access-to-submodule
[submodule "3rd-party/pybind11"]
path = 3rd-party/pybind11
url = ../../roastduck/pybind11.git
branch = fix-typing
[submodule "3rd-party/isl"]
path = 3rd-party/isl
url = git://repo.or.cz/isl.git
[submodule "3rd-party/cuda-samples"]
path = 3rd-party/cuda-samples
url = ../../NVIDIA/cuda-samples.git
[submodule "3rd-party/antlr/antlr4"]
path = 3rd-party/antlr/antlr4
url = ../../antlr/antlr4.git
[submodule "3rd-party/mdspan"]
path = 3rd-party/mdspan
url = ../../kokkos/mdspan.git
[submodule "3rd-party/range-v3"]
path = 3rd-party/range-v3
url = ../../ericniebler/range-v3.git
[submodule "3rd-party/cutlass"]
path = 3rd-party/cutlass
url = ../../NVIDIA/cutlass.git
[submodule "3rd-party/half"]
path = 3rd-party/half
url = ../../suruoxi/half.git