Skip to content

Commit

Permalink
[loco] Add mx data type (#14301)
Browse files Browse the repository at this point in the history
This adds MXFP4 and MXINT8.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
  • Loading branch information
jinevening authored Nov 5, 2024
1 parent 20d9e96 commit 2b89cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/loco/include/loco/IR/DataType.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ enum class DataType

// WARNING STRING is NOT fully supported yet
STRING, // String

// Microscaling data type
MXFP4,
MXINT8,
};

} // namespace loco
Expand Down

0 comments on commit 2b89cb3

Please sign in to comment.