You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I got this error too. Besides, it worked fine just yesterday. It looks like the numba is upgraded to use PTX 8.5 while the Tesla T4 GPU (Compute compatibility 7.5) doesn't support PTX 8.5
It is a temporary issue in Colab. Please see this ticket: https://github.com/googlecolab/colabtools/issues/5081
When we use "numba -s", it showed the CUDA driver is 12.4 while the CUDA runtime version is 12.5. So it is not compatible.
Solution: type "Use fallback runtime version" in the command palette would switch back to the old version with CUDA runtime 12.2. It works for me now.
:(
The text was updated successfully, but these errors were encountered: