add pybind11 & thrust submodules

This commit is contained in:
Tzu-Mao Li
2020-09-03 22:34:21 -04:00
parent 413a3e5cee
commit 7b8a9c1ef4
3 changed files with 3 additions and 1 deletions

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "pybind11"] [submodule "pybind11"]
path = pybind11 path = pybind11
url = https://github.com/pybind/pybind11 url = https://github.com/pybind/pybind11.git
[submodule "thrust"] [submodule "thrust"]
path = thrust path = thrust
url = https://github.com/thrust/thrust.git url = https://github.com/thrust/thrust.git

1
pybind11 Submodule

Submodule pybind11 added at 72b06b86b3

1
thrust Submodule

Submodule thrust added at ff00c813aa