I am getting the error “CUDA Driver version is insufficient for CUDA runtime version” when using this profiler on my application." The error occurs right after launching the application, but before the CUDA API is initialized in my application.
I haven’t been able to find any logs about what could be causing this problem. I also cannot run the application through a non local-host connection on my machine either. In this case, the launch window pops up and immediately closes.
Currently using:
We are using NVIDIA RTX 2080 TIs in our computers.
When running the code outside of the profiler it runs correctly with no errors. I have problems when launching it via nvvp which doesn’t appear to support the RTX cards at the moment. It worked previously when I had a GTX 1080.
Thanks,
Tim