Unverified Commit 06608f84 authored by Israt Nisa's avatar Israt Nisa Committed by GitHub
Browse files

[Cleanup] Remove duplicate entries of CUB submodule (issue# 4395) (#4499)



* remove third_part/cub

* remove from third_party
Co-authored-by: default avatarIsrat Nisa <nisisrat@amazon.com>
Co-authored-by: default avatarXin Yao <xiny@nvidia.com>
parent 806def67
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
[submodule "third_party/METIS"] [submodule "third_party/METIS"]
path = third_party/METIS path = third_party/METIS
url = https://github.com/KarypisLab/METIS.git url = https://github.com/KarypisLab/METIS.git
[submodule "third_party/cub"]
path = third_party/cub
url = https://github.com/NVIDIA/cub.git
[submodule "third_party/phmap"] [submodule "third_party/phmap"]
path = third_party/phmap path = third_party/phmap
url = https://github.com/greg7mdp/parallel-hashmap.git url = https://github.com/greg7mdp/parallel-hashmap.git
......
...@@ -51,7 +51,7 @@ if(USE_CUDA) ...@@ -51,7 +51,7 @@ if(USE_CUDA)
include(cmake/modules/CUDA.cmake) include(cmake/modules/CUDA.cmake)
message(STATUS "Use external CUB/Thrust library for a consistent API and performance.") message(STATUS "Use external CUB/Thrust library for a consistent API and performance.")
cuda_include_directories(BEFORE "${CMAKE_SOURCE_DIR}/third_party/thrust") cuda_include_directories(BEFORE "${CMAKE_SOURCE_DIR}/third_party/thrust")
cuda_include_directories(BEFORE "${CMAKE_SOURCE_DIR}/third_party/cub") cuda_include_directories(BEFORE "${CMAKE_SOURCE_DIR}/third_party/thrust/dependencies/cub")
endif(USE_CUDA) endif(USE_CUDA)
# initial variables # initial variables
......
Subproject commit cdaa9558a85e45d849016e5fe7b6e4ee79113f95
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment