frankfliu closed pull request #13236: [WIP] Change CUB submodule to track
Nvidia CUB project.
URL: https://github.com/apache/incubator-mxnet/pull/13236
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.gitmodules b/.gitmodules
index 836d824a6f5..2fbd616a15d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,7 +22,7 @@
branch = master
[submodule "3rdparty/cub"]
path = 3rdparty/cub
- url = https://github.com/dmlc/cub
+ url = https://github.com/NVlabs/cub.git
[submodule "3rdparty/tvm"]
path = 3rdparty/tvm
url = https://github.com/dmlc/tvm
diff --git a/3rdparty/cub b/3rdparty/cub
index 05eb57faa0a..c3cceac115c 160000
--- a/3rdparty/cub
+++ b/3rdparty/cub
@@ -1 +1 @@
-Subproject commit 05eb57faa0a4cac37c2a86fdf4b4dc865a95a1a3
+Subproject commit c3cceac115c072fb63df1836ff46d8c60d9eb304
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services