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
1497ff6b
Commit
1497ff6b
authored
Nov 14, 2023
by
Khalique Ahmed
Browse files
formatting
parent
d3401374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/fuse_ops.cpp
src/targets/gpu/fuse_ops.cpp
+1
-1
No files found.
src/targets/gpu/fuse_ops.cpp
View file @
1497ff6b
...
@@ -786,7 +786,7 @@ struct find_contiguous_pointwise
...
@@ -786,7 +786,7 @@ struct find_contiguous_pointwise
// ensure pointwise shape is still valid for gemm call
// ensure pointwise shape is still valid for gemm call
if
(
std
::
none_of
(
pw_strides
.
end
()
-
2
,
pw_strides
.
end
(),
[
&
](
auto
i
)
{
return
i
==
1
;
}))
if
(
std
::
none_of
(
pw_strides
.
end
()
-
2
,
pw_strides
.
end
(),
[
&
](
auto
i
)
{
return
i
==
1
;
}))
return
;
return
;
}
}
auto
alloc
=
ins
->
inputs
().
back
();
auto
alloc
=
ins
->
inputs
().
back
();
auto
args
=
pw
->
inputs
();
auto
args
=
pw
->
inputs
();
args
.
back
()
=
alloc
;
args
.
back
()
=
alloc
;
...
...
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