This is an archive of the discontinued LLVM Phabricator instance.

Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIR
ClosedPublic

Authored by jakeh-gc on Feb 10 2023, 8:15 AM.

Details

Summary

Float8E5M2FNUZ and Float8E4M3FNUZ have been added to APFloat in D141863.
This change adds these types as MLIR builtin types alongside Float8E5M2 and Float8E4M3FN (added in D133823 and D138075).

Diff Detail

Event Timeline

jakeh-gc created this revision.Feb 10 2023, 8:15 AM
jakeh-gc requested review of this revision.Feb 10 2023, 8:15 AM
jakeh-gc retitled this revision from Add Float8E5M2FNUZ and Float8E4M3FNUZ type to MLIR to Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIR.Feb 10 2023, 8:17 AM
krzysz00 accepted this revision.Feb 10 2023, 8:42 AM

I don't see any reason not to land this, so go ahead.

This revision is now accepted and ready to land.Feb 10 2023, 8:42 AM
jakeh-gc edited the summary of this revision. (Show Details)Feb 10 2023, 9:47 AM
This revision was landed with ongoing or failed builds.Feb 13 2023, 10:26 AM
This revision was automatically updated to reflect the committed changes.