Skip to content

Commit

Permalink
Adding raft distance specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 30, 2022
1 parent 2e98138 commit 25ebd2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/bench/spatial/knn.cu
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
#include <raft/random/rng.cuh>

#include <raft/spatial/knn/ivf_flat.cuh>
#include <raft/spatial/knn/knn.cuh>

#if defined RAFT_DISTANCE_COMPILED
#include <raft/distance/specializations.cuh>
#endif

#if defined RAFT_NN_COMPILED
#include <raft/spatial/knn/specializations.cuh>
#endif
Expand Down

0 comments on commit 25ebd2c

Please sign in to comment.