Skip to content

All-neighbors graph on CPU#2313

Open
jinsolp wants to merge 6 commits into
NVIDIA:mainfrom
jinsolp:all-neigh-cpu-graph
Open

All-neighbors graph on CPU#2313
jinsolp wants to merge 6 commits into
NVIDIA:mainfrom
jinsolp:all-neigh-cpu-graph

Conversation

@jinsolp

@jinsolp jinsolp commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Closes #1903

This PR adds support for CPU kNN graph for batched all-neighbors. Passing host matrices for the indices and distances avoids having to fit the entire graph on GPU. Small perf gap and expected peak GPU memory reductions below:

results

@jinsolp jinsolp self-assigned this Jul 10, 2026
@jinsolp jinsolp requested review from a team as code owners July 10, 2026 15:43
@jinsolp jinsolp added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jul 10, 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.

[FEA] Improve batched all-neighbors given CPU indices/distances

1 participant