cuda gdb debugging information for dynamically compiled kernels -


i'm dynamically compiling kernels cuda. there way add debugging information binary dynamically generated run-time generated assembly string? want use cuda-gdb on it.

thanks.

ps can please create tag cuda-gdb?

i assuming creating .cubin file .cu file using nvcc, , later using cumoduleload, culaunchgrid , friends launch kernel. in case, can pass "-g" nvcc when converting .cu .cubin. then, can run program under cuda-gdb , place breakpoint in kernel , breakpoint should triggered.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -