nvcc编译.c文件的方法

来源:互联网 发布:用友导出excel数据出错 编辑:程序博客网 时间:2024/06/06 03:21
nvcc -Xcompiler -std=c99 sumArraysOnHost.c –o sum
0 0