-
Notifications
You must be signed in to change notification settings - Fork 97
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
#8835: Introduce a faster more flexible operation infra v2 #9279
Merged
Conversation
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
arakhmati
requested review from
eyonland,
cfjchu,
xanderchin,
TT-BrianLiu,
ntarafdar and
kmabeeTT
as code owners
June 7, 2024 05:21
arakhmati
changed the title
#5389: added TMP-based device operation infra
#8835: added TMP-based device operation infra
Jun 7, 2024
arakhmati
force-pushed
the
ttnn-8835-added-tmp-device-op-infra
branch
from
June 7, 2024 05:21
8a97b1c
to
6d0b80d
Compare
arakhmati
force-pushed
the
ttnn-8835-added-tmp-device-op-infra
branch
from
June 7, 2024 05:44
6d0b80d
to
85ff37e
Compare
mo-tenstorrent
approved these changes
Jun 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the hard coded name for V2 device ops needs to be updated
arakhmati
force-pushed
the
ttnn-8835-added-tmp-device-op-infra
branch
from
June 18, 2024 21:03
1bf4110
to
8439e0c
Compare
arakhmati
force-pushed
the
ttnn-8835-added-tmp-device-op-infra
branch
from
June 18, 2024 21:04
8439e0c
to
2bd9fd3
Compare
arakhmati
changed the title
#8835: added template metaprogramming based device operation infra
#8835: Introduce a faster more flexible operation infra v2
Jun 18, 2024
cfjchu
approved these changes
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ticket
#8835
Problem description
Current infrastructure for writing a device operation relies heavily on using std::vectors in the common parts of the infra. They were used because they are easier to understand.
However using vectors causes 2 issues:
What's changed
Added new infra for writing device operations based on template meta-programming
Checklist
Post commit CI - passed
Model regression CI testing running