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
3633f1a8
Commit
3633f1a8
authored
Sep 07, 2023
by
umang yadav
Browse files
Formatting
parent
d042eb98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/include/migraphx/op/if_op.hpp
src/include/migraphx/op/if_op.hpp
+0
-1
No files found.
src/include/migraphx/op/if_op.hpp
View file @
3633f1a8
...
...
@@ -74,7 +74,6 @@ struct if_op
for
(
const_module_ref
smod
:
mods
)
{
auto
names
=
smod
->
get_parameter_names
();
std
::
cout
<<
smod
->
name
()
<<
std
::
endl
;
pnames
.
insert
(
pnames
.
end
(),
names
.
begin
(),
names
.
end
());
}
assert
(
pnames
.
size
()
<
args
.
size
());
...
...
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