|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|