CUDA 10.1 in RTX30 models

Hi everyone,
I am kind of new to this area and have started training some modes using a NVIDEA TITAN RTX in my univeristy which uses CUDA 10.1.
I am planing to buy a GPU for me to do the same thing in my personal computer and wondering what type of GPU is sutable for this.
I saw that RTX30 modes needs atleast CUDA 11. I was wondering if my code will work in CUDA11 as I went through some compatibility issues when I choose CUDA 10.1 as well.
If you have any insights on this, that would be very helpfull for me.

Thank you.

You will have to recompile your source code on cuda 11, enabling the compute capability (cc) of the new gpu https://developer.nvidia.com/cuda-gpus#compute
Binaries won’t work.

1 Like