-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Falling back to the CUDA driver for PTX compilation; ptxas does not support CC 8.9 #953
Comments
Just found the same problem in a computer with AF 2.2.4(RTX4090), but another with 2.2.2 (RTX 3080) works and another with 2.3.2 (GTX 1080) also works |
My here is RTX 4060, Linux Ubuntu 20.04. |
Update: Problem compatiblity in ptxas library. Using version for cuda 11.0.221 is not compatible anymore. See:
In first field of this forum, I was using a newer version. Here, just a new try with an older one, for nvidia/cuda:11.0.3-base-ubuntu20.04. |
Update: now, trying to change
Same with versions:
|
With version 0.4.1:
|
With version 0.4.2:
|
A error transition between what has been seen in version 0.4.14 and 0.4.2 is now in version 0.4.3:
|
Problems between tensorflow, cuda, jaxlib... I don't know how to solve... I'm using CUDA 12.3.0 and nvidia/cuda:12.3-base-ubuntu20.04
The text was updated successfully, but these errors were encountered: