"examples/vscode:/vscode.git/clone" did not exist on "a16db11bbf4c0361820fac1f098a0f8b74226551"
Commit 1497ff6b authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent d3401374
......@@ -786,7 +786,7 @@ struct find_contiguous_pointwise
// 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; }))
return;
}
}
auto alloc = ins->inputs().back();
auto args = pw->inputs();
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