Skip to content
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 support for multi-device tensors in grouped convolution weight preprocessing #14914

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

esmalTT
Copy link
Contributor

@esmalTT esmalTT commented Nov 9, 2024

Summary

Currently - convolution weight preprocessing for grouped convolutions fails when using multi-device tensors. This PR adds support for using multi-device tensors with grouped convolutions.

I added ttnn.conv2d tests that cover multi-device convolutions for groups >= 1 and also fixed formatting in tensor_utils.cpp.

Checklist

  • Post commit CI passes: link
  • New/Existing tests provide coverage for changes

@esmalTT esmalTT self-assigned this Nov 9, 2024
@esmalTT esmalTT force-pushed the esmal/multi-device-grouped-weight branch 2 times, most recently from ce16c4f to f93e866 Compare November 9, 2024 00:39
@esmalTT esmalTT marked this pull request as ready for review November 9, 2024 00:39
@esmalTT
Copy link
Contributor Author

esmalTT commented Nov 9, 2024

Added ttnn.conv2d tests that cover multi-device convolutions for groups >= 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants