会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2017年11月8日
为什么ResNet和DenseNet可以这么深?一文详解残差块为何有助于解决梯度弥散问题
摘要: https://zhuanlan.zhihu.com/p/28124810
阅读全文
posted @ 2017-11-08 20:27 BlueOceans
阅读(743)
评论(0)
推荐(0)
2017年11月6日
cuda编程-并行规约
摘要: 利用shared memory计算,并避免bank conflict;通过每个block内部规约,然后再把所有block的计算结果在CPU端累加 代码:
阅读全文
posted @ 2017-11-06 22:48 BlueOceans
阅读(699)
评论(0)
推荐(0)
cuda编程-矩阵乘法(2)
摘要: 采用shared memory加速 代码 合并访存:tile_A按行存储,tile_B按列存储,sum=row_tile_A * row_tile_B
阅读全文
posted @ 2017-11-06 21:28 BlueOceans
阅读(721)
评论(0)
推荐(0)
2017年11月5日
cuda编程-矩阵乘法(1)
摘要: 本方法采用简单的单线程计算每组行和列乘加运算 代码如下:
阅读全文
posted @ 2017-11-05 21:54 BlueOceans
阅读(2261)
评论(0)
推荐(0)
linux利用CMakeLists编译cuda程序
摘要: 文件目录: 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
阅读(7540)
评论(0)
推荐(0)
cuda编程视频资料
摘要: 胡文美教授 http://www.gpuworld.cn/article/show/463.html
阅读全文
posted @ 2017-11-05 10:38 BlueOceans
阅读(503)
评论(0)
推荐(0)
2017年10月27日
Python在函数中使用*和**接收元组和列表
摘要: http://blog.csdn.net/delphiwcdj/article/details/5746560
阅读全文
posted @ 2017-10-27 16:02 BlueOceans
阅读(338)
评论(0)
推荐(0)
2017年10月24日
nvidia-smi实时刷新并高亮显示状态
摘要: watch -n 1 -d nvidia-smi 间隔1秒刷新
阅读全文
posted @ 2017-10-24 20:04 BlueOceans
阅读(20864)
评论(0)
推荐(0)
mxnet安装
摘要: http://www.cnblogs.com/simplelovecs/p/5145305.html
阅读全文
posted @ 2017-10-24 16:30 BlueOceans
阅读(167)
评论(0)
推荐(0)
离线安装Python包hickle,easydict
摘要: 安装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
阅读(5994)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
公告