[OPS] TST Run unit tests with numba 0.51.0 - #5979
Closed
mike-wendt wants to merge 6 commits into
Closed
Conversation
Do a GPU test run to see if the timeout issues seen in a pre-release version of numba 0.51 is still present in the recently released 0.51.0 packages
Collaborator
|
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
tbb conda-forge::tbb-2020.1-hc9558a2_0 --> pkgs/main::tbb-2020.0-hfd86e86_0
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #5979 +/- ##
============================================
Coverage 84.53% 84.53%
============================================
Files 81 81
Lines 13865 13865
============================================
Hits 11721 11721
Misses 2144 2144 Continue to review full report at Codecov.
|
Contributor
Author
|
@kkraus14 @gmarkall @jakirkham all the gpu tests passed conda build failures are due to instance failures that we're looking at |
mike-wendt
added a commit
to rapidsai/integration
that referenced
this pull request
Aug 17, 2020
From successful GPU unit tests in NVIDIA/cudf#5979 we are going to remove the restriciton that prevents use of numba 0.51 given the earlier timeout issues are resolve. Numba 0.51 brings CUDA 11 and Ampere support.
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.
Do a GPU test run to see if the timeout issues seen in a pre-release version of numba 0.51 is still present in the recently released 0.51.0 packages
cc @jakirkham @kkraus14