Skip to content

Commit

Permalink
Update to Thrust 1.12.0 (#7923)
Browse files Browse the repository at this point in the history
Update to Thrust 1.12.0 to take advantage of radix sort performance improvements.

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)
  - Paul Taylor (https://github.com/trxcllnt)
  - David Wendt (https://github.com/davidwendt)

URL: #7923
  • Loading branch information
cwharris authored Apr 9, 2021
1 parent 4679d8d commit 80afff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/CUDF_GetThrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ function(find_and_configure_thrust VERSION)
set(Thrust_SOURCE_DIR "${Thrust_SOURCE_DIR}" PARENT_SCOPE)
endfunction()

set(CUDF_MIN_VERSION_Thrust 1.10.0)
set(CUDF_MIN_VERSION_Thrust 1.12.0)

find_and_configure_thrust(${CUDF_MIN_VERSION_Thrust})
1 change: 1 addition & 0 deletions cpp/include/cudf/utilities/span.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <thrust/detail/raw_pointer_cast.h>
#include <thrust/device_vector.h>
#include <thrust/host_vector.h>

#include <cstddef>
#include <limits>
Expand Down

0 comments on commit 80afff3

Please sign in to comment.