Disable WCC test until we get get on an A100 to debug on#1870
Merged
rapids-bot[bot] merged 6 commits intorapidsai:branch-21.12from Oct 7, 2021
Merged
Disable WCC test until we get get on an A100 to debug on#1870rapids-bot[bot] merged 6 commits intorapidsai:branch-21.12from
rapids-bot[bot] merged 6 commits intorapidsai:branch-21.12from
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
BradReesWork
approved these changes
Oct 6, 2021
ajschmidt8
approved these changes
Oct 6, 2021
Member
ajschmidt8
left a comment
There was a problem hiding this comment.
Approving ops-codeowner file changes
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1870 +/- ##
===============================================
Coverage ? 70.11%
===============================================
Files ? 143
Lines ? 8827
Branches ? 0
===============================================
Hits ? 6189
Misses ? 2638
Partials ? 0 Continue to review full report at Codecov.
|
…e part of it calls weak by default and still crashes on Ampere.
Collaborator
Author
|
@gpucibot merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
Oct 14, 2021
#1870 disabled some tests to allow us to push some things through CI. While investigating this issue we discovered that we are having problem compiling the code in a container that uses the delivered 11.0 thrust. This PR is a different temporary workaround. We force downloading the desired version of thrust to be used as part of the cugraph build. The PR also reactivates all of the WCC testing. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Brad Rees (https://github.com/BradReesWork) - Robert Maynard (https://github.com/robertmaynard) URL: #1883
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CI testing on A100 is detecting a segmentation fault in the WCC implementation. We currently can't get developer access to an A100 in order to debug this. This PR will disable the WCC test. Once we can resolve the A100 issue we can enable this test again.