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
Add support for bfloat16 atomic adds in fbcode (pytorch#141857)
This adds support for bfloat16 atomic add in fbcode (OSS will have to wait until those changes are upstreamed to triton)
Originally I attempted to write inline asm, but the triton API was not flexible enough to support this use case. In the long run the right answer is to implement this properly in OSS triton.
relevant issues:
* pytorch#137425 in fbcode only
* pytorch#97016
Pull Request resolved: pytorch#141857
Approved by: https://github.com/eellison
0 commit comments