-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial changes [wip] Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Add padding mask support for FA Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Address review comments Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * rm causal mask from tests and add padding Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * fix some conflicts Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * conflicts Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Add unpadding mask Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fix padding mask Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fix docs Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * [wip] fix API Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Add packing and unpacking Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * More fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * docs fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * fix atomic_add bf16 torch.compile Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Generate non all True masks Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Lint fix Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fix Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fix core attention export and FusedAttn filter Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fix all ONNX tests Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Memory optimization Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * More fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Optimizations and caching fixes in torch.dynamo Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Bug fixes Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Review comments Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Padding optimizations Signed-off-by: Kirthi Shankar Sivamani <[email protected]> * Fixes and reviews Signed-off-by: Kirthi Shankar Sivamani <[email protected]> --------- Signed-off-by: Kirthi Shankar Sivamani <[email protected]>
- Loading branch information
Showing
7 changed files
with
442 additions
and
163 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
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
Oops, something went wrong.