Commit 956f5bc7 authored by umangyadav's avatar umangyadav
Browse files

Formatting

parent e48d5a21
...@@ -134,8 +134,8 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec ...@@ -134,8 +134,8 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec
if(status != miopenStatusSuccess or solution_count != 1) if(status != miopenStatusSuccess or solution_count != 1)
MIGRAPHX_THROW("MIOpen Convolution: get solution failed"); MIGRAPHX_THROW("MIOpen Convolution: get solution failed");
solution_id = conv_solution.solution_id; solution_id = conv_solution.solution_id;
algo = conv_solution.algorithm; algo = conv_solution.algorithm;
return shape{shape::int8_type, {conv_solution.workspace_size}}; return shape{shape::int8_type, {conv_solution.workspace_size}};
} }
......
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