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
forward compatibility was attempted on non supported HW #40671
Comments
|
Same thing here. Running Ubuntu 20, I know it was working about a week ago, I did nothing with pytorch but Ubuntu probably installed updates and now pytorch shows the same error (just on line 50, probably different pytorch version). However, this seems to be general problem with nvidia and not pytorch as |
|
Yes, I also get |
|
Just reboot or reset nvidia drivers. |
|
Rebooting fixed the problem. Thanks! |
|
Rebooting fixed the issue for me as well |
|
Rebooting fixed the issue, thanks! |
|
Apart from above, I met this problem when building pytorch master based on the latest cuda11.1. |
|
Hi, I'm using docker image base: nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04, it shows the same error but when I build with Cuda 11.0 it's all ok. Is there supporting pytorch with Cuda 11.1? Thanks! |
|
@moncio You can have a look at https://zhuanlan.zhihu.com/p/361545761 |
|
I once got this when I had nvidia driver 460 on the machine, and was running cuda 11.3 inside a docker. When the host outside the docker is running a driver that doesn't support the cuda version inside the container, you can see this message if you don't have a datacenter/Tesla GPU. |
|
still stuck on this prob |
drozzy commentedJun 28, 2020
•
edited
Trying to run training with pytorch after recent ubuntu update (it used to work before), results in:
I have no idea what's wrong. The only thing I can think of is that I ran some updates in Ubuntu. It was literally working yesterday...
I'm using Ubuntu 20.04 LTS.
I'm using conda, and here is my complete env file:
The text was updated successfully, but these errors were encountered: