"docs/en_US/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "f8d42a33c87a881c5284ea63ce2461cb523e16cb"
Commit dd004bc4 authored by Paul's avatar Paul
Browse files

Format

parent aae03c3e
...@@ -114,10 +114,10 @@ struct find_ck_gemm ...@@ -114,10 +114,10 @@ struct find_ck_gemm
} // namespace } // namespace
void fuse_ck::apply(module_pass_manager& mpm) const void fuse_ck::apply(module_pass_manager& mpm) const
{ {
match::find_matches(mpm, find_ck_gemm_pointwise{}); match::find_matches(mpm, find_ck_gemm_pointwise{});
match::find_matches(mpm, find_ck_gemm{}); match::find_matches(mpm, find_ck_gemm{});
} }
} // namespace gpu } // namespace gpu
......
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