From be6aca700e56d4fd23e53294d88dbdddbe621a68 Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Fri, 14 May 2021 19:59:52 -0500 Subject: [PATCH] Upgrade to Thrust 1.12 (#774) 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: https://github.com/rapidsai/rmm/pull/774 --- cmake/Modules/RMM_thirdparty.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Modules/RMM_thirdparty.cmake b/cmake/Modules/RMM_thirdparty.cmake index 508a29dc6..113a39860 100644 --- a/cmake/Modules/RMM_thirdparty.cmake +++ b/cmake/Modules/RMM_thirdparty.cmake @@ -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")