Commit f06979f2 authored by guangzlu's avatar guangzlu
Browse files

fixed bug

parent 2b78f9b4
......@@ -1020,6 +1020,7 @@ inline __host__ __device__ constexpr bhalf_t type_convert<bhalf_t, float>(float
return uint16_t(u.int32 >> 16);
}
#endif
// convert fp16 to bf16
template <>
......
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