Skip to content

Commit

Permalink
Use specialization header in cagra test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeher committed Apr 18, 2023
1 parent 0754df5 commit cb5b7d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/test/neighbors/ann_cagra.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
#include <string>
#include <vector>

#ifdef RAFT_COMPILED
#include <raft/neighbors/specializations/cagra.cuh>
#else
#pragma message("Specializations are not enabled; expect very long building times.")
#endif

namespace raft::neighbors::experimental::cagra {

struct AnnCagraInputs {
Expand Down

0 comments on commit cb5b7d0

Please sign in to comment.