码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse 手动增加linker library

时间:2014-07-26 16:51:12      阅读:350      评论:0      收藏:0      [点我收藏+]

标签:blog   http   文件   2014   ar   log   eclipse   ad   

bubuko.com,布布扣


多个cu文件
nvcc -cubin -m64 -lcudadevrt -lcublas_device -gencode arch=compute_35,code=sm_35 -o test.cubin -c test.cu -dlink

You can also do that in two steps:

nvcc -m64 test.cu -gencode arch=compute_35,code=sm_35 -o test.o -dc
nvcc -dlink test.o -arch sm_35 -lcublas_device -lcudadevrt -cubin -o test.cubin

Eclipse 手动增加linker library,布布扣,bubuko.com

Eclipse 手动增加linker library

标签:blog   http   文件   2014   ar   log   eclipse   ad   

原文地址:http://www.cnblogs.com/huashiyiqike/p/3870120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!