Files
composable_kernel/script/extract_asm-cuda.sh
2019-04-02 20:26:58 -05:00

2 lines
168 B
Bash
Executable File

cuobjdump -xelf all ./driver/driver && nvdisasm --print-code -g driver.sm_61.cubin > driver.sm_61.asm && nvdisasm --print-code -g driver.sm_70.cubin > driver.sm_70.asm