Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
c15ff3c8
"include/tensor.hpp" did not exist on "8c923db423ab4ca0a7ac10310cff3528b38bb520"
Commit
c15ff3c8
authored
Jul 03, 2019
by
Chao Liu
Browse files
update compile script
parent
f0716f5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
script/compile-hip.sh
script/compile-hip.sh
+4
-3
No files found.
script/compile-hip.sh
View file @
c15ff3c8
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment