"lightx2v/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "e821eebfb328d41d02d982a1a1731888ee5aaf42"
Commit ef9adef2 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 4f0c21f5
......@@ -177,7 +177,7 @@ struct miopen_apply
auto ws = conv.compile(ctx, ins->get_shape(), to_shapes(ins->inputs()));
auto workspace = insert_allocation(ins, ws, "workspace");
auto output = insert_allocation(ins, ins->get_shape());
auto output = insert_allocation(ins, ins->get_shape());
return prog->replace_instruction(
ins, conv, ins->inputs().at(0), ins->inputs().at(1), workspace, output);
......
......@@ -20,7 +20,7 @@ argument miopen_quant_convolution::compute(context& ctx,
auto x_desc_vec4 = make_tensor(args[0].get_shape(), true);
auto w_desc = make_tensor(args[1].get_shape());
auto w_desc_vec4 = make_tensor(args[1].get_shape(), true);
auto y_desc = make_tensor(output_shape);
auto y_desc = make_tensor(output_shape);
float alpha = 1;
float beta = 0;
......
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