"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "db4afa69488e0fd7f1d0ad3eb5a87b6a7a46c2f4"
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