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
19af4714
"vscode:/vscode.git/clone" did not exist on "a25058dea9eb84060a99897ef2d47804c16d1407"
Commit
19af4714
authored
Feb 08, 2022
by
Paul
Browse files
Format
parent
34f9a26e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/driver/main.cpp
src/driver/main.cpp
+1
-1
No files found.
src/driver/main.cpp
View file @
19af4714
...
...
@@ -188,7 +188,7 @@ struct loader
mm
->
remove_instructions
(
last
,
mm
->
end
());
}
// Remove unused variable when exporting to cpp
if
(
output_type
==
"cpp"
)
if
(
output_type
==
"cpp"
)
migraphx
::
run_passes
(
*
p
.
get_main_module
(),
{
migraphx
::
dead_code_elimination
{}});
if
(
optimize
)
{
...
...
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