cudaErrorInvalidSource with CUDA11 and RTX3060

I’m trying to use a library that is developed at my workplace
When starting to run cudaStreamCreate fails with error code 300, cudaErrorInvalidSource.
The same library works perfectly on another laptop that has a RTX2080 gpu.
Simple CUDA samples run fine.
From what I’ve seen this error was common with people who tried upgrading to CUDA versions that no longer support their GPU, here it seems to be the opposite situation.
I have tried comiling with -arch=sm_86, this unfortunately didn’t help.
Any ideas?

update the GPU driver to the latest for your GPU

1 Like

It appears that moving from driver version 495 to 470 fixed the issue, Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.