cuml icon indicating copy to clipboard operation
cuml copied to clipboard

Enable dice metric for UMAP and pairwise_distances

Open aamijar opened this issue 7 months ago • 6 comments

Resolves #5129 Depends on https://github.com/rapidsai/cuvs/pull/971 Adding new distance types in cuvs bloats the binary size.

aamijar avatar Jun 03 '25 02:06 aamijar

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Jun 03 '25 02:06 copy-pr-bot[bot]

Blocked on constraints around cuvs binary size.

aamijar avatar Sep 22 '25 17:09 aamijar

What's the plan for this PR?

csadorf avatar Nov 14 '25 23:11 csadorf

Currently this is a P2+ priority but basically, we need to refactor the cuvs side PR to avoid using cutlass which bloats the binary size.

aamijar avatar Nov 14 '25 23:11 aamijar

Currently this is a P2+ priority but basically, we need to refactor the cuvs side PR to avoid using cutlass which bloats the binary size.

Is there already a cuvs issue/PR for this?

csadorf avatar Nov 14 '25 23:11 csadorf

Yes https://github.com/rapidsai/cuvs/pull/971, also in this PR description.

aamijar avatar Nov 14 '25 23:11 aamijar