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