-
Notifications
You must be signed in to change notification settings - Fork 14
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
#1108: Added ability to dump golden data into flatbuffer file for int… #1189
Conversation
a72ff16
to
4c9a9a0
Compare
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.
Looks great, minor comments inline
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.
Looks great! Kudos for making entire python->flatbuffer pipeline work!
Some comments inline.
4c9a9a0
to
27d2fe6
Compare
fixed all comments. Thanks for the suggestions! |
…ermediate ops and output using python infra for generating ttir modules
27d2fe6
to
737564b
Compare
@@ -3,5 +3,4 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
|
|||
from ._ttnn_ops_gen import * | |||
from ._ttnn_enum_gen import * |
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.
I think we did something weird, I merged in #1194, which assumed this line was kept. I'll make a new PR to keep it in I guess.
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.
I think this was my bad. I cherry-picked your original code but not the new changes. Lemme know when you put up a new PR and ill approve.
…ermediate ops and output using python infra for generating ttir modules