"fs/vscode:/vscode.git/clone" did not exist on "a7835c671615d71280ca7dba7264bd05a4f90915"
Commit 835cc1e2 authored by Paul's avatar Paul
Browse files

Format

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