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
I am using pytorch with distributed primitives implemented in gloo. I found that bfloat16 was not defined in gloo yet. Though float16(half) is defined in gloo and is aligned with pytorch. I wonder is there any plan for supporting it?