Commit 835cc1e2 authored by Paul's avatar Paul
Browse files

Format

parent 77be2528
......@@ -965,10 +965,10 @@ struct find_contiguous
}
};
struct find_contiguous_pointwise
{
auto matcher() const {
auto matcher() const
{
return match::name("gpu::contiguous")(match::arg(0)(precompile_name("pointwise")));
}
......@@ -984,7 +984,6 @@ struct find_contiguous_pointwise
}
};
void fuse_ops::apply(module& m) const
{
match::find_matches(m, find_contiguous_pointwise{}, find_gelu{}, find_gelu_new{fast_math});
......
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