"driver/conv_driver.cpp" did not exist on "19a93dac051f3b5200fe00151b8fa5994aa890dd"
Commit d26ae46c authored by umangyadav's avatar umangyadav
Browse files

formatting

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