-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add float8_e4m3fnuz and float8_e5m2fnuz #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything LGTM - requesting a review from @hawkinsp as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(one requested change above)
Looks good - thanks. Would you mind squashing your changes into a single commit, just to help keep the history clean? Thank you! |
Sure. done 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This change adds support for two additional types
float8_e4m3fnuz
andfloat8_e5m2fnuz
. These match the types defined in LLVM/MLIR and proposed in StableHLO.