cublasCreate and cufftPlanMany slow execution

I just upgraded my development computer with a RTX 3090. Now, every time I execute my program cublasCreate(&mCublasHandle) and cufftPlanMany are taking over 30 seconds each to execute. Has anyone else seen this problem and what can I do to fix it?

I am using ubuntu 20.04 and NVIDIA driver metapackage from nvidia-driver-495

When I was developing on my old 2060 these were near instantaneous calls.

Regards,

Justin

You need to update your CUDA version to the latest. (And rebuild.)

thank you Robert, that fixed it