Files
composable_kernel/script/compile-hip.sh
Chao Liu 35140bbc9e enabled ds_read_b128 and ds_write_b128 on hip c++
[ROCm/composable_kernel commit: e624df922d]
2019-04-09 19:05:44 -05:00

8 lines
228 B
Bash
Executable File

#!/bin/bash
export KMDUMPISA=1
export KMDUMPLLVM=1
export KMOPTLLC=-mattr=+enable-ds128
make -j driver
/opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.asm