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

CAGRA C example and DlPack docs #51

Merged
merged 55 commits into from
Apr 2, 2024

Conversation

divyegala
Copy link
Member

No description provided.

@divyegala divyegala added doc Improvements or additions to documentation non-breaking Introduces a non-breaking change labels Mar 12, 2024
@divyegala divyegala requested a review from a team as a code owner March 12, 2024 21:35
@divyegala divyegala changed the base branch from branch-24.04 to docs_2404-api_docs March 12, 2024 21:35
divyegala and others added 9 commits March 13, 2024 17:04
Co-authored-by: Corey J. Nolet <cjnolet@gmail.com>
…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
@divyegala divyegala requested a review from a team as a code owner March 20, 2024 20:54

if [[ ${CUVS_REPO_REL} != "" ]]; then
CUVS_REPO_PATH="`readlink -f \"${CUVS_REPO_REL}\"`"
EXTRA_CMAKE_ARGS="${EXTRA_CMAKE_ARGS} -DCPM_cuvs_SOURCE=${CUVS_REPO_PATH}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to provide either a default value for CUVS_REPO_PATHor document it in the readme of the example. I didn't check, but are we documenting the build.sh example in the example readme?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a default where if a repo path is not provided then the examples will try to look for the build directory and pick up the shared libraries from there.

@cjnolet cjnolet assigned divyegala and unassigned cjnolet Apr 2, 2024
divyegala and others added 3 commits April 2, 2024 17:01
Co-authored-by: Dante Gama Dessavre <dante.gamadessavre@gmail.com>
Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm from my side

@cjnolet
Copy link
Member

cjnolet commented Apr 2, 2024

/merge

@rapids-bot rapids-bot bot merged commit d62e1ce into rapidsai:branch-24.04 Apr 2, 2024
56 of 57 checks passed
benfred pushed a commit to benfred/cuvs that referenced this pull request Apr 5, 2024
Authors:
  - Divye Gala (https://github.com/divyegala)
  - Corey J. Nolet (https://github.com/cjnolet)
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Bradley Dice (https://github.com/bdice)
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#51
difyrrwrzd added a commit to difyrrwrzd/cuvs that referenced this pull request Aug 10, 2024
Authors:
  - Divye Gala (https://github.com/divyegala)
  - Corey J. Nolet (https://github.com/cjnolet)
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Bradley Dice (https://github.com/bdice)
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai/cuvs#51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake doc Improvements or additions to documentation non-breaking Introduces a non-breaking change Python
Projects
Development

Successfully merging this pull request may close these issues.

6 participants