
CUDA
文章平均质量分 79
ffiirree
学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用CuDNN进行卷积运算
CuDNNNVIDIA ® cuDNN is a GPU-accelerated library of primitives for deep neural networks. It provides highly tuned implementations of routines arising frequently in DNN applications:Convolution fo...原创 2018-03-26 16:12:50 · 17124 阅读 · 7 评论 -
Ubuntu 18.04 安装 CUDA 9.1
安装GCC/G++ - 5Ubuntu18.04默认GCC-7.3.0,由于CUDA未支持GCC-7,所以需要安装低版本的5或者<= 6.3.0,并设置为默认版本sudo apt install gcc-5 g++-5# 设置默认版本sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50 --s...原创 2018-04-29 18:10:24 · 11124 阅读 · 5 评论 -
Windows编译安装OpenCV 3.4.3(CMake + VS2017)
本文使用命令行在windows上编译安装OpenCV,使用界面请参考(Windows 正确安装OpenCV及使用(CMake+VS2015))[https://blog.youkuaiyun.com/ice__snow/article/details/55803856]ENVOpenCV 3.4.3Visual Studio 2017CMake 3.12.3Windows 10Compil...原创 2018-10-20 12:33:19 · 2089 阅读 · 0 评论