diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d41d8385db..d9d9a81a19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "third_party/cnmem"] path = third_party/cnmem url = https://github.com/nvidia/cnmem.git +[submodule "third_party/cub"] + path = third_party/cub + url = https://github.com/NVlabs/cub.git |