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
91dcfa34
Commit
91dcfa34
authored
Sep 20, 2018
by
mei-ye
Browse files
staging
parent
026e48a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/opt/memory_coloring_impl.cpp
src/opt/memory_coloring_impl.cpp
+1
-1
No files found.
src/opt/memory_coloring_impl.cpp
View file @
91dcfa34
...
@@ -239,7 +239,7 @@ void memory_coloring_impl::rewrite()
...
@@ -239,7 +239,7 @@ void memory_coloring_impl::rewrite()
bool pre_copy = (interval->get_begin() < earliest_end_point);
bool pre_copy = (interval->get_begin() < earliest_end_point);
p_program->replace_instruction(
p_program->replace_instruction(
ins, write_literal{offset, pre_copy}, scratch_param, pre);
ins, write_literal{offset, pre_copy}, scratch_param, pre);
#endif
#endif
}
}
}
}
}
}
...
...
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