You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
CMakeLists.txt | 3 years ago | |
README.md | 3 years ago | |
main.cu | 3 years ago |
README.md
cudaProp
gpu设备属性
使用方法
git clone http://maxliuguoxin.com:3000/zara/cudaProp.git #下载文件
cmake . #生成项目
使用Visual Studio打开cudaprop.sln文件,选择cudaprop解决方案,进行调试。在cin行打断点,运行后,即可在局部变量中查看gpu设备的各个属性。