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
Describe the bug
Up untill a few days ago NUMBA CUDA was working fine on google colab.
Apparantly google colab got updated from CUDA 12.1 to CUDA 12.4 and now NUMBA CUDA no longer works and gives the CUDA_ERROR_UNSUPPORTED_PTX_VERSION error. (it apparently needs 8.5 but only 8.4 is available.
Steps/Code to reproduce bug
The following simple example doesn't even work:
`from numba import cuda
import numpy as np
Sat Feb 1 12:37:12 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |
| N/A 69C P0 30W / 70W | 102MiB / 15360MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
+-----------------------------------------------------------------------------------------+
Additional context
Add any other context about the problem here.
Updating COLAB to the lastest numba version didn't solve the problem
Crossposted to the Google COLAB GITHUB bug page (link)
The text was updated successfully, but these errors were encountered:
Describe the bug
Up untill a few days ago NUMBA CUDA was working fine on google colab.
Apparantly google colab got updated from CUDA 12.1 to CUDA 12.4 and now NUMBA CUDA no longer works and gives the CUDA_ERROR_UNSUPPORTED_PTX_VERSION error. (it apparently needs 8.5 but only 8.4 is available.
Steps/Code to reproduce bug
The following simple example doesn't even work:
`from numba import cuda
import numpy as np
Expected behavior
I would expect this sample to run however it fails with the following error:
Environment details (please complete the following information):
!nvidia-smi shows:
Additional context
Add any other context about the problem here.
Updating COLAB to the lastest numba version didn't solve the problem
Crossposted to the Google COLAB GITHUB bug page (link)
The text was updated successfully, but these errors were encountered: