Commit 0489e830 authored by Khalique's avatar Khalique
Browse files

fix clang tidy const errors

parent 25d0c85b
...@@ -13,8 +13,8 @@ namespace device { ...@@ -13,8 +13,8 @@ namespace device {
void clip(hipStream_t stream, void clip(hipStream_t stream,
const argument& result, const argument& result,
const argument& arg1, const argument& arg1,
const float max, float max,
const float min); 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