【发布时间】:2017-05-18 05:18:14
【问题描述】:
当我使用 cuda-memcheck 时,它会显示
./cuda-memcheck ~/work/local_pc_code/bin/test/test_parm
========= CUDA-MEMCHECK
========= Could not start the application (7)
========= No CUDA-MEMCHECK results found
我的编译标志是:
nvcc -G -g -Xcompiler -rdynamic -gencode arch=compute_61,code=sm_61 -L /usr/local/cuda-8.0/lib64/ -lcublas -lcudnn -lcudart
7 号错误是什么?
【问题讨论】: