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

Branch 23.06 merge 23.04 #5315

Merged
merged 16 commits into from
Mar 31, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Mar 31, 2023

Replaces #5294

cjnolet and others added 15 commits March 23, 2023 20:40
This is intended to be merged in 23.06 w/ this PR: rapidsai/raft#1333.

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: rapidsai#5272
This PR removes modification of the `__init__.py::version` attribute that occurs during the wheel build process. See rapidsai/ops#2592 for more information.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Sevag H (https://github.com/sevagh)

URL: rapidsai#5285
This PR fixes the following error that shows up during local cpp docs build:
```
[1/1] Generate doxygen docs
FAILED: CMakeFiles/docs_cuml /home/whicks/proj_cuml/cuml/cpp/build/CMakeFiles/docs_cuml 
cd /home/whicks/proj_cuml/cuml/cpp/build && /home/whicks/miniconda3/envs/cuml_dev/bin/doxygen /home/whicks/proj_cuml/cuml/cpp/build/Doxyfile
error: tag HTML_HEADER: header file 'header.html' does not exist
Exiting...
```

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

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

URL: rapidsai#5297
Remove faiss from cuml, by changing the mutual reachability code to use the new
tiled_brute_force_knn code in RAFT - instead of using faiss calls

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

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

URL: rapidsai#5293
This PR uses dependencies.yaml to generate the dependency lists in pyproject.toml

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#5275
One use of `CUDA_CHECK` failed my local build. It should be replaced with `RAFT_CUDA_TRY`.

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

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

URL: rapidsai#5308
cupy just released version 12, which we do not yet support, so wheels CI must be pinned to require a lower version

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Sevag H (https://github.com/sevagh)

URL: rapidsai#5312
@vyasr vyasr requested review from a team as code owners March 31, 2023 13:34
@vyasr vyasr changed the base branch from branch-23.04 to branch-23.06 March 31, 2023 13:34
@github-actions github-actions bot added ci CMake conda conda issue CUDA/C++ Cython / Python Cython or Python issue labels Mar 31, 2023
@vyasr vyasr self-assigned this Mar 31, 2023
@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 31, 2023
@hcho3 hcho3 mentioned this pull request Mar 31, 2023
@raydouglass raydouglass merged commit ae54384 into rapidsai:branch-23.06 Mar 31, 2023
@vyasr vyasr deleted the branch-23.06-merge-23.04 branch March 31, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CMake conda conda issue CUDA/C++ Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants