-
Notifications
You must be signed in to change notification settings - Fork 913
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
[OPS] TST Run unit tests with numba 0.51.0 #5979
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
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.
|
@kkraus14 @gmarkall @jakirkham all the gpu tests passed conda build failures are due to instance failures that we're looking at |
From successful GPU unit tests in rapidsai/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.
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