-
Notifications
You must be signed in to change notification settings - Fork 533
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
Unblock CI for branch-23.10 #5561
Unblock CI for branch-23.10 #5561
Conversation
Can you add a description to this PR body? I've been flagged as a reviewer but have no idea why these changes need to be made. |
@ajschmidt8 Sorry about that. I've added a description. |
Co-authored-by: Bradley Dice <[email protected]>
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
…_clang-tidy_check_container_to_cuda_11.8
@@ -1030,8 +1030,7 @@ def test_pairwise_distances(metric: str, matrix_size, is_col_major): | |||
# Test the pairwise_distance helper function. | |||
rng = np.random.RandomState(0) | |||
|
|||
# For fp64, compare at 13 decimals, (2 places less than the ~15 max) | |||
compare_precision = 6 | |||
compare_precision = 2 if metric == "nan_euclidean" else 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would a comment be helpful here to justify the different values?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMake looks good to me. I briefly compared it to rapidsai/cugraph#3842 for reference.
…_clang-tidy_check_container_to_cuda_11.8
/ok to test |
/ok to test |
/merge |
Pin the container-image for the CI clang-tidy check to a previous version as the latest change to move
rapidsai/ci:latest
to CUDA 12 seemingly broke the test. See this log for an example.Also includes:
raft::compiled_static
targets #5572conda mambabuild
notmamba mambabuild
#5575