-
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
Implement conversion for stablehlo.select and add Where Op #852
Conversation
FYI @dgolubovicTT seems like a good op we should map from FFE as well :)) |
9c3677d
to
49f962e
Compare
49f962e
to
0bf67eb
Compare
df6a7fd
to
4b8d8d7
Compare
@kmitrovicTT I wasn't aware there was another place where we tracked ops... @sdjordjevicTT @nvukobratTT can you folks pick one to be the source of truth (either github issues or the spreadsheet) to avoid issues of multiple people implementing the same things? |
From my side, GitHub should be the main source of truth. It's available for everyone, and it's regularly updated. Other docs, sheets, etc. should be on a team/personal level, and shouldn't be interpreted for the latest state of op support. Other thoughts @sdjordjevicTT @AleksKnezevic? |
@svuckovicTT @nvukobratTT There was a parallel discussion about this today and we've agreed with this: https://tenstorrent.slack.com/archives/C07A30HRX7C/p1730460299618899 So everyone working on frontends can have their own GH tasks about ops bringup, but you also have to open separate task under the |
4b8d8d7
to
47d11bc
Compare
47d11bc
to
bb3f739
Compare
7114e54
to
fb38c4f
Compare
da57af0
to
d8fce32
Compare
…lehlo to ttir conversion.
635bc70
to
5fa793f
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.
This is awesome. I forgot that in the flatbuffer the inputs is actually an array of variable-number elements, so we can integrate this into eltwiseop directly instead of creating a ternary op type, even better than the original plan! Thanks for looking at this!
6d81371
to
2c92934
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 good! only change is can you add a test under Silicon/TTNN/perf_unit for where op? otherwise looks good
5fa793f
to
839c875
Compare
Fixes #639
Fixes #640