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

Support conversion of bfp_b types directly to bfloat16 #17453

Open
jjiangTT opened this issue Jan 31, 2025 · 0 comments
Open

Support conversion of bfp_b types directly to bfloat16 #17453

jjiangTT opened this issue Jan 31, 2025 · 0 comments

Comments

@jjiangTT
Copy link

There is no direct conversion from bfp_b types to the compact bfloat16 type and one is thus forced to go bfp_b->float->bfloat16 if they wish to use it.
The code seems very low level with simd instructions, shifting, masks, and other such extravagances so I can understand this being quite difficult though.

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