c++ - Unable to inspect global memory using CUDA + MATLAB + Visual Studio -


i'm writing code in matlab using cuda mex file. attached matlab process visual studio, both on native (x64) , cuda, when stop @ breakpoint in kernel definition i'm unable inspect values in global memory, when can see other variable defined on thread (local) memory.

is expected or i'm doing wrong? if not, there can inspect global memory while debugging kernel?

i figured out visual studio, while attaching process both in native , cuda, can debug , stop in breakpoints in kernel definitions , native code, cannot inspect global memory , host memory in way. works if attach cuda process.

it helpful though if can point out why happens.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -