Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
f1e16656
Commit
f1e16656
authored
Dec 12, 2022
by
Paul
Browse files
Fix cppcheck issue
parent
ae13eb93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/migraphx/optimize.hpp
src/include/migraphx/optimize.hpp
+1
-1
No files found.
src/include/migraphx/optimize.hpp
View file @
f1e16656
...
@@ -39,7 +39,7 @@ struct module_pass_manager;
...
@@ -39,7 +39,7 @@ struct module_pass_manager;
struct
optimize
struct
optimize
{
{
std
::
string
name
()
const
{
return
"optimize"
;
}
std
::
string
name
()
const
{
return
"optimize"
;
}
void
apply
(
module_pass_manager
&
m
)
const
;
void
apply
(
module_pass_manager
&
mp
m
)
const
;
};
};
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace MIGRAPHX_INLINE_NS
...
...
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