Commit 249464c1 authored by Umang Yadav's avatar Umang Yadav
Browse files

add nolint

parent 9f50051e
...@@ -328,6 +328,7 @@ using fp8e5m2fnuz = float8<migraphx::fp8::f8_type::bf8, true>; ...@@ -328,6 +328,7 @@ using fp8e5m2fnuz = float8<migraphx::fp8::f8_type::bf8, true>;
#define MIGRAPHX_FP8_FABS(T) \ #define MIGRAPHX_FP8_FABS(T) \
inline constexpr MIGRAPHX_HIP_DEVICE T fabs(T v) \ inline constexpr MIGRAPHX_HIP_DEVICE T fabs(T v) \
{ \ { \
/*NOLINTNEXTLINE*/ \
v.data = v.data & 0x7f; \ v.data = v.data & 0x7f; \
return v; \ return v; \
} }
......
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