Skip to content

Commit

Permalink
Switch thrust to use the NVIDIA github org (#578)
Browse files Browse the repository at this point in the history
Switch from thrust/thrust to NVIDIA/thrust github location
  • Loading branch information
rongou authored Sep 25, 2020
1 parent df04744 commit 62f9a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- PR #538 Upgrade CUB and Thrust to the latest commits
- PR #542 Pin conda spdlog versions to 1.7.0
- PR #550 Remove CXX11 ABI handling from CMake
- PR #578 Switch thrust to use the NVIDIA/thrust repo
- PR #553 CMake cleanup
- PR #556 By default, don't create a debug log file unless there are warnings/errors
- PR #561 Remove CNMeM and make RMM header-only
Expand Down
2 changes: 1 addition & 1 deletion cmake/RMM_thirdparty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CPMFindPackage(

CPMAddPackage(
NAME thrust
GITHUB_REPOSITORY thrust/thrust
GITHUB_REPOSITORY NVIDIA/thrust
GIT_TAG 1.10.0
VERSION 1.10.0
GIT_SHALLOW TRUE
Expand Down

0 comments on commit 62f9a91

Please sign in to comment.