4.3_cuobjdump
4.3 cuobjdump
cuobjdump is the utility that may be used to examine the binaries generated by CUDA. In particular, it is useful for examining the microcode generated by nvcc. Specify the --cubin parameter to nvcc to generate a .cubin file, and then use
cuobjdump --dump-sass <filename.cubin>
to dump the disassembled microcode from the .cubin file. The complete list of command-line options for cuobjdump is given in Table 4.10.
Table 4.10 cuobjdump Command-Line Options
continues
Table 4.10 cuobjdump Command-Line Options (Continued)