-
Notifications
You must be signed in to change notification settings - Fork 87
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
#4625: Multicore runs for untilize with unpadding on interleaved tensors #8622
#4625: Multicore runs for untilize with unpadding on interleaved tensors #8622
Conversation
657a54f
to
9a9e380
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! I think we should slowly get rid of single core implementations of these ops
Definitely! |
Yeah, we need to add the CB size check in the multicore versions, that's the only missing feature. |
9a9e380
to
3b75a41
Compare
This commit adds the ability to run the untilize_with_unpadding op on interleaved tensors across multiple cores.