-
Notifications
You must be signed in to change notification settings - Fork 96
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
Binary Shift operators #10034
Closed
Labels
Comments
11 tasks
VirdhatchaniKN
assigned VirdhatchaniKN, mouliraj-mcw and mcw-anasuya and unassigned umadevimcw
Sep 26, 2024
umadevimcw
added
the
Op Generalization
Generalization and relaxations of requirements in Ops
label
Oct 29, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 10, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 10, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 11, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 11, 2024
3 tasks
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
rdjogoTT
added a commit
that referenced
this issue
Dec 12, 2024
### Ticket [Link to Github Issue](#10034) ### What's changed Implemented binary left/right shift as binary SFPU OPs. ### Checklist - [x] Post commit CI passes: https://github.com/tenstorrent/tt-metal/actions/runs/12287866881 - [x] Blackhole Post commit: https://github.com/tenstorrent/tt-metal/actions/runs/12287867702 - [x] New/Existing tests provide coverage for changes - will be added in future PR
LLK added here: #15926 |
@eyonland - please assign someone for implementation of this. The LLK should be present, per Radomir's comment. This should be high priority because it could be used to address some customer requests. |
KalaivaniMCW
added a commit
that referenced
this issue
Dec 16, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
Pending merge of |
KalaivaniMCW
added a commit
that referenced
this issue
Dec 17, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 18, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 18, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 18, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 18, 2024
KalaivaniMCW
added a commit
that referenced
this issue
Dec 18, 2024
### Ticket Link to Github Issue #10034 ### Problem description Binary left/right shift operators ### What's changed add ttnn support for sfpu binary bitwise shift operators ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/12372840148 https://github.com/tenstorrent/tt-metal/actions/runs/12394449160 - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [x] New/Existing tests provide coverage for changes
@VirdhatchaniKN , would you confirm that this can be closed now? |
Closing ticket as PR #16055 has been merged to main |
80 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Master issue : #9702
Op Requirement :
Issues :
Initial Implementation done in #8636
This implementation requires the involvement of a lot of ops, which may lead to performance issues.
The text was updated successfully, but these errors were encountered: