-
Notifications
You must be signed in to change notification settings - Fork 310
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
Adds option to rapids_cpm_find for raft to disable hnswlib feature, adds updates for pytest 8 compat, temporarily skips IO intensive test in CI #4121
Merged
rapids-bot
merged 7 commits into
rapidsai:branch-24.02
from
rlratzel:branch-24.02-add_cmake_option
Feb 1, 2024
Merged
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
rlratzel
added
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
labels
Jan 27, 2024
divyegala
approved these changes
Jan 27, 2024
ChuckHastings
approved these changes
Jan 27, 2024
/merge |
raydouglass
pushed a commit
to rapidsai/raft
that referenced
this pull request
Jan 29, 2024
This PR conditionally includes `hnsw` sources, to prevent build errors like those seen in cuGraph after #2022 was merged. See also: rapidsai/cugraph#4121, rapidsai/cugraph#4122 Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Bradley Dice (https://github.com/bdice) - Robert Maynard (https://github.com/robertmaynard)
…xplained hang in CI, updates comment.
…om importing from the source tree instead of the install location.
…2-add_cmake_option
rlratzel
changed the title
Adds option to rapids_cpm_find for raft to disable hnswlib feature
Adds option to rapids_cpm_find for raft to disable hnswlib feature, adds pytest option to append to path for dask in CI, temporarily skips IO intensive test in CI
Jan 31, 2024
raydouglass
approved these changes
Jan 31, 2024
rlratzel
changed the title
Adds option to rapids_cpm_find for raft to disable hnswlib feature, adds pytest option to append to path for dask in CI, temporarily skips IO intensive test in CI
Adds option to rapids_cpm_find for raft to disable hnswlib feature, adds updates for pytest 8 compat, temporarily skips IO intensive test in CI
Jan 31, 2024
eriknw
approved these changes
Jan 31, 2024
/merge |
…atch error seen by nx-cugraph after using pytest 8 and --import-mode=append.
/merge |
rapids-bot
bot
merged commit Feb 1, 2024
b1495ed
into
rapidsai:branch-24.02
113 of 118 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
CMake
cuGraph
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
python
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.
LocalCUDACluster
to import cugraph modules from the source tree instead of the install location, which resulted inImportError
s. This appears to be a behavior change in pytest 8.xfail
for an NX test known to be incompatible with pytest>=8