Commit 32addf31 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8e824ed1
...@@ -185,10 +185,10 @@ struct miopen_apply ...@@ -185,10 +185,10 @@ struct miopen_apply
// of contiguous. If true, we should check the shape of the input // of contiguous. If true, we should check the shape of the input
// of the contiguous operator. // of the contiguous operator.
auto prev_ins = refs.at(0); auto prev_ins = refs.at(0);
if (prev_ins->name() == "gpu::contiguous") if(prev_ins->name() == "gpu::contiguous")
{ {
auto input = prev_ins->inputs().front(); auto input = prev_ins->inputs().front();
if (input->get_shape().transposed()) if(input->get_shape().transposed())
{ {
auto pack_a = insert_allocation(input, input->get_shape()); auto pack_a = insert_allocation(input, input->get_shape());
// replace one of the inputs of quant_gemm from the output to the // replace one of the inputs of quant_gemm from the output to the
......
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