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
MIGraphX
Commits
b8919a42
"src/vscode:/vscode.git/clone" did not exist on "77dac12baee6c3243445d71cd1eb812d7f73c7a7"
Commit
b8919a42
authored
Oct 03, 2018
by
Paul
Browse files
Formatting
parent
86b6fd69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/opt/memory_coloring_impl.cpp
src/opt/memory_coloring_impl.cpp
+10
-10
No files found.
src/opt/memory_coloring_impl.cpp
View file @
b8919a42
...
@@ -184,17 +184,17 @@ void memory_coloring_impl::build()
...
@@ -184,17 +184,17 @@ void memory_coloring_impl::build()
void
memory_coloring_impl
::
register_operand_alias
()
void
memory_coloring_impl
::
register_operand_alias
()
{
{
operand_alias
[
"hip::allocate"
]
=
-
1
;
operand_alias
[
"hip::allocate"
]
=
-
1
;
operand_alias
[
"hip::load_literal"
]
=
-
1
;
operand_alias
[
"hip::load_literal"
]
=
-
1
;
operand_alias
[
"@outline"
]
=
-
1
;
operand_alias
[
"@outline"
]
=
-
1
;
operand_alias
[
"check_context"
]
=
-
1
;
operand_alias
[
"check_context"
]
=
-
1
;
operand_alias
[
"@literal"
]
=
-
1
;
operand_alias
[
"@literal"
]
=
-
1
;
operand_alias
[
"@param"
]
=
-
1
;
operand_alias
[
"@param"
]
=
-
1
;
operand_alias
[
"transpose"
]
=
0
;
operand_alias
[
"transpose"
]
=
0
;
operand_alias
[
"flatten"
]
=
0
;
operand_alias
[
"flatten"
]
=
0
;
operand_alias
[
"broadcast"
]
=
1
;
operand_alias
[
"broadcast"
]
=
1
;
operand_alias
[
"reshape"
]
=
0
;
operand_alias
[
"reshape"
]
=
0
;
operand_alias
[
"pass"
]
=
0
;
operand_alias
[
"pass"
]
=
0
;
}
}
void
memory_coloring_impl
::
rewrite
()
void
memory_coloring_impl
::
rewrite
()
...
...
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