Commit 1be95870 authored by Umang Yadav's avatar Umang Yadav
Browse files

tidy fix

parent 249464c1
...@@ -285,7 +285,7 @@ struct float8 ...@@ -285,7 +285,7 @@ struct float8
MIGRAPHX_FP8_SHORT_UNARY_OP(/=, /) MIGRAPHX_FP8_SHORT_UNARY_OP(/=, /)
inline MIGRAPHX_HIP_DEVICE constexpr float8& operator=(const float8& rhs) = default; inline MIGRAPHX_HIP_DEVICE constexpr float8& operator=(const float8& rhs) = default;
inline MIGRAPHX_HIP_DEVICE constexpr float8& operator=(float8&& rhs) = default; inline MIGRAPHX_HIP_DEVICE constexpr float8& operator=(float8&& rhs) noexcept = default;
inline MIGRAPHX_HIP_DEVICE constexpr bool operator==(const float8& rhs) const inline MIGRAPHX_HIP_DEVICE constexpr bool operator==(const float8& rhs) const
{ {
......
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