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

[autoparallel] added addbmm handler #1751

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

FrankLeeeee
Copy link
Contributor

@FrankLeeeee FrankLeeeee commented Oct 20, 2022

What does this PR do?

This PR added the handler for torch.addbmm and torch.Tensor.addbmm. This node handler involves the conversion from broadcast shape to its physical shape.

The addbmm is explained here and can be represented by

out = addbmm(bias, mat1, mat2) where mat1 and mat2 are 2D, bias is 1D or 2D and out is 2D.

@YuliangLiu0306 YuliangLiu0306 merged commit 262652c into hpcaitech:main Oct 21, 2022
@FrankLeeeee FrankLeeeee deleted the feature/addbmm-handler branch January 26, 2023 07:45
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