"magic_pdf/vscode:/vscode.git/clone" did not exist on "e73964fc12e23c59e57d278bd2a9e3ef3dfa9602"
Commit 6166233e authored by Chao Liu's avatar Chao Liu
Browse files

add script to extrac asm on hip

parent e2313c9e
#!/bin/bash
export KMDUMPISA=1
export KMDUMPLLVM=1
make -j driver
/opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.isa
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment