Commit cf9cec1c authored by Paul's avatar Paul
Browse files

Format

parent 48cf58f6
...@@ -975,7 +975,8 @@ struct find_gemm_pointwise ...@@ -975,7 +975,8 @@ struct find_gemm_pointwise
return precompile_name("pointwise")( return precompile_name("pointwise")(
match::nargs(3), match::nargs(3),
match::all_of[match::inputs()](match::standard_shape()), match::all_of[match::inputs()](match::standard_shape()),
match::either_arg(0, 1)(match::any().bind("c"), match::either_arg(0, 1)(
match::any().bind("c"),
match::name("gpu::gemm")(match::nargs(3), match::used_once()).bind("gemm"))); match::name("gpu::gemm")(match::nargs(3), match::used_once()).bind("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