Commit ea09fd32 authored by rocking's avatar rocking
Browse files

Fix typo

parent 976815e5
......@@ -42,7 +42,7 @@ using CDataType = F16;
using AccDataType = F32;
using EltwiseComputeDataType = F32;
// CAUSION - host reduce_max will call numeric_limits<ck::half_t>::lowest()
// CAUTION - host reduce_max will call numeric_limits<ck::half_t>::lowest()
// However, numeric_limits<ck::half_t>::lowest() will return zero. So, used half_float::half instead
using HostReduceDataType = half_float::half;
......
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