Skip to content

Commit

Permalink
Upgrade to Thrust 1.12 (#774)
Browse files Browse the repository at this point in the history
cudf is on Thrust 1.12, so why not RMM?

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)

URL: #774
  • Loading branch information
trxcllnt authored May 15, 2021
1 parent 676df34 commit be6aca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/RMM_thirdparty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ set(RMM_MIN_VERSION_Thrust 1.9.0)
CPMFindPackage(
NAME Thrust
GITHUB_REPOSITORY NVIDIA/thrust
GIT_TAG 1.10.0
VERSION 1.10.0
GIT_TAG 1.12.0
VERSION 1.12.0
GIT_SHALLOW TRUE
# If there is no pre-installed thrust we can use, we'll install our fetched copy together with RMM
OPTIONS "THRUST_INSTALL TRUE")
Expand Down

0 comments on commit be6aca7

Please sign in to comment.