Home > Common Problem > body text

View cuda version

Release: 2019-10-26 15:58:13
Original
15607 people have browsed it

View cuda version

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
Copy after login

Check the cuda version under Windows

Open CMD and enter

nvcc --version
Copy after login

The above is the detailed content of View cuda version. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!