Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 181 Bytes

File metadata and controls

20 lines (12 loc) · 181 Bytes

命令行编译

# 简单编程程序
nvcc hello.cu -o hello



常用命令

# 查看 nvcc 所在位置
which nvcc

# 查看本机设备数量
ls -l /dev/nv*