NVIDIA / nsight-vscode-edition

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

How to see cuda Memory View #45

Closed weijiel092 closed 2 months ago

weijiel092 commented 2 months ago

Hi Team,

I want to know whether this extension can see the cuda memory view in vscode. Because I only see the start address of the array, I can't see its memory view. Or could you provide some method to me? Thanks

image

veronicajyt commented 2 months ago

Hi, @weijiel092 You can refer https://docs.nvidia.com/cuda/cuda-gdb/index.html#memory-and-variables to inspect related info.