Skip to content

Commit

Permalink
Test with Thrust 1.17.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed May 26, 2022
1 parent 9155ae2 commit 70a22e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ rapids_cuda_init_architectures(RAFT)

project(RAFT VERSION 22.08.00 LANGUAGES CXX CUDA)

include(${rapids-cmake-dir}/cpm/package_override.cmake)
rapids_cpm_package_override(${CMAKE_CURRENT_SOURCE_DIR}/versions.json)

# Needed because GoogleBenchmark changes the state of FindThreads.cmake, causing subsequent runs to
# have different values for the `Threads::Threads` target. Setting this flag ensures
# `Threads::Threads` is the same value in first run and subsequent runs.
Expand Down
10 changes: 10 additions & 0 deletions cpp/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

{
"packages" : {
"Thrust" : {
"version" : "1.17.0.0-rc2",
"git_url" : "https://github.com/NVIDIA/thrust.git",
"git_tag" : "1.17.0-rc2"
}
}
}

0 comments on commit 70a22e4

Please sign in to comment.