Commit 3b8ae098 authored by Paul's avatar Paul
Browse files

Merge branch 'dot-add' into bert-opt2

parents ba4b69a7 cf9cec1c
...@@ -976,8 +976,9 @@ struct find_gemm_pointwise ...@@ -976,8 +976,9 @@ 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::used_once().bind("c"), match::either_arg(0, 1)(
match::name("gpu::gemm")(match::nargs(3)).bind("gemm"))); match::any().bind("c"),
match::name("gpu::gemm")(match::nargs(3), match::used_once()).bind("gemm")));
} }
// TODO: Move to matcher.hpp // TODO: Move to matcher.hpp
......
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