Skip to content

Commit

Permalink
Update cpp/src/kmeans/kmeans_mg_impl.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Divye Gala <[email protected]>
  • Loading branch information
cjnolet and divyegala committed Feb 13, 2023
1 parent 9e2ea9f commit 74431dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/kmeans/kmeans_mg_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ void fit(const raft::handle_t& handle,
workspace.data(),
X.extent(0),
X.extent(1),
(IndexT)n_clusters,
static_cast<IndexT>(n_clusters),
newCentroids.data_handle(),
stream);

Expand Down

0 comments on commit 74431dd

Please sign in to comment.