摘要: 1 #include 2 #include 3 #include 4 #include 5 #define N 100 6 7 __global__ void vecAdd(float* A,float* B,float* C){ 8 int i=threadIdx.x; 9 i... 阅读全文
posted @ 2015-12-21 14:11 秋心无波 阅读(394) 评论(0) 推荐(0) 编辑