asp.net本身提供了很多控件,提供给我们这些比较懒惰的人使用,我认为控件的作用就在此,因为我们不想重复工作,所以要创建它,这个本身便是一个需求的关系,所以学习控件开发很有意思.wrox网站上有本书Professional ASP.NET 2.0 Server Control and Compon...
分类:
Web程序 时间:
2015-06-27 01:15:41
阅读次数:
235
因为老师要求,现在开始学习CUDA的相关知识。开始在网上找了很多教程,都在一点一点看,后来同学推荐了一本书,是《GPU高性能编CUDA实战》,觉得挺不错的,书上的实例代码我都有码,对CUDA的理解也越来越深了,打算把这些记下来,以后可以复习,也给后来学习的人一点参考,少走弯路。 来老师实验室三...
分类:
其他好文 时间:
2015-06-26 10:44:30
阅读次数:
113
#198 House Robber
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them...
分类:
其他好文 时间:
2015-06-25 21:16:15
阅读次数:
110
CUDA存储器模型:
GPU片内:register,shared memory;
host 内存: host memory, pinned memory.
板载显存:local memory,constant memory, texture memory, texture memory,global memory;
register: 访问延迟极低;
基本单元:register file (32bit/each)
计算能力1.0/1.1版...
分类:
其他好文 时间:
2015-06-25 17:29:44
阅读次数:
144
1.cn_office_professional_plus_2010_x64_515528.exeed2k://|file|cn_office_professional_plus_2010_x64_515528.exe|912825496|b4f9b4635a6d440dd619592330d246...
分类:
其他好文 时间:
2015-06-25 15:31:31
阅读次数:
717
Description:You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint...
分类:
其他好文 时间:
2015-06-25 12:19:18
阅读次数:
100
CUDA Libraries简介
技术分享
上图是CUDA 库的位置,本文简要介绍cuSPARSE、cuBLAS、cuFFT和cuRAND,之后会介绍OpenACC。
cuSPARSE线性代数库,主要针对稀疏矩阵之类的。
cuBLAS是CUDA标准的线代库,不过没有专门针对稀疏矩阵的操作。
cuFFT傅里叶变换
cuRAND随机数
CUDA库和CPU编程所用到的库没有什么区别,都是一系列接口的集合,主要好处是,只需要编写host代码,调用相应API即可,可以节约很多开发时间。而且我们完全可以信任这些库能...
分类:
其他好文 时间:
2015-06-24 14:46:48
阅读次数:
429
喵~不知不觉到了CUDA系列学习第五讲,前几讲中我们主要介绍了基础GPU中的软硬件结构,内存管理,task类型等;这一讲中我们将介绍3个基础的GPU算法:reduce,scan,histogram,它们在并行算法中非常常用,我们在本文中分别就其功能用处,串行与并行实现进行阐述。1. Task complexitytask complexity包括step complexity(可以并行成几个操作)...
分类:
编程语言 时间:
2015-06-24 10:59:11
阅读次数:
234
Description:You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint...
分类:
其他好文 时间:
2015-06-24 01:56:47
阅读次数:
117
CUDA 5.5, boost 1.55, 更新 caffe 时出现:
/boost_1_55_0/boost/assert.hpp:102: error: ?.oinline?.was not declared in this scope查看/boost/assert.hpp 中 第102行是
BOOST_NOINLINE void assertion_failed_msg(CharT c...
分类:
其他好文 时间:
2015-06-23 21:48:03
阅读次数:
107