"vscode:/vscode.git/clone" did not exist on "97f199569620537c3d0d8821c3e23d87c81d7bd8"
extract_asm-cuda.sh 312 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
cuobjdump -xelf sm_60 ./driver/driver && nvdisasm --print-code -g driver.sm_60.cubin > driver.sm_60.asm
cuobjdump -xelf sm_61 ./driver/driver && nvdisasm --print-code -g driver.sm_61.cubin > driver.sm_61.asm
cuobjdump -xelf sm_70 ./driver/driver && nvdisasm --print-code -g driver.sm_70.cubin > driver.sm_70.asm