diff --git a/cpp/include/raft/neighbors/brute_force-inl.cuh b/cpp/include/raft/neighbors/brute_force-inl.cuh index e63eb15936..b0697dd6c7 100644 --- a/cpp/include/raft/neighbors/brute_force-inl.cuh +++ b/cpp/include/raft/neighbors/brute_force-inl.cuh @@ -339,7 +339,7 @@ index build(raft::resources const& res, * @param[out] neighbors a device matrix view to the indices of the neighbors in the source dataset * [n_queries, k] * @param[out] distances a device matrix view to the distances to the selected neighbors [n_queries, - * k] + * @param[in] query_norms Optional device_vector_view of precomputed query norms */ template void search(raft::resources const& res,