cuda实践(1)

先安装VS 在安装cuda,安装前先检查NIVIDA 显卡驱动是否正常。

 安装参考:https://blog.csdn.net/anhec/article/details/86747512

测试安装

运行测试demo,打开 %CUDA_install_dir%CUDAv10.0extrasdemo_suite,运行deviceQuery.exe

如果通过测成功,不通过检查显卡驱动问题。

问题参考:http://www.luyixian.cn/news_show_316491.aspx

CUDA学习参考网站:

https://www.cnblogs.com/skyfsm/p/9673960.html

https://github.com/brucefan1983/CUDA-Programming.git

https://github.com/NVIDIA/cutlass.git 

https://github.com/ArchaeaSoftware/cudahandbook.git

 http://www.cs.umd.edu/~mount/ANN/

 http://nghiaho.com/?p=437

https://littlebearsama.github.io/2019/08/11/6DPose/localFeaturesHough/#more

https://littlebearsama.github.io/2019/05/24/cuda/cudanote5/

原文地址:https://www.cnblogs.com/lovebay/p/13050843.html