"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "a1c7e7a5af119d7204ccb5cbaa8017940153a2ed"
compile-hip.sh 305 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
#!/bin/bash
Chao Liu's avatar
Chao Liu committed
2
3
4
5
 export KMDUMPISA=1
 export KMDUMPLLVM=1
 export KMOPTLLC="-mattr=+enable-ds128"
#export KMOPTLLC="-mattr=+enable-ds128 -amdgpu-enable-global-sgpr-addr"
Chao Liu's avatar
Chao Liu committed
6
7

make -j driver
8
/opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.asm