Support CUDA 10.1 Update 2
See original GitHub issueCurrently CuPy does not work with CUDA 10.1 Update 2. It should be resolved by the final release of v7.
-
Following tests are failing (
- cupy_tests.fft_tests.test_fft.TestRfftn_param_11.test_irfftn
- tests.cupy_tests.linalg_tests.test_product.TestMatrixPower.test_matrix_power_inv2
-
#2542 broke compatibility with CUDA 10.1 Update 2. Some undocumented APIs (e.g.,
cusparseCbsrilu02_bufferSizeExt
) are dropped in CUDA 10.1 Update 2. As they are still declared incusparse.h
(this is a bug of cuSPARSE), build succeeds butimport cupy
fails. (PR #2573)
CUDA 10.1.105-1: ok
CUDA 10.1.168-1: ok
CUDA 10.1.243-1: fail (cuSPARSE 10.3.0.243)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:16 (16 by maintainers)
Top Results From Across the Web
CUDA Toolkit 10.1 update2 Archive - NVIDIA Developer
Select Target Platform. Click on the green buttons that describe your target platform. Only supported platforms will be shown. Operating System.
Read more >CUDA 10.1 U2 Adds RHEL8 Support, Nsight Compute Tools ...
CUDA 10.1 Update 2 brings Red Hat Enterprise Linux 8.0 support, continued POWER architecture support improvements, and other additions.
Read more >NVIDIA CUDA Toolkit 10.1.168 - Rice University
2.2.2. CUDA ... The following new operating systems are supported by CUDA. ... With this update, the versioning scheme of the cuBLAS library...
Read more >Installing CUDA 10.1 on Ubuntu 20.04 | by Stephen Gregory
2. Install ; (a) Setup your CUDA PPA. (Read here if you're curious about what a PPA is.) ; (b) Install CUDA 10.1...
Read more >CUDA and cuDNN (Install) - System76 Support
Complete instructions on setting up the NVIDIA CUDA toolkit and cuDNN libraries. ... sudo apt install system76-cuda-10.1.
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
The API calls that #2573 removed were not present in the stable release 😃
@anaruse Any chance you can check if this bug is fixed in CUDA 11.0 or not?