Latest Linux driver - 535.129.03 is cuda 12.2

I am using the latest Linux driver 535.129.02, and i have installed the CUDA SDK 12.3 kit, and running deviceQuery it lists:
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 12.2, CUDA Runtime Version = 12.3, NumDevs = 1, Device0 = NVIDIA GeForce RTX 2070

This (to me) indicates the DRIVER is using cuda 12.2, but the executable is compiled with cuda SDK 12.3… How come the latest driver from 10/31 is not cuda 12.3 as it seems to be newer than the SDK…

Install the driver that comes with the CUDA toolkit 12.3 install. It’s hard to be specific since you haven’t given any details of your linux install, but here is an example page for the 22.04 Ubuntu deb local case. You’ll note there are specific instructions for the driver install that needs to accompany the CUDA 12.3 toolkit, and this driver install at the moment appears to be from a R545 branch, not R535.

Oops… I could have sworn i actually checked the “new feature branch” driver, but must have thought it was 535.29.02 on the page, and not 545 branch…

Sorry for the noise, and thanks for reminding me to make a “note-to-self” to always double check :)

S