Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Nov 1, 2023
1 parent aebe8a4 commit a947970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/brute_force-inl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ index<T> 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 <typename T, typename IdxT>
void search(raft::resources const& res,
Expand Down

0 comments on commit a947970

Please sign in to comment.