Commit bda3599a authored by Khalique's avatar Khalique
Browse files

formatting

parent 0489e830
...@@ -10,11 +10,7 @@ inline namespace MIGRAPHX_INLINE_NS { ...@@ -10,11 +10,7 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace gpu { namespace gpu {
namespace device { namespace device {
void clip(hipStream_t stream, void clip(hipStream_t stream, const argument& result, const argument& arg1, float max, float min);
const argument& result,
const argument& arg1,
float max,
float min);
} // 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