From 62f9a91e0fe4c49702e8f268f8600d82477e0d6f Mon Sep 17 00:00:00 2001 From: Rong Ou Date: Thu, 24 Sep 2020 18:17:04 -0700 Subject: [PATCH] Switch thrust to use the NVIDIA github org (#578) Switch from thrust/thrust to NVIDIA/thrust github location --- CHANGELOG.md | 1 + cmake/RMM_thirdparty.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea909294..5073eee03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmake/RMM_thirdparty.cmake b/cmake/RMM_thirdparty.cmake index e79269863..4e6b3a2de 100644 --- a/cmake/RMM_thirdparty.cmake +++ b/cmake/RMM_thirdparty.cmake @@ -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