The CUDA Preferences in System Preferences says “Latest available CUDA Driver Installed” and shows CUDA Driver Version 3.1.10, and GPU Driver Version 1.6.16.11 (19.5.8f01). My code builds fine and when I run it I get “CUDA version is insufficient for CUDART version”.
Apparently I was trying to run code built with SDK version 3.0 on a driver version 3.1, 3.1 SDK with 3.1 driver works. I’m puzzled though, programs built with older SDKs should work with newer drivers, right?
Apparently I was trying to run code built with SDK version 3.0 on a driver version 3.1, 3.1 SDK with 3.1 driver works. I’m puzzled though, programs built with older SDKs should work with newer drivers, right?