CUDA (Compute Unified Device Architecture) is a computing platform launched by graphics card manufacturer NVIDIA. CUDA™ is a general-purpose parallel computing architecture introduced by NVIDIA that enables GPUs to solve complex computing problems. It includes the CUDA instruction set architecture (ISA) and the parallel computing engine inside the GPU.
Check the cuda version under linux
Check the CUDA version:
cat /usr/local/cuda/version.txt
Check the cuda version under Windows
Open CMD and enter
nvcc --version
The above is the detailed content of View cuda version. For more information, please follow other related articles on the PHP Chinese website!