Commit 670028c3 authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Cleanup merge artifacts

parent 175a17f8
......@@ -59,13 +59,8 @@ inline constexpr bool is_native_type()
{
return is_same<T, double>::value || is_same<T, float>::value || is_same<T, half_t>::value ||
is_same<T, bhalf_t>::value || is_same<T, int32_t>::value || is_same<T, int8_t>::value ||
<<<<<<< HEAD
is_same<T, uint8_t>::value || is_same<T, f8_t>::value || is_same<T, bf8_t>::value ||
is_same<T, bool>::value || is_same<T, f4_t>::value;
=======
is_same<T, uint8_t>::value || is_same<T, f8_fnuz_t>::value ||
is_same<T, bf8_fnuz_t>::value || is_same<T, bool>::value;
>>>>>>> 1504c3e8f552f519e963f3bc1880946c00a7fbc5
is_same<T, bf8_fnuz_t>::value || is_same<T, bool>::value || is_same<T, f4_t>::value;
}
// vector_type
......@@ -2044,7 +2039,6 @@ struct NumericUtils<half_t>
};
template <>
<<<<<<< HEAD
struct NumericUtils<bhalf_t>
{
static constexpr int exp = 8;
......@@ -2054,10 +2048,7 @@ struct NumericUtils<bhalf_t>
};
template <>
struct NumericUtils<f8_t>
=======
struct NumericUtils<f8_fnuz_t>
>>>>>>> 1504c3e8f552f519e963f3bc1880946c00a7fbc5
{
static constexpr int exp = 4;
static constexpr int mant = 3;
......
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