Skip to content

Commit

Permalink
Include thrust/sort.h in ball_cover.cuh (#526)
Browse files Browse the repository at this point in the history
New thrust release (11.6) has removed some unnecessary header includes. In order for raft to build, we need to include `thrust/sort.h` in `ball_cover.cuh`.

Authors:
  - Akif ÇÖRDÜK (https://github.com/akifcorduk)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #526
  • Loading branch information
akifcorduk authored Feb 23, 2022
1 parent 5de31e0 commit 0bbdd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/raft/spatial/knn/detail/ball_cover.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <thrust/functional.h>
#include <thrust/reduce.h>
#include <thrust/sequence.h>
#include <thrust/sort.h>

namespace raft {
namespace spatial {
Expand Down

0 comments on commit 0bbdd4d

Please sign in to comment.