-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backing out on-device TMA store. (#3688)
Summary: Pull Request resolved: #3688 X-link: facebookresearch/FBGEMM#764 - Always allocate workspace. - Allocating is almost free with PyTorch sub-allocation. - Not allocating could cause problems in multi-processing and cuda graph capturing. - Disable TMA store for now. - Running into issues with on-device TMA store. Reviewed By: jiawenliu64, jwfromm Differential Revision: D69602533 fbshipit-source-id: 7c776231711830c777e6808894dfc89ebdd4ed2c
- Loading branch information
1 parent
a4be13a
commit e024eb7
Showing
2 changed files
with
78 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters