cudaDriverGetVersion what should it return?

Has anyone played with cudaDriverGetVersion much yet? The documentation is a bit vague about exactly what it should be returning. I just tried it out and was expecting some form of 180.18.14, but got 2020. Is that working as it is supposed to? I guess that it is returning the highest version of CUDART that the driver is compatible with… not that there is anything wrong with that.

yeah, it returns 2020 or 2030 or whatever. it doesn’t return an actual driver number string, as it doesn’t mean much across platforms.

thanks for the clarification