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
8e486cf6
Commit
8e486cf6
authored
Nov 16, 2023
by
Paul
Browse files
Fix type
parent
2cb101ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/fuse_mlir.cpp
src/targets/gpu/fuse_mlir.cpp
+2
-2
No files found.
src/targets/gpu/fuse_mlir.cpp
View file @
8e486cf6
...
...
@@ -164,8 +164,8 @@ auto is_mlir_dot(mlir_mode mode)
return
false
;
if
(
mode
!=
mlir_mode
::
fast
)
return
true
;
float
a
=
ins
->
inputs
().
front
()
->
get_shape
();
float
b
=
ins
->
inputs
().
back
()
->
get_shape
();
auto
a
=
ins
->
inputs
().
front
()
->
get_shape
();
auto
b
=
ins
->
inputs
().
back
()
->
get_shape
();
float
m
=
a
.
lens
()[
a
.
lens
().
size
()
-
2
];
float
n
=
b
.
lens
().
back
();
float
k
=
a
.
lens
().
back
();
...
...
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