Miscellaneous
文章平均质量分 79
分布式计算
北航在读研究生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MapReduce执行过程总结
本文图文并茂简要的对MapReduce的内部执行过程进行介绍。原创 2015-05-20 09:47:22 · 661 阅读 · 0 评论 -
CUDA: 简单入门
1. 准备makefile为了避免每次都要键入nvcc的命令,要准备一个makefile。makefile如下:CUFLAG = -g -Xcompiler -v \ -gencode=arch=compute_20,code=sm_20\ -gencode=arch=compute_20,code=compute_20\ -O2IFLA原创 2014-03-07 16:17:11 · 3701 阅读 · 0 评论
分享