随笔分类 -  CUDA

摘要:http://gpgpu.org/static/developer/cudpp/rel/cudpp_1.1/html/index.html 阅读全文
posted @ 2015-03-31 17:31 青竹居士 阅读(194) 评论(0) 推荐(0)
摘要:cudaMemcpy2D( d_A, // 目的指针 d_pitch, // 目的pitch bmp1, // 源指针 sizeof(int)*2, // 源数据pitch sizeof(int)*2, // 数据拷贝宽度 2, // 数据拷贝... 阅读全文
posted @ 2015-03-31 16:00 青竹居士 阅读(4622) 评论(0) 推荐(0)