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

[2PC] Add dispatch from DotGeneral to BatchMatmul #433

Closed
wants to merge 1 commit into from

Conversation

fionser
Copy link
Collaborator

@fionser fionser commented Dec 10, 2023

[2PC] Add dispatch from DotGeneral to BatchMatmul and add some documentations.

Current DotGeneral is decomposed into seperated matmul calls.
But for some back-ends (e.g., Cheetah), we can do better than seperate calls to matmul.

Pull Request

What problem does this PR solve?

Issue Number: Fixed #

Possible side effects?

No. If the batch_matmul kernel is not added by the MPC backend; then we simply fall back to the normal multiple calls of matmul.

…ntations

Current DotGeneral is decomposed into seperated matmul calls
But for some back-ends (e.g., Cheetah); we can do better.
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

Copy link

Stale pull request message. Please comment to remove stale tag. Otherwise this pr will be closed soon.

Copy link

Stale pull request message. Please comment to remove stale tag. Otherwise this pr will be closed soon.

Copy link

Stale pull request message. Please comment to remove stale tag. Otherwise this pr will be closed soon.

@fionser fionser closed this Apr 6, 2024
@fionser fionser deleted the dev branch April 6, 2024 14:37
@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants