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
3f890022
Commit
3f890022
authored
Nov 14, 2022
by
charlie
Browse files
simplify to s0 call
parent
5f3f6e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/migraphx/op/contiguous.hpp
src/include/migraphx/op/contiguous.hpp
+2
-2
No files found.
src/include/migraphx/op/contiguous.hpp
View file @
3f890022
...
@@ -58,8 +58,8 @@ struct contiguous
...
@@ -58,8 +58,8 @@ struct contiguous
{
{
return
inputs
.
front
();
return
inputs
.
front
();
}
}
auto
lens
=
inputs
.
at
(
0
)
.
lens
();
auto
lens
=
s0
.
lens
();
auto
t
=
inputs
.
at
(
0
)
.
type
();
auto
t
=
s0
.
type
();
return
{
t
,
lens
};
return
{
t
,
lens
};
}
}
}
}
...
...
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