Skip to content

Forward-merge release/26.06 into main#8170

Merged
GPUtester merged 1 commit into
mainfrom
release/26.06
May 26, 2026
Merged

Forward-merge release/26.06 into main#8170
GPUtester merged 1 commit into
mainfrom
release/26.06

Conversation

@rapids-bot
Copy link
Copy Markdown
Contributor

@rapids-bot rapids-bot Bot commented May 26, 2026

Forward-merge triggered by push to release/26.06 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

Hey this is my first time working on the c++ / cython layer so.... 

I recently came across Welford's algorithm and I thought something similar should work for kernel density to not need to compute the full pairwise distance matrix. So this does now an online log-sum-exp with max tracking. This way we can run arbitrarily big embeddings without any memory issues and batching.

Authors:
  - Severin Dicks (https://github.com/Intron7)
  - Jim Crist-Harif (https://github.com/jcrist)

Approvers:
  - Victor Lafargue (https://github.com/viclafargue)
  - Jim Crist-Harif (https://github.com/jcrist)
  - James Lamb (https://github.com/jameslamb)
  - Simon Adorf (https://github.com/csadorf)

URL: #7833
@rapids-bot rapids-bot Bot requested review from a team as code owners May 26, 2026 22:03
@rapids-bot rapids-bot Bot requested a review from dantegd May 26, 2026 22:03
@GPUtester GPUtester merged commit 91b5386 into main May 26, 2026
@rapids-bot rapids-bot Bot requested a review from viclafargue May 26, 2026 22:03
@rapids-bot
Copy link
Copy Markdown
Contributor Author

rapids-bot Bot commented May 26, 2026

SUCCESS - forward-merge complete.

@rapids-bot rapids-bot Bot requested review from csadorf and jinsolp May 26, 2026 22:03
@github-actions github-actions Bot added Cython / Python Cython or Python issue CMake CUDA/C++ labels May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants