Skip to content

Forward merge branch-24.04 to branch-24.06#71

Merged
raydouglass merged 14 commits intorapidsai:branch-24.06from
benfred:branch-24.06-merge-24.04
Apr 9, 2024
Merged

Forward merge branch-24.04 to branch-24.06#71
raydouglass merged 14 commits intorapidsai:branch-24.06from
benfred:branch-24.06-merge-24.04

Conversation

@benfred
Copy link
Copy Markdown
Contributor

@benfred benfred commented Apr 5, 2024

No description provided.

KyleFromNVIDIA and others added 12 commits March 18, 2024 16:24
…apidsai#48)

The local `copyright.py` script is bug-prone. Replace it with a more robust centralized script from `pre-commit-hooks`.

Issue: rapidsai/build-planning#30

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Ben Frederickson (https://github.com/benfred)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#48
This PR removes some unused `get_*.cmake` files. I know cuVS may need to add some of these back as functionality is migrated from RAFT. As that happens, I would like to copy them again from the latest versions in RAFT.

Specifically, files like `get_thrust.cmake` are outdated (we are moving to `rapids_cpm_cccl` and `rapids_cpm_thrust` is deprecated) so this will reduce the maintenance burden for CMake / build system developers in the interim period.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Micka (https://github.com/lowener)

URL: rapidsai#57
This fixes an issue with how the `verify-copyright` hook handles multiple merge bases.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#60
The current python code was creating a cuvsResources_t to pass to the CAGRA apis on the build/search code. This both ignored the passed in `resources` object, and also leaked memory since it wasn't calling cuvsResourcesDestroy.

Fix by exposing the cuvsResources_t object to python.

Authors:
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Divye Gala (https://github.com/divyegala)

URL: rapidsai#58
This PR fixes the broken anchor link for 'installing cuVS' in the Readme file

Authors:
  - Yinze (https://github.com/yinze00)
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#64
Minimal code changes to add CAGRA-Q compression to the CAGRA index.
When built with compression, the index uses the compressed dataset automatically during search. At this moment, there's not new search parameters compared to standard CAGRA.

Authors:
  - Artem M. Chirkin (https://github.com/achirkin)

Approvers:
  - Ben Frederickson (https://github.com/benfred)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#61
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Apr 5, 2024
@benfred benfred requested review from a team as code owners April 5, 2024 21:42
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Apr 5, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@benfred
Copy link
Copy Markdown
Contributor Author

benfred commented Apr 5, 2024

/ok to test

@cjnolet
Copy link
Copy Markdown
Member

cjnolet commented Apr 9, 2024

/ok to test

@cjnolet
Copy link
Copy Markdown
Member

cjnolet commented Apr 9, 2024

/ok to test

@raydouglass raydouglass merged commit 72db6b9 into rapidsai:branch-24.06 Apr 9, 2024
@benfred benfred deleted the branch-24.06-merge-24.04 branch April 10, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CMake cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

9 participants