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

Broadcast lower-rank tensors during batched matmul #585

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

tbensonatl
Copy link
Collaborator

When performing a matmul on two tensors with mismatched ranks, at least one of which is greater than 3, broadcast the lower-rank tensor. This also fixes a bug in the batched cov transform.

When performing a matmul on two tensors with mismatched ranks,
at least one of which is greater than 3, broadcast the
lower-rank tensor. This also fixes a bug in the batched cov
transform.

Signed-off-by: Thomas Benson <tbenson@nvidia.com>
@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@tbensonatl
Copy link
Collaborator Author

/blossom-ci

1 similar comment
@cliffburdick
Copy link
Collaborator

/blossom-ci

@tbensonatl tbensonatl merged commit d75d702 into main Mar 10, 2024
1 check passed
@tbensonatl tbensonatl deleted the fix-matmul-broadcast-and-cov-xform branch April 29, 2024 01:13
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