AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Refactor `generic_float` to handle `E8M0` type

Open CharlieL7 opened this issue 3 months ago • 0 comments

DOR (Definition of Ready)

Ready.

Description

  • Need to support E8M0 type for better handling of MX block scales in MIGX.
  • Current generic_float implementation doesn't allow for having zero mantissa bits and no sign bit.
  • Discussed refactor of generic_float to have a specialization for this case and similar ones.

DOD (Definition of Done)

  • E8M0 type handed in MIGX through generic_float

CharlieL7 avatar Sep 18 '25 22:09 CharlieL7