Commit e8cb5106 authored by Paul's avatar Paul
Browse files

Formatting

parent 7e9699ce
...@@ -78,7 +78,7 @@ shape miopen_convolution::compile(context& ctx, ...@@ -78,7 +78,7 @@ shape miopen_convolution::compile(context& ctx,
workspace.implicit(), workspace.implicit(),
workspace_size, workspace_size,
false); false);
if (status != miopenStatusSuccess) if(status != miopenStatusSuccess)
MIGRAPHX_THROW("Find convolution failed"); MIGRAPHX_THROW("Find convolution failed");
algo = perf.fwd_algo; algo = perf.fwd_algo;
return shape{shape::int8_type, {perf.memory}}; return shape{shape::int8_type, {perf.memory}};
......
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