compile-hip.sh 228 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
#!/bin/bash
export KMDUMPISA=1
export KMDUMPLLVM=1
4
export KMOPTLLC=-mattr=+enable-ds128
Chao Liu's avatar
Chao Liu committed
5
6

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