We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OFP8 (https://www.opencompute.org/documents/ocp-8-bit-floating-point-specification-ofp8-revision-1-0-2023-12-01-pdf-1) defines two saturation modes - saturating and non-saturating mode. It looks like the current code runs in saturating mode by default.
>>> math.isnan(np.float32(449).astype(float8_e4m3fn)) False
Wondering if there's any plan to support both. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OFP8 (https://www.opencompute.org/documents/ocp-8-bit-floating-point-specification-ofp8-revision-1-0-2023-12-01-pdf-1) defines two saturation modes - saturating and non-saturating mode.
It looks like the current code runs in saturating mode by default.
Wondering if there's any plan to support both.
Thank you.
The text was updated successfully, but these errors were encountered: