From 59e2e55704f216f15a67bb7e78830cdf0b3e4dd7 Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Wed, 26 Jul 2023 03:00:01 -0700 Subject: [PATCH 1/3] Update Thrust version --- cmake/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/versions.json b/cmake/versions.json index d7e1d8133..00fc01775 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -5,7 +5,7 @@ "git_url" : "https://github.com/nv-legate/legate.core.git", "git_shallow": false, "always_download": false, - "git_tag" : "4b79075eb5d7035d501c334c87a87939af79abc2" + "git_tag" : "fe621bafc86f0f54cc3541a46ebfb310a00cb87d" } } } From 7791a0e3de0ffdf7d5b70d6f9381ac718e8fc5d8 Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Tue, 29 Aug 2023 17:07:37 -0700 Subject: [PATCH 2/3] Point at the latest thrust update legate core --- cmake/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/versions.json b/cmake/versions.json index 00fc01775..f647b37d8 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -5,7 +5,7 @@ "git_url" : "https://github.com/nv-legate/legate.core.git", "git_shallow": false, "always_download": false, - "git_tag" : "fe621bafc86f0f54cc3541a46ebfb310a00cb87d" + "git_tag" : "74bc4a308a1d0d7841aa953a1ff81c1771d6c1e7" } } } From ceff1b28d622403870776d11c22c8f4dfb08757c Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Tue, 29 Aug 2023 17:08:03 -0700 Subject: [PATCH 3/3] Use latest rapids cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68dfe83f6..3843c5a02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,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)