"composable_kernel/include/utility/Array.hpp" did not exist on "2a48812edb1a7c3e280159637fa89b7a0bbfb86b"
Commit c15ff3c8 authored by Chao Liu's avatar Chao Liu
Browse files

update compile script

parent f0716f5b
#!/bin/bash #!/bin/bash
export KMDUMPISA=1 export KMDUMPISA=1
export KMDUMPLLVM=1 export KMDUMPLLVM=1
export KMOPTLLC=-mattr=+enable-ds128 export KMOPTLLC="-mattr=+enable-ds128"
#export KMOPTLLC="-mattr=+enable-ds128 -amdgpu-enable-global-sgpr-addr"
make -j driver make -j driver
/opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.asm /opt/rocm/hcc/bin/llvm-objdump -mcpu=gfx906 -source -line-numbers driver/dump-gfx906.isabin > driver/dump-gfx906.isabin.asm
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment