Multi-GPU K-Means
Multi-GPU K-Means
Source header: cuvs/cluster/mg_kmeans.h
Multi-GPU k-means clustering APIs
cuvsMultiGpuKMeansFit
Find clusters with single-node multi-GPU k-means using host data.
X, sample_weight, and centroids must be host-accessible, row-major, C-contiguous DLPack tensors. X and centroids must have dtype float32 or float64, and sample_weight must match X when provided.
Parameters
Returns