Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] cuvs v24.12 #523

Merged
merged 66 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
6f72fe7
DOC v24.12 Updates [skip ci]
raydouglass Sep 19, 2024
585e51a
Merge pull request #340 from rapidsai/branch-24.10
GPUtester Sep 20, 2024
69bd39b
Merge pull request #345 from rapidsai/branch-24.10
GPUtester Sep 24, 2024
345bb62
Merge pull request #349 from rapidsai/branch-24.10
GPUtester Sep 25, 2024
531f0d1
Merge pull request #351 from rapidsai/branch-24.10
GPUtester Sep 25, 2024
ad2e3a6
Merge pull request #354 from rapidsai/branch-24.10
GPUtester Sep 26, 2024
b0b8b53
Merge pull request #356 from rapidsai/branch-24.10
GPUtester Sep 27, 2024
224c85e
Merge pull request #360 from rapidsai/branch-24.10
GPUtester Sep 27, 2024
2ad6397
Fix Question Retrieval notebook (#352)
lowener Sep 27, 2024
aa717ec
Merge pull request #361 from rapidsai/branch-24.10
GPUtester Sep 27, 2024
845f88e
Merge pull request #362 from rapidsai/branch-24.10
GPUtester Sep 27, 2024
2c43f7c
Merge pull request #366 from rapidsai/branch-24.10
GPUtester Oct 1, 2024
260bfb4
Merge pull request #371 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
40f4a58
Merge pull request #373 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
5d729d3
Merge pull request #374 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
2b884ca
Merge pull request #377 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
bf404b0
Merge pull request #379 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
330cb0b
Merge pull request #381 from rapidsai/branch-24.10
GPUtester Oct 2, 2024
aeacfdf
Merge pull request #384 from rapidsai/branch-24.10
GPUtester Oct 3, 2024
397e56e
Prune workflows based on changed files (#392)
KyleFromNVIDIA Oct 4, 2024
7debf51
Fix NVTX annotations (#400)
achirkin Oct 8, 2024
0f2f933
Merge branch-24.10 into branch-24.12
benfred Oct 10, 2024
587e997
Merge pull request #407 from benfred/branch-24.12-merge-24.10
AyodeAwe Oct 10, 2024
e55e655
make conda installs in CI stricter (#406)
jameslamb Oct 11, 2024
f62b217
Add --no-lap-sync cmd option to ann-bench (#405)
achirkin Oct 15, 2024
c86e74d
Add `click` package to `cuvs-bench` conda recipe (#408)
divyegala Oct 17, 2024
f708fe3
We need to enable the c_api by default (#416)
robertmaynard Oct 17, 2024
801945f
Use dashes in cuvs-bench package name. (#417)
bdice Oct 18, 2024
009bb8d
Use Python for sccache hit rate computation. (#420)
bdice Oct 21, 2024
e7f1085
Use environment variables in cache hit rate computation. (#422)
bdice Oct 22, 2024
12b10e8
Fix correct call to brute force in generate groundtruth of cuvs-bench…
dantegd Oct 28, 2024
9f035d8
Ivf c example (#404)
abner-ma Oct 28, 2024
d296d81
print sccache stats in builds (#413)
jameslamb Oct 29, 2024
b422cbe
Add ci run_ scripts needed for build infra (#434)
robertmaynard Oct 30, 2024
6041a81
Enable NVTX in cuvs-cagra-search component (#439)
achirkin Oct 31, 2024
71deb26
Fix index overflow in edge cases of CAGRA graph optimize (#435)
achirkin Nov 1, 2024
9bea215
call `enable_testing` in root CMakeLists.txt (#437)
robertmaynard Nov 4, 2024
3ac2063
Don't presume pointers location infers usability. (#441)
robertmaynard Nov 4, 2024
eff2cc5
BUG: CAGRA multi-cta illegal access with bad queries (#438)
achirkin Nov 4, 2024
6b35b65
CAGRA tech debt: distance descriptor and workspace memory (#436)
achirkin Nov 6, 2024
2d4afb5
Put a ceiling on cuda-python (#445)
bdice Nov 7, 2024
e559d58
Adding tech stack to docs (#448)
cjnolet Nov 8, 2024
29c0f5b
Migrate feature diff for NN Descent from RAFT to cuVS (#421)
divyegala Nov 8, 2024
fdb1180
enforce wheel size limits, README formatting in CI (#464)
jameslamb Nov 14, 2024
bb9c669
Fix include errors, header, and unsafe locks in iface.hpp (#467)
achirkin Nov 14, 2024
7ab2bfd
Add `InnerProduct` and `CosineExpanded` metric support in NN Descent …
divyegala Nov 15, 2024
7b87911
use different wheel-size thresholds based on CUDA version (#469)
jameslamb Nov 15, 2024
27d4553
Move check_input_array from pylibraft (#474)
benfred Nov 18, 2024
f127b06
Fix an OOB error in device-side cuvs::neighbors::refine and CAGRA ker…
achirkin Nov 19, 2024
06afd5b
Migrate sparse knn and distances code from raft (#457)
benfred Nov 20, 2024
710e9f5
Add `kIsSingleSource` to `PairwiseDistanceEpilogueElementwise` (#485)
KyleFromNVIDIA Nov 22, 2024
96d98b1
Fix broken link in README.md references (#473)
Azurethi Nov 23, 2024
e1359e1
Add serialization API to brute-force (#461)
lowener Nov 25, 2024
5062594
[Doc] Fix CAGRA search sample code (#484)
enp1s0 Nov 26, 2024
441d2f1
HNSW CPU Hierarchy (#465)
divyegala Dec 2, 2024
e0aebfd
add a README for wheels (#504)
jameslamb Dec 3, 2024
fbbca05
Add Question Retrieval notebook using Milvus (#451)
lowener Dec 3, 2024
acbd097
[BUG] Fix CAGRA filter (#489)
enp1s0 Dec 4, 2024
a96b720
[WIP] Add pinned memory resource to C API (#311)
ajit283 Dec 4, 2024
9fb21ad
Dynamic Batching (#261)
achirkin Dec 4, 2024
b051f80
Add C++ API scalar quantization (#494)
mfoerste4 Dec 5, 2024
c9b3862
Skip IVF-PQ packing test for lists with not enough data (#512)
achirkin Dec 5, 2024
c5e03f2
Update cuvs to match raft's cutlass changes (#516)
vyasr Dec 5, 2024
007c3d2
Moving spectral embedding and kernel gramm APIs to cuVS (#463)
cjnolet Dec 5, 2024
fa8838a
Modify cuvs-bench to be able to generate ground truth in CPU systems …
dantegd Dec 6, 2024
cf2885c
Update Changelog [skip ci]
raydouglass Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge pull request #377 from rapidsai/branch-24.10
Forward-merge branch-24.10 into branch-24.12
  • Loading branch information
GPUtester authored Oct 2, 2024
commit 2b884ca7029b459c4747aa3095315f1306b17f4e

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.