Commit 1497ff6b authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent d3401374
...@@ -786,7 +786,7 @@ struct find_contiguous_pointwise ...@@ -786,7 +786,7 @@ struct find_contiguous_pointwise
// ensure pointwise shape is still valid for gemm call // ensure pointwise shape is still valid for gemm call
if(std::none_of(pw_strides.end() - 2, pw_strides.end(), [&](auto i) { return i == 1; })) if(std::none_of(pw_strides.end() - 2, pw_strides.end(), [&](auto i) { return i == 1; }))
return; return;
} }
auto alloc = ins->inputs().back(); auto alloc = ins->inputs().back();
auto args = pw->inputs(); auto args = pw->inputs();
args.back() = alloc; args.back() = alloc;
......
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