I want to compile a cuda extension, using setup.py and CUDAExtension as described here.
this thread is similar to my question but not exactly.
How can I get the cuda version that my “conda install pytorch” is currently using? I want to make sure the binaries would be compatible.