bkerby

!

Dec 17th, 2012
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $> nvcc task01.cu -o task01 -I . -l cutil_x86_64 -L./cutil/ --debug --device-debug 1
  2. nvcc warning : Setting optimization level to 0 as optimized debugging is not supported. '--device-debug (-G)' with the optimization level is deprecated and will be removed in the next release. Please use '--device-debug (-G)' without the optimization level
  3.  
  4. $> nvcc task01.cu -o task01 -I . -l cutil_x86_64 -L./cutil/ --debug --device-debug
  5. nvcc fatal : argument expected after '--device-debug'
Advertisement
Add Comment
Please, Sign In to add comment