Hi, I’m using TensorFlow 1.15.0 on RTX 3070. It seems that TensorFlow 1.x only support CUDA 10.0 or lower.
So, dose RTX 3070 support CUDA10?
NVIDIA recommends using CUDA 11.1 or newer with RTX 3xxx series GPUs.
It’s possible that a code compiled under a CUDA 10 environment will work correctly due to CUDA compatibility (this isn’t guaranteed; it depends on how the code was compiled and possibly other factors), but even in such cases you may experience negative side effects such as long start-up times.
You can find versions of tensorflow that are compiled with CUDA 11.1 or newer.