From 843aa02797d79ca7f87a91c51b6230c0c0a68a9d Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Tue, 25 Jul 2023 19:56:26 -0700 Subject: [PATCH 1/2] Update Thrust to the latest version --- cmake/versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/versions.json b/cmake/versions.json index 75a7b90fd..327887a44 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -1,9 +1,9 @@ { "packages" : { "Thrust" : { - "version" : "1.17.0.0", + "version" : "2.1.0.0", "git_url" : "https://github.com/NVIDIA/thrust.git", - "git_tag" : "1.17.0" + "git_tag" : "2.1.0" }, "Legion": { "git_url" : "https://gitlab.com/StanfordLegion/legion.git", From 716f1799fe8f3d8d7becee2951a82d194b269143 Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Tue, 29 Aug 2023 17:03:20 -0700 Subject: [PATCH 2/2] Update to the latest rapids cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 077f32853..513e462ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ endif() # - Download and initialize RAPIDS CMake helpers ----------------------------- if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) endif() include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)