"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "5adfa9d723642c58ec3921b098aa8a32e1e77365"
Commit dd004bc4 authored by Paul's avatar Paul
Browse files

Format

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