Skip to content

Commit

Permalink
Remove refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Mar 13, 2024
1 parent a80f665 commit 5d037b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/include/raft/neighbors/detail/cagra/cagra_search.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,6 @@ void search_main(raft::resources const& res,
RAFT_FAIL("Unrecognized dataset format");
}

// Refinement
if (use_vpq) {}

static_assert(std::is_same_v<DistanceT, float>,
"only float distances are supported at the moment");
float* dist_out = distances.data_handle();
Expand Down

0 comments on commit 5d037b3

Please sign in to comment.