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

fix clang tidy const errors

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