Hello, I was getting this error after running a python script trying to add gpu computing functionality on some opencv dnn code. I built opencv from source for gpu and it does seem to be recognizing my gpu but it is running on cpu and is giving me this error:
checkVersions CUDART version 11020 reported by cuDNN 8100 does not match with the version reported by CUDART 11000
I have done a lot of googling but I dont see any references to this error and am unable to parse what it means. I would be very greatful if someone could walk me through how to fix this error. I am using opencv 4.5 with cuda 11.1 and a laptop rtx 2060 with a compute capability of 7.5. My gpu does work with tensorflow and darknet.