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

Unblock CI for branch-23.10 #5561

Conversation

csadorf
Copy link
Contributor

@csadorf csadorf commented Aug 25, 2023

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:

@csadorf csadorf added non-breaking Non-breaking change ci labels Aug 25, 2023
@github-actions github-actions bot removed the ci label Aug 25, 2023
@csadorf csadorf added the improvement Improvement / enhancement to an existing function label Aug 25, 2023
@csadorf csadorf marked this pull request as ready for review August 25, 2023 15:23
@csadorf csadorf requested a review from a team as a code owner August 25, 2023 15:23
@ajschmidt8
Copy link
Member

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.

@csadorf
Copy link
Contributor Author

csadorf commented Aug 25, 2023

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.

.github/workflows/pr.yaml Outdated Show resolved Hide resolved
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
@csadorf
Copy link
Contributor Author

csadorf commented Aug 25, 2023

/ok to test

@csadorf csadorf requested a review from a team as a code owner August 25, 2023 21:39
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Aug 25, 2023
@csadorf csadorf changed the title Pin container image for clang-tidy CI check to CUDA 11.8. Ping clang-tidy test CUDA and increase test_pairwise_distances tolerance Aug 25, 2023
Copy link
Member

@ajschmidt8 ajschmidt8 left a 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

Copy link
Member

@ajschmidt8 ajschmidt8 left a 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

@bdice
Copy link
Contributor

bdice commented Sep 8, 2023

@csadorf Please merge #5575 into this PR to fix the conda failures.

@@ -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
Copy link
Contributor

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?

Copy link
Contributor

@bdice bdice left a 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.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Sep 8, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions bot added the ci label Sep 8, 2023
@csadorf csadorf changed the title Ping clang-tidy test CUDA and increase test_pairwise_distances tolerance Unblock CI for branch-23.10 Sep 8, 2023
@csadorf
Copy link
Contributor Author

csadorf commented Sep 8, 2023

/ok to test

@dantegd
Copy link
Member

dantegd commented Sep 12, 2023

/ok to test

@dantegd
Copy link
Member

dantegd commented Sep 13, 2023

/merge

@rapids-bot rapids-bot bot merged commit a0722c1 into rapidsai:branch-23.10 Sep 13, 2023
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CMake 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.

7 participants