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
a24a322d
Commit
a24a322d
authored
Nov 06, 2018
by
Paul
Browse files
Remove unused variable
parent
07fb11db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/opt/memory_coloring_impl.cpp
src/opt/memory_coloring_impl.cpp
+0
-2
No files found.
src/opt/memory_coloring_impl.cpp
View file @
a24a322d
...
...
@@ -129,10 +129,8 @@ void memory_coloring_impl::build()
{
is_dead
=
true
;
}
int
cnt
=
-
1
;
for
(
auto
&&
arg
:
iter
->
inputs
())
{
cnt
++
;
if
(
is_param
(
arg
)
||
is_outline
(
arg
))
{
if
(
is_output_param
(
arg
))
...
...
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