update compile script

[ROCm/composable_kernel commit: c15ff3c825]
This commit is contained in:
Chao Liu
2019-07-03 16:03:12 -05:00
parent 98db3224e6
commit 3f33abf401

View File

@@ -1,7 +1,8 @@
#!/bin/bash
export KMDUMPISA=1
export KMDUMPLLVM=1
export KMOPTLLC=-mattr=+enable-ds128
export KMDUMPISA=1
export KMDUMPLLVM=1
export KMOPTLLC="-mattr=+enable-ds128"
#export KMOPTLLC="-mattr=+enable-ds128 -amdgpu-enable-global-sgpr-addr"
make -j driver
/opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.asm