上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: https://zhuanlan.zhihu.com/p/28124810 阅读全文
posted @ 2017-11-08 20:27 BlueOceans 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 利用shared memory计算,并避免bank conflict;通过每个block内部规约,然后再把所有block的计算结果在CPU端累加 代码: 阅读全文
posted @ 2017-11-06 22:48 BlueOceans 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 采用shared memory加速 代码 合并访存:tile_A按行存储,tile_B按列存储,sum=row_tile_A * row_tile_B 阅读全文
posted @ 2017-11-06 21:28 BlueOceans 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 本方法采用简单的单线程计算每组行和列乘加运算 代码如下: 阅读全文
posted @ 2017-11-05 21:54 BlueOceans 阅读(2236) 评论(0) 推荐(0) 编辑
摘要: 文件目录: cudaTest |--utils.cu |--utils.h |--squaresum.cu |--squaresum.h |--test.cpp |--CMakeLists.txt 编译命令: $cd /root/cudaTest $mkdir build $cd build $cm 阅读全文
posted @ 2017-11-05 17:58 BlueOceans 阅读(7433) 评论(0) 推荐(0) 编辑
摘要: 胡文美教授 http://www.gpuworld.cn/article/show/463.html 阅读全文
posted @ 2017-11-05 10:38 BlueOceans 阅读(492) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/delphiwcdj/article/details/5746560 阅读全文
posted @ 2017-10-27 16:02 BlueOceans 阅读(333) 评论(0) 推荐(0) 编辑
摘要: watch -n 1 -d nvidia-smi 间隔1秒刷新 阅读全文
posted @ 2017-10-24 20:04 BlueOceans 阅读(20728) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/simplelovecs/p/5145305.html 阅读全文
posted @ 2017-10-24 16:30 BlueOceans 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 安装hickle source: https://github.com/telegraphic/hickle 1. cd to your downloaded hickle directory 2. python setup.py install 其他包类似安装,若已经安装了anaconda2则默认 阅读全文
posted @ 2017-10-24 16:12 BlueOceans 阅读(5896) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页