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
9cb9bc09
Commit
9cb9bc09
authored
Jul 02, 2022
by
Paul
Browse files
Format
parent
c27a6376
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/targets/gpu/fuse_ops.cpp
src/targets/gpu/fuse_ops.cpp
+3
-3
No files found.
src/targets/gpu/fuse_ops.cpp
View file @
9cb9bc09
...
@@ -1053,7 +1053,7 @@ struct find_gemm_pointwise
...
@@ -1053,7 +1053,7 @@ struct find_gemm_pointwise
return
;
return
;
// const-fold input if not standard shape since rocblas can't handle it
// const-fold input if not standard shape since rocblas can't handle it
if
(
not
c_ins
->
get_shape
().
standard
())
if
(
not
c_ins
->
get_shape
().
standard
())
{
{
auto
c
=
op
::
contiguous
{};
auto
c
=
op
::
contiguous
{};
auto
l
=
c
.
compute
(
c
.
compute_shape
({
c_ins
->
get_shape
()}),
{
c_ins
->
eval
()});
auto
l
=
c
.
compute
(
c
.
compute_shape
({
c_ins
->
get_shape
()}),
{
c_ins
->
eval
()});
...
...
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