Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Sep 26, 2024
1 parent ca240ac commit 69d1edf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/neighbors/ivf_flat/ivf_flat_interleaved_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1204,9 +1204,7 @@ void launch_with_fixed_consts(cuvs::distance::DistanceType metric, Args&&... arg
IdxT,
IvfSampleFilterT,
inner_prod_dist<Veclen, T, AccT>>(
{},
raft::mul_const_op<float>{-1.0f},
std::forward<Args>(args)...);
{}, raft::mul_const_op<float>{-1.0f}, std::forward<Args>(args)...);
// NB: update the description of `knn::ivf_flat::build` when adding here a new metric.
default: RAFT_FAIL("The chosen distance metric is not supported (%d)", int(metric));
}
Expand Down

0 comments on commit 69d1edf

Please sign in to comment.