Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning for Turing GPUs and CUDA <= 9000 (pytorch#21468)
Summary: Turing GPUs (compute capability 7.5) require CUDA10 to work properly. We've seen some issues for these GPUs using PyTorch binaries with CUDA9 or older: [Discussion Board pytorch#1](https://discuss.pytorch.org/t/cudnn-status-execution-failed-error/38575) [Discussion Board pytorch#2](https://discuss.pytorch.org/t/cublas-runtime-error-on-gpu-running-but-works-on-cpu/46545/6) Tested on using CUDA9 with an RTX 2080Ti. Pull Request resolved: pytorch#21468 Differential Revision: D15696170 Pulled By: ezyang fbshipit-source-id: ed43f4e4948d3f97ec8e7d7952110cbbfeafef2a
- Loading branch information