You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: