Support CUDA 11.0
See original GitHub issue-
Test failures
-
tests.cupy_tests.test_cudnn.*
:CuDNNError: cuDNN Error: CUDNN_STATUS_NOT_SUPPORTED
-
tests.cupy_tests.core_tests.test_ndarray_elementwise_op.TestArrayElementwiseOp.test_doubly_broadcasted_pow
: Toleraces are too tight. -
tests.cupy_tests.fft_tests.test_fft.TestMultiGpu*
: CUFFT_EXEC_FAILED -
tests.cupyx_tests.scipy_tests.fft_tests.test_fft.Test?fft*
: Return values are totally different.
-
-
PR: #3220
- PR (backport): #3666
-
PR: #3242
- PR (backport): #3721
-
- PR (backport): #3720
-
PR: #3649
- PR (backport): #3761
-
PR: #3668
- PR (backport): #3799
-
PR: #3669
- PR (backport): #3800
-
cupy-release-tools (for wheel build) https://github.com/cupy/cupy-release-tools/pull/49
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:10 (10 by maintainers)
Top Results From Across the Web
CUDA Toolkit 11.0 Download | NVIDIA Developer
Only supported platforms will be shown. By downloading and using the software, you agree to fully comply with the terms and conditions of...
Read more >Support for CUDA 11.0 in v0.15 - RAPIDS Docs
RSN 4 - Support for CUDA 11.0 in v0.15. Author, RAPIDS Ops. Status. Completed. Topic, Platform Support Change. RAPIDS Version, v0 ...
Read more >Added support for CUDA 11.0.1 on RHEL 8.2 and RHEL ... - IBM
1 Fix Pack 10 fully support NVIDIA CUDA Toolkit 11.0.1. To install NVIDIA CUDA Toolkit 11.0.1, the compiler must be run on Red...
Read more >Resolve 17 Upgrade - CUDA 11 error window
Davinci Resolve is using OpenCL for image processing because the installed NVIDIA driver does not support CUDA 11.0.
Read more >Building Tensorflow 2.2 with CUDA 11 support ... - autitya
Building Tensorflow 2.2 with CUDA 11 support and TensorRT 7 on Ubuntu 18.04 LTS. Step 1. Download required files. download CUDA Toolkit 11.0....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice catch @kmaehashi , I thought that was still due to other missing PRs, my bad.
Please use
@testing.with_requires('numpy<1.19')
.