Skip to content

Reduce Size of Fused Reduction in Kmeans|| Iterations - #2438

Draft
tarang-jain wants to merge 3 commits into
NVIDIA:mainfrom
tarang-jain:kmeanspp
Draft

Reduce Size of Fused Reduction in Kmeans|| Iterations#2438
tarang-jain wants to merge 3 commits into
NVIDIA:mainfrom
tarang-jain:kmeanspp

Conversation

@tarang-jain

@tarang-jain tarang-jain commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

We already have computed the centroid assignment from the previous set of candidates in the previous iteration. We do not need the full PW reduction in the current iteration, but only across the newly added candidates.

[PENDING] Removal of benchmarking scripts I added to test some things

@copy-pr-bot

copy-pr-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown

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.

@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants