compile-hip.sh 290 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
#!/bin/bash
2
 export KMOPTLLC="-mattr=+enable-ds128 -amdgpu-enable-global-sgpr-addr"
Chao Liu's avatar
Chao Liu committed
3
4
 export KMDUMPISA=1
 export KMDUMPLLVM=1
5
 export KMDUMPDIR=$PWD
Chao Liu's avatar
Chao Liu committed
6

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