"official/projects/s3d/train.py" did not exist on "8c3a1ef3796dabeee371ca33011fa600fb061d67"
Commit 2d6c550a authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent d2f9399a
......@@ -6,8 +6,7 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace gpu {
namespace device {
argument
convert(hipStream_t stream, const argument& result, const argument& arg)
argument convert(hipStream_t stream, const argument& result, const argument& arg)
{
result.visit([&](auto output) {
arg.visit([&](auto input) {
......
......@@ -11,8 +11,7 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace gpu {
namespace device {
argument
convert(hipStream_t stream, const argument& result, const argument& arg);
argument convert(hipStream_t stream, const argument& result, const argument& arg);
} // 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