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

[kernels] support batch dims broadcasting for matmul #5789

Merged
merged 3 commits into from
Oct 29, 2021
Merged

Conversation

pyu10055
Copy link
Collaborator

@pyu10055 pyu10055 commented Oct 28, 2021

fixed #4192, allow matmul to support broadcast batch dims.
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

@pyu10055 pyu10055 requested a review from lina128 October 28, 2021 21:07
@google-cla google-cla bot added the cla: yes label Oct 28, 2021
Copy link
Collaborator

@lina128 lina128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@pyu10055 pyu10055 merged commit 11a03f5 into master Oct 29, 2021
@pyu10055 pyu10055 deleted the batch_matmul branch October 29, 2021 00:47
haoyunfeix added a commit to haoyunfeix/webtest that referenced this pull request Oct 29, 2021
Due to tensorflow/tfjs#5789, tfjs-core exported
broadcast util to other backends. We should keep tfjs-core align with other
backends
haoyunfeix added a commit to webgfx/tfjs-test that referenced this pull request Oct 29, 2021
Due to tensorflow/tfjs#5789, tfjs-core exported
broadcast util to other backends. We should keep tfjs-core align with other
backends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

matmul doesn't preserve the batch dimension with size 1
2 participants