使用nvcc查看cuda版本
Published on Aug. 22, 2023, 12:09 p.m.
lua
nvcc --version
(or /usr/local/cuda/bin/nvcc --version
) gives the CUDA compiler version (which matches the toolkit version).
Published on Aug. 22, 2023, 12:09 p.m.
lua
nvcc --version
(or /usr/local/cuda/bin/nvcc --version
) gives the CUDA compiler version (which matches the toolkit version).