Hello everyone.
I’m working with a NVIDIA RTX 5070 Ti graphic card, which as far as I can tell, is only supported by open-kernel drivers version 570 and above.
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| 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 NVIDIA GeForce RTX 5070 Ti Off | 00000000:01:00.0 On | N/A |
| 0% 35C P8 8W / 300W | 64MiB / 16303MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 2487 G /usr/lib/xorg/Xorg 53MiB |
+-----------------------------------------------------------------------------------------+
I need to deploy a computer vision project that is only compatible with cuda 12.4 or 12.6, however, as far as I can tell, all of the supported drivers for this graphic card are shipped with cuda 12.8+, and I’m not sure weather manually installing another cuda version along side 12.8 would be a good idea.
- Is CUDA 12.4 officially supported on Open Kernel drivers (>=570) with the RTX 5070 Ti?
If not, is there a documented version matrix showing which user-space CUDA versions are compatible with which Open Kernel driver versions? - What do you think is the best course of action I can take to tackle this problem?
Any official guidance, documentation, or driver/runtime version maps would be highly appreciated. I’m trying to understand if there’s any way to make CUDA 12.4-based binaries run on this system without rebuilding the full stack.
Thanks in advance!