摘要: CUDA编译时出现很烦人的这个问题:A single input file is required for a non-link phase when an outputfile is specified看命令行往往都不能发现什么问题最好的办法:用记事本打开.vcproj这个文件会发现链接库那些地方的目录是有问题的以这次为例 就发现了很多"""这些东西 把它们去掉之后 就可编译成功了! 阅读全文
posted @ 2011-09-11 00:21 30斤大番薯 阅读(3693) 评论(0) 推荐(0) 编辑