-
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
Add RepeatInterleaveOp support #1857
Conversation
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.
Great work! Can you also add a test under test/ttmlir/Silicon/TTNN/perf_unit
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.
Hey, this looks great, especially for the first PR on MLIR! I've left a couple of comments, dim indexing is the only mandatory thing that needs fixing, everything else is mostly concerned with the style.
test/ttmlir/Dialect/TTIR/repeat_interleave/repeat_interleave_tests_positive.mlir
Outdated
Show resolved
Hide resolved
ef8b3b6
to
eb8faf9
Compare
7c7a7dc
to
5f2ef82
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.
awesome stuff, looks great. Thanks!
E2E support of RepeatInterleaveOp