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
a09dc502
Unverified
Commit
a09dc502
authored
Dec 05, 2023
by
Paul Fultz II
Committed by
GitHub
Dec 05, 2023
Browse files
Enable standalone convolution for mlir by default (#2503)
parent
93f8c81d
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_mlir.cpp
src/targets/gpu/fuse_mlir.cpp
+1
-1
No files found.
src/targets/gpu/fuse_mlir.cpp
View file @
a09dc502
...
@@ -531,7 +531,7 @@ void fuse_mlir::apply(module_pass_manager& mpm) const
...
@@ -531,7 +531,7 @@ void fuse_mlir::apply(module_pass_manager& mpm) const
match
::
find_matches
(
match
::
find_matches
(
mpm
,
mpm
,
find_mlir_standalone_convolution_op
{
get_mode
(
"convolution"
,
mlir_mode
::
int8
)},
find_mlir_standalone_convolution_op
{
get_mode
(
"convolution"
,
mlir_mode
::
fast
)},
find_mlir_standalone_dot_op
{
get_mode
(
"dot"
,
mlir_mode
::
none
)});
find_mlir_standalone_dot_op
{
get_mode
(
"dot"
,
mlir_mode
::
none
)});
#else
#else
(
void
)
mpm
;
(
void
)
mpm
;
...
...
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