"src/vscode:/vscode.git/clone" did not exist on "4b1961e26e33f3e3ef516f042ffd178f7cd53529"
Commit d26ae46c authored by umangyadav's avatar umangyadav
Browse files

formatting

parent f77aa144
...@@ -104,7 +104,7 @@ inline std::string get_miopen_version() ...@@ -104,7 +104,7 @@ inline std::string get_miopen_version()
size_t major = 0; size_t major = 0;
size_t minor = 0; size_t minor = 0;
size_t patch = 0; size_t patch = 0;
auto status = miopenGetVersion(&major, &minor, &patch); auto status = miopenGetVersion(&major, &minor, &patch);
if(status != miopenStatusSuccess) if(status != miopenStatusSuccess)
{ {
MIGRAPHX_THROW("MIOpen failed to retrieve miopen version info"); MIGRAPHX_THROW("MIOpen failed to retrieve miopen version info");
......
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