I'm trying to debug my CUDA code on OS X, and I need to run it in >console
mode, since running it normally freezes the screen. But it keeps giving me the " permission denied " error. Is there a work around for this?.
Asked
Active
Viewed 596 times
0

talonmies
- 70,661
- 34
- 192
- 269

Lamiaa Basyoni
- 3
- 1
- 3
1 Answers
2
Please follow the steps outlined in "Setting Up the Debugger Environment" in CUDA-GDB manual.
This problem is caused by the debugger requiring special permissions.

Eugene
- 9,242
- 2
- 30
- 29