Hello all. I am confused about the compute capability in 4060TI. It says that it supports 11.8-12.2 CUDA toolkit versions. Does that I mean that if I download a CUDA binary along with its pytorch version and the binary is of version 11.7 for example, will it be able to compile the code that works with the combination because of backwards compatibility, or is the GPU unable to build it, despite the fact that it’s not the local toolkit version that is used but the binary? Thank you very much.
NVIDIA recommends CUDA toolkit 11.8 or newer for use with RTX40xx products.
If you use an older toolkit, and the build process (or binary) includes/specifies PTX, then its possible that it may still work (PTX is a compatibility path.)