Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $> nvcc task01.cu -o task01 -I . -l cutil_x86_64 -L./cutil/ --debug --device-debug 1
- 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
- $> nvcc task01.cu -o task01 -I . -l cutil_x86_64 -L./cutil/ --debug --device-debug
- nvcc fatal : argument expected after '--device-debug'
Advertisement
Add Comment
Please, Sign In to add comment