摘要: float* output1; output1 = (float* )malloc(18*4*sizeof(float)); int* output2; output2 = (int* )malloc(18 * 4 * sizeof(int)); CHECK(cudaMemcpyAsync(buff 阅读全文
posted @ 2021-01-28 10:34 三一一一317 阅读(127) 评论(0) 推荐(0)