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
2 changes: 1 addition & 1 deletion include/cutlass/float_subbyte.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct float_e2m1_t;
struct float_e3m2_t;
// E2M1:
// 2 Exponent bits with 1 Mantissa bit
// Range: +-[0,0.5,1,1.5,2,3,4,5,6]
// Range: +-[0,0.5,1,1.5,2,3,4,6]
// has_Inf: false
// has_NaN: false
// has_denorm: true
Expand Down