使用NVCC编译CUDA内核时出现以下错误。我使用的是Tesla K20C,其计算能力为3.5。我在内核中使用printf进行调试。
nvcc -c -g -o pagerank.o pagerank.cu -O3 -Xptxas -abi = no -I ../ moderngpu / include -L ../ moderngpu -gencode arch = compute_35,code = sm_35 ptxas警告:'选项-abi = no'可能会在将来被弃用 ptxas致命:未解决的外部功能' vprintf' make:*** [pagerank.o]错误255
任何想法如何解决这个问题?