更改

CUDA

添加1字节2017年4月19日 (三) 23:59
printf(“GPU blk %i thread %i %i\n”, blockIdx.x, threadIdx.x, threadIdx.y);
}
int main()
{
const dim3 threadsPerBlock(2,2);
行政员管理员
6,105
个编辑