-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use newer versions of support libraries (fixes for Hopper!). Move all…
… dependencies to dedicated folder.
- Loading branch information
Showing
5 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
[submodule "tests/googletest"] | ||
path = tests/googletest | ||
path = third_party/googletest | ||
url = https://github.com/google/googletest.git | ||
ignore = dirty | ||
[submodule "third_party/libcudacxx"] | ||
path = third_party/libcudacxx | ||
url = https://github.com/NVIDIA/libcudacxx | ||
[submodule "third_party/thrust"] | ||
path = third_party/thrust | ||
url = https://github.com/NVIDIA/thrust.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule googletest
updated
from 000000 to 0e0d9f
Submodule libcudacxx
added at
88a91d