Skip to content
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

Handling underflowing denorms in float to half conversion for muamus_float #133

Closed
fangq opened this issue Dec 12, 2021 · 0 comments
Closed

Comments

@fangq
Copy link
Owner

fangq commented Dec 12, 2021

As reported by Kris in this mailing list post
https://groups.google.com/g/mcx-users/c/WVv0XYpJx9M/m/sUZnIFdnCAAJ

mcx's float->half packing code fails in some input data range.

after debugging, the failed values fall between 2^-16 (1.5259e-05) and 2^-14 (6.1035e-05), which are known as denorms (or subnorms).

need to add specialized handling for input of this range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant