Skip to content

Commit

Permalink
Add .view()
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Dec 5, 2024
1 parent b369dd7 commit ace348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/cluster/kmeans.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ using KeyValueIndexOp = detail::KeyValueIndexOp<IndexT, DataT>;
* params,
* X,
* std::nullopt,
* centroids,
* centroids.view(),
* raft::make_scalar_view(&inertia),
* raft::make_scalar_view(&n_iter));
* @endcode
Expand Down

0 comments on commit ace348f

Please sign in to comment.