NVIDIA CUDA Compiler Driver NVCC

来源:互联网 发布:淘宝空间图片协议 编辑:程序博客网 时间:2024/06/06 02:12

NVIDIA CUDA Compiler Driver NVCC

1. 检查CUDA编译器

strong@foreverstrong:~$ which nvcc/usr/local/cuda-8.0/bin/nvcc


2. 检查GPU加速卡

strong@foreverstrong:~$ ls -l /dev/nv*crw-rw-rw- 1 root root 195,   0 11月  7 14:59 /dev/nvidia0crw-rw-rw- 1 root root 195, 255 11月  7 14:59 /dev/nvidiactlcrw-rw-rw- 1 root root 195, 254 11月  7 14:59 /dev/nvidia-modesetcrw-rw-rw- 1 root root 242,   0 11月  7 14:59 /dev/nvidia-uvmcrw-rw-rw- 1 root root 242,   1 11月  7 19:07 /dev/nvidia-uvm-tools


3. Print version information on this tool

strong@foreverstrong:~$ nvcc -Vnvcc: NVIDIA (R) Cuda compiler driverCopyright (c) 2005-2016 NVIDIA CorporationBuilt on Tue_Jan_10_13:22:03_CST_2017Cuda compilation tools, release 8.0, V8.0.61strong@foreverstrong:~$ strong@foreverstrong:~$ nvcc --versionnvcc: NVIDIA (R) Cuda compiler driverCopyright (c) 2005-2016 NVIDIA CorporationBuilt on Tue_Jan_10_13:22:03_CST_2017Cuda compilation tools, release 8.0, V8.0.61

4.















原创粉丝点击