Commit 4acc55c3 authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent a7d57049
......@@ -173,10 +173,7 @@ struct find_ck_gemm
struct find_ck_gemm_softmax_gemm
{
auto matcher() const
{
return match::name("gpu::pre_gemm_softmax_gemm");
}
auto matcher() const { return match::name("gpu::pre_gemm_softmax_gemm"); }
void apply(module_pass_manager& mpm, const match::matcher_result& r) const
{
......
......@@ -181,7 +181,7 @@ void prefuse_ops::apply(module_pass_manager& mpm) const
match::find_matches(mpm.get_module(), find_layernorm{});
mpm.run_pass(dead_code_elimination{});
match::find_matches(mpm.get_module(), find_add_layernorm{});
if (enabled(MIGRAPHX_ENABLE_CK{}))
if(enabled(MIGRAPHX_ENABLE_CK{}))
match::find_matches(mpm, find_gemm_softmax_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