Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/cutlass/half.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ struct numeric_limits<cutlass::half_t> {
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
Expand Down Expand Up @@ -667,7 +667,7 @@ struct numeric_limits<cutlass::half_t> {
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
Expand Down