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