最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

debugging - Cannot View CUDA Device Variables during Debug - Stack Overflow

programmeradmin4浏览0评论

I'm trying to debug my CUDA application to solve an unknown code bug related to copying data from device to host.

I've tried to configure the Nsight debugger, but this is what I get in the Local window in debug mode:

The variable dev_data is the device variable on my GPU.

I searched all over the internet but didn't find any solution that will satisfy me, everyone says that I need to copy my data back to the host, but I need to watch my variables directly on the GPU.

发布评论

评论列表(0)

  1. 暂无评论