Refactor `generic_float` to handle `E8M0` type
Open
@CharlieL7 is already working on this.
Since Sep 18, 2025.
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.