Commit 4c370d64 authored by Paul's avatar Paul
Browse files

Format

parent cad8ceed
...@@ -120,9 +120,9 @@ struct find_ck_gemm ...@@ -120,9 +120,9 @@ struct find_ck_gemm
void fuse_ck::apply(module_pass_manager& mpm) const void fuse_ck::apply(module_pass_manager& mpm) const
{ {
if (not enabled(MIGRAPHX_DISABLE_CK_GEMM_FUSION{})) if(not enabled(MIGRAPHX_DISABLE_CK_GEMM_FUSION{}))
match::find_matches(mpm, find_ck_gemm_pointwise{}); match::find_matches(mpm, find_ck_gemm_pointwise{});
if (not enabled(MIGRAPHX_DISABLE_CK_GEMM{})) if(not enabled(MIGRAPHX_DISABLE_CK_GEMM{}))
match::find_matches(mpm, find_ck_gemm{}); match::find_matches(mpm, find_ck_gemm{});
} }
......
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