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
Rewrite block floating point kernel with bitwise operation.
Question: Should we add the random number before the exponent bias shift or after?
Block-offset floating point can be implemented in almost the same with block floating point so they should reuse the same kernel.
The text was updated successfully, but these errors were encountered:
finished
Sorry, something went wrong.
Tiiiger
No branches or pull requests
Rewrite block floating point kernel with bitwise operation.
Question:
Should we add the random number before the exponent bias shift or after?
Block-offset floating point can be implemented in almost the same with block floating point so they should reuse the same kernel.
The text was updated successfully, but these errors were encountered: