Skip to content

Commit

Permalink
Merge branch 'branch-23.04' into ivf-indexes-api-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet authored Mar 13, 2023
2 parents 001a9ac + b12fc82 commit 78ea301
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/bench/neighbors/knn.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@

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

// TODO: Legacy. Remove when FAISS is removed
#include <raft/spatial/knn/specializations.cuh>
#endif

#if defined RAFT_NN_COMPILED
#include <raft/neighbors/specializations.cuh>
// TODO: Legacy. Remove when FAISS is removed
#include <raft/spatial/knn/specializations.cuh>
#endif

Expand Down

0 comments on commit 78ea301

Please sign in to comment.