NVIDIA / nsight-vscode-edition

A Visual Studio Code extension for building and debugging CUDA applications.
Other
72 stars 11 forks source link

Check gpu memory data error #48

Open Waverser opened 2 months ago

Waverser commented 2 months ago

Image I am a novice learning cuda. ​​When I use cuda-gdb debugging, I cannot view the data of gpu memory. Why? I have tried many ways. My cuda toolkit version:12.4.1; my Driver version:550.90.07

yczhang1028 commented 2 months ago

There is no memory view for Nsight VSCode Edition now, if you want to access the memory, you might need to use the WATCH windows to add your expressions to access memory and its data, or you can use the DEBUG CONSOLE to use cuda-gdb command to access to some memory data also. Hope this would helpful.