-
Notifications
You must be signed in to change notification settings - Fork 605
[Torch] [TMTensor] Added mask and is_causal support for torch.aten.scaled_dot_product_attention #3690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[Torch] [TMTensor] Added mask and is_causal support for torch.aten.scaled_dot_product_attention #3690
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
07de1d0
[WIP] Initial implementation of attention masking in torch.ops.aten.s…
rohan-tan-bhowmik 05b1065
(WIP) Added causal and boolean masking
rohan-tan-bhowmik dd290bf
(WIP) Added causal and boolean masking
rohan-tan-bhowmik a29fce4
(WIP) Added checks and tests
rohan-tan-bhowmik 263b380
(WIP) Added checks and tests
rohan-tan-bhowmik 8983210
Clean up and robustness work
rohan-tan-bhowmik 2a112ec
Formatting
rohan-tan-bhowmik f6e873e
Merge branch 'llvm:main' into sdpa_mask
rohan-tan-bhowmik 9d6f70d
Restored llvm-project
rohan-tan-bhowmik 0e41ca3
Merge branch 'sdpa_mask' of https://github.com/rohan-tan-bhowmik/torc…
rohan-tan-bhowmik f067dd0
Restored llvm-project
rohan-tan-bhowmik f70166d
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik 84cc5cb
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik 1c0f138
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik fd981c4
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik ebd4c0c
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik daeff4a
Merge branch 'llvm:main' into sdpa_mask
rohan-tan-bhowmik 3c269d4
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik 0ea7cba
Merge branch 'sdpa_mask' of https://github.com/rohan-tan-bhowmik/torc…
rohan-tan-bhowmik 67b318f
Merge branch 'llvm:main' into sdpa_mask
rohan-tan-bhowmik a743b2f
XFAIL on stable version, PASS on nightly version
rohan-tan-bhowmik 2cab3c0
Merge branch 'sdpa_mask' of https://github.com/rohan-tan-bhowmik/torc…
rohan-tan-bhowmik fd94911
Review changes
rohan-tan-bhowmik 75f1240
Review changes
rohan-tan-bhowmik d01f743
Review changes
rohan-tan-bhowmik f78f878
XFAIL Changes
rohan-tan-bhowmik fc41aa3
XFAIL Changes
rohan-tan-bhowmik 04f9e4d
XFAIL Changes
rohan-tan-bhowmik bf88ec5
XFAIL Changes
rohan-tan-bhowmik 1a9466e
XFAIL Changes
rohan-tan-bhowmik 421b74e
XFAIL Changes
rohan-tan-bhowmik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.