I can't get it to work
#11
Driver ↔ CUDA mismatch. Update both to compatible versions (latest driver + matching CUDA) and it works.
Reply
#12
NVIDIA will no longer support Maxwell, Pascal, and Volta-based GPUs:
Architecture support for Maxwell, Pascal, and Volta is considered feature-complete. Offline compilation and library support for these architectures have been removed in CUDA Toolkit 13.0 major version release. The use of CUDA Toolkits through the 12.x series to build applications for these architectures will continue to be supported, but newer toolkits will be unable to target these architectures.
https://docs.nvidia.com/cuda/cuda-toolki...hitectures

Mesa (RUSTICL) isn't really ready:
neither zink
https://gitlab.freedesktop.org/mesa/mesa...tems/15075
nor nouveau
https://gitlab.freedesktop.org/mesa/mesa...tems/14752

Time for me to say farewell to NVIDIA:
https://github.com/ZerBea/hcxdumptool/di...on-9166670
Reply
#13
(Yesterday, 01:05 PM)ZerBea Wrote: NVIDIA will no longer support Maxwell, Pascal, and Volta-based GPUs:
Architecture support for Maxwell, Pascal, and Volta is considered feature-complete. Offline compilation and library support for these architectures have been removed in CUDA Toolkit 13.0 major version release. The use of CUDA Toolkits through the 12.x series to build applications for these architectures will continue to be supported, but newer toolkits will be unable to target these architectures.
https://docs.nvidia.com/cuda/cuda-toolki...hitectures
you are right. on my another computer i have gtx 1060 with 560.94 driver and cuda 12.6 working okay.
Reply