AMDMIGraphX
AMDMIGraphX copied to clipboard
Refactor `generic_float` to handle `E8M0` type
DOR (Definition of Ready)
Ready.
Description
- Need to support
E8M0type for better handling of MX block scales in MIGX. - Current
generic_floatimplementation doesn't allow for having zero mantissa bits and no sign bit. - Discussed refactor of
generic_floatto have a specialization for this case and similar ones.
DOD (Definition of Done)
E8M0type handed in MIGX throughgeneric_float