GPU Tips
摘要:
<1> Basic #include <stdio.h> #include <cuda_runtime.h> #include <device_launch_parameters.h> #define NUM 15 __global__ void square(float *dout,float * 阅读全文
posted @ 2017-07-03 20:55 gearslogy 阅读(271) 评论(0) 推荐(0) 编辑