"include/vscode:/vscode.git/clone" did not exist on "c63dbb8b2f631e6e7f1affbd8203c0a960dce8fe"
Commit 96c856c5 authored by Paul's avatar Paul
Browse files

Formatting

parent 1e969c74
...@@ -94,7 +94,7 @@ void miopen_convolution::finalize(context& ctx, ...@@ -94,7 +94,7 @@ void miopen_convolution::finalize(context& ctx,
// Check that workspace hasn't changed // Check that workspace hasn't changed
auto size = inputs.at(2).bytes(); auto size = inputs.at(2).bytes();
auto ws = compile(ctx, output_shape, std::move(inputs)); auto ws = compile(ctx, output_shape, std::move(inputs));
if (ws.bytes() > size) if(ws.bytes() > size)
MIGRAPHX_THROW("Workspace has changed during finalization."); MIGRAPHX_THROW("Workspace has changed during finalization.");
} }
......
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