Commit 00442cd2 authored by Paul's avatar Paul
Browse files

Formatting

parent 4fbc2575
...@@ -10,8 +10,8 @@ namespace migraphx { ...@@ -10,8 +10,8 @@ namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
namespace gpu { namespace gpu {
void gpu_sync() void gpu_sync()
{ {
hipDeviceSynchronize(); hipDeviceSynchronize();
hipCtxSynchronize(); hipCtxSynchronize();
} }
......
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