-
Notifications
You must be signed in to change notification settings - Fork 292
Streamlining of Scaled Dot-Product Attention #901
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
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fdd89a6
[Streamline] Prefer AbsorbSignBiasIntoMultiThreshold transform
iksnagreb be33bbc
[Streamline] Refactor MoveScalarMulPastMatMul to handle join-node matmul
iksnagreb 09c1993
Remove misplaced/outdated comment
iksnagreb 9dade0c
[Streamline] Soften initializer tests in Absorb1BitMulIntoMatMul/Conv
iksnagreb 8bae5d7
Address some linting issues
iksnagreb b22ebe3
[Tests] Add test for MoveScalarMulPastMatMul handling join nodes
iksnagreb c10fa1d
[Deps] Update qonnx version to include FoldTransposeIntoQuantInit fix
iksnagreb 475a27b
[Streamline] Fix FoldQuantWeights input order and shape annotations
iksnagreb bd6a8f8
[Streamline] Fix AbsorbAddIntoMultiThreshold assumed input order
iksnagreb 1f7dd4c
[Streamline] Add support for Slice to MoveScalarLinearPastInvariants
iksnagreb b3e50d7
[Streamline] Absorb1BitMulIntoMatMul/Conv does not handle fork-nodes
iksnagreb 0413368
[Deps] Temporarily switch qonnx to my fork including necessary fixes
iksnagreb 2bf7949
Make quantized activation handlers data layout aware
iksnagreb 8783fd4
[Deps] Update qonnx
iksnagreb 2bf37f1
[Deps] Update qonnx
iksnagreb a4fc498
[Deps] Update qonnx
iksnagreb 6c56382
Fix some typos
iksnagreb 15a9daa
Merge remote-tracking branch 'xilinx/dev' into feature/attention-stre…
iksnagreb c63aca8
Merge dev into feature/attention-streamline
auphelia 87ee4cf
[Streamline] Allow moving of multiply nodes on both branches of dynam…
auphelia 4ff96ba
[Transform] Cleanup new transforms
auphelia 42ca6ca
[Transform] Remove broadcasting and grouping inputs in AbsorbAddIntoM…
auphelia 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
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.
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.