diff --git a/cpp/src/neighbors/ivf_flat/ivf_flat_interleaved_scan.cuh b/cpp/src/neighbors/ivf_flat/ivf_flat_interleaved_scan.cuh index aca74132c..c5ca1e829 100644 --- a/cpp/src/neighbors/ivf_flat/ivf_flat_interleaved_scan.cuh +++ b/cpp/src/neighbors/ivf_flat/ivf_flat_interleaved_scan.cuh @@ -1204,9 +1204,7 @@ void launch_with_fixed_consts(cuvs::distance::DistanceType metric, Args&&... arg IdxT, IvfSampleFilterT, inner_prod_dist>( - {}, - raft::mul_const_op{-1.0f}, - std::forward(args)...); + {}, raft::mul_const_op{-1.0f}, std::forward(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)); }