"docs/vscode:/vscode.git/clone" did not exist on "055b42c097eb1f44c5cc8e44664d16e0dc5f42d5"
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)
});
}
void sync_stream(hipStream_t stream)
{
hipStreamSynchronize(stream);
}
void sync_stream(hipStream_t stream) { hipStreamSynchronize(stream); }
} // namespace device
} // 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