-
Notifications
You must be signed in to change notification settings - Fork 540
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
raydouglass
merged 16 commits into
rapidsai:branch-23.06
from
vyasr:branch-23.06-merge-23.04
Mar 31, 2023
Merged
Branch 23.06 merge 23.04 #5315
raydouglass
merged 16 commits into
rapidsai:branch-23.06
from
vyasr:branch-23.06-merge-23.04
Mar 31, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Authors: - William Hicks (https://github.com/wphicks) - Victor Lafargue (https://github.com/viclafargue) - Corey J. Nolet (https://github.com/cjnolet) - Carl Simon Adorf (https://github.com/csadorf) - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Philip Hyunsu Cho (https://github.com/hcho3) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4890
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
…sai#5299) Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Divye Gala (https://github.com/divyegala) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#5299
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
Authors: - Corey J. Nolet (https://github.com/cjnolet) - Ben Frederickson (https://github.com/benfred) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Ben Frederickson (https://github.com/benfred) URL: rapidsai#5306
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
Related to rapidsai#5084. Authors: - Micka (https://github.com/lowener) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#5107
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
Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - William Hicks (https://github.com/wphicks) URL: rapidsai#5303
Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Sevag H (https://github.com/sevagh) - William Hicks (https://github.com/wphicks) URL: rapidsai#5311
Closes rapidsai#4724 Authors: - Tarang Jain (https://github.com/tarang-jain) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#5247
github-actions
bot
added
ci
CMake
conda
conda issue
CUDA/C++
Cython / Python
Cython or Python issue
labels
Mar 31, 2023
vyasr
added
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
labels
Mar 31, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaces #5294