Unverified Commit a09dc502 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Enable standalone convolution for mlir by default (#2503)

parent 93f8c81d
...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment