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
8ea65187
Commit
8ea65187
authored
May 31, 2022
by
Paul
Browse files
Fix warning
parent
5a1af3d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/eliminate_contiguous.cpp
src/eliminate_contiguous.cpp
+0
-1
No files found.
src/eliminate_contiguous.cpp
View file @
8ea65187
...
...
@@ -105,7 +105,6 @@ static void remove_contiguous(const std::string& op_name, module& m, F f)
}
else
if
(
prev
->
can_eval
())
{
auto
prev
=
arg
->
inputs
().
front
();
replace
(
new_args
,
arg
,
prev
);
if
(
try_compute_shape
(
ins
,
new_args
,
mod_args
))
{
...
...
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