Browse Source

cuobjdump not cudumpobj

divergence
EC2 Default User 10 years ago
parent
commit
ac82087cde
  1. 2
      atomics/README.txt

2
atomics/README.txt

@ -6,7 +6,7 @@ To see the generated machine code, compile with: @@ -6,7 +6,7 @@ To see the generated machine code, compile with:
nvcc --cubin --gpu-architecture sm_xx <filename>
then disassemble the compiled microcode with cudumpobj:
then disassemble the compiled microcode with cuobjdump:
cuobjdump --dump-sass <filename>.cubin

Loading…
Cancel
Save