Commit 86bfe27c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 9174b783
...@@ -69,10 +69,7 @@ void pack_b(hipStream_t stream, const argument& result, const argument& arg) ...@@ -69,10 +69,7 @@ void pack_b(hipStream_t stream, const argument& result, const argument& arg)
}); });
} }
void sync_stream(hipStream_t stream) void sync_stream(hipStream_t stream) { hipStreamSynchronize(stream); }
{
hipStreamSynchronize(stream);
}
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
......
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