diff --git a/include/cutlass/half.h b/include/cutlass/half.h index 118a80d704..1f25f6108e 100644 --- a/include/cutlass/half.h +++ b/include/cutlass/half.h @@ -599,7 +599,7 @@ struct numeric_limits { static bool const is_iec559 = true; static bool const is_bounded = true; static bool const is_modulo = false; - static int const digits = 10; + static int const digits = 11; /// Least positive value CUTLASS_HOST_DEVICE @@ -667,7 +667,7 @@ struct numeric_limits { static bool const is_iec559 = true; static bool const is_bounded = true; static bool const is_modulo = false; - static int const digits = 10; + static int const digits = 11; /// Least positive value CUTLASS_HOST_DEVICE