Commit 6909fcc1 authored by umangyadav's avatar umangyadav
Browse files

formatting

parent fea5c55d
...@@ -144,7 +144,6 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec ...@@ -144,7 +144,6 @@ shape miopen_convolution::find(context& ctx, const shape& output_shape, std::vec
if(status != miopenStatusSuccess) if(status != miopenStatusSuccess)
MIGRAPHX_THROW("MIOpen Convolution: get solution failed"); MIGRAPHX_THROW("MIOpen Convolution: get solution failed");
const auto& best_solution = solutions.front(); const auto& best_solution = solutions.front();
solution_id = best_solution.solution_id; solution_id = best_solution.solution_id;
algo = best_solution.algorithm; algo = best_solution.algorithm;
......
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