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
Post a Comment