Commit fdce6293 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 0d6a3ee9
...@@ -14,4 +14,4 @@ void sin(hipStream_t stream, const argument& result, const argument& arg) ...@@ -14,4 +14,4 @@ void sin(hipStream_t stream, const argument& result, const argument& arg)
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // namespace MIGRAPH_INLINE_NS } // namespace MIGRAPH_INLINE_NS
} // namespace migraph } // namespace migraphx
...@@ -16,6 +16,6 @@ void sin(hipStream_t stream, const argument& result, const argument& arg); ...@@ -16,6 +16,6 @@ void sin(hipStream_t stream, const argument& result, const argument& arg);
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // namespace MIGRAPH_INLINE_NS } // namespace MIGRAPH_INLINE_NS
} // namespace migraph } // namespace migraphx
#endif #endif
...@@ -32,6 +32,6 @@ struct hip_sin ...@@ -32,6 +32,6 @@ struct hip_sin
} // namespace gpu } // namespace gpu
} // namespace MIGRAPH_INLINE_NS } // namespace MIGRAPH_INLINE_NS
} // namespace migraph } // namespace migraphx
#endif #endif
...@@ -23,4 +23,4 @@ argument hip_sin::compute(context& ctx, const shape&, const std::vector<argument ...@@ -23,4 +23,4 @@ argument hip_sin::compute(context& ctx, const shape&, const std::vector<argument
} // namespace gpu } // namespace gpu
} // namespace MIGRAPH_INLINE_NS } // namespace MIGRAPH_INLINE_NS
} // namespace migraph } // namespace migraphx
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