Commit 439c0838 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent ff3bd8e6
...@@ -107,7 +107,7 @@ struct hip_device ...@@ -107,7 +107,7 @@ struct hip_device
// MIGRAPHX_THROW("Unable to get hip device properties"); // MIGRAPHX_THROW("Unable to get hip device properties");
return "gfx" + std::to_string(props.gcnArch); return "gfx" + std::to_string(props.gcnArch);
} }
void wait() const void wait() const
{ {
if(s == nullptr) if(s == nullptr)
......
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