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

[WIP] Implement matrix_exp Batching Rule #125086

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

samhu1
Copy link

@samhu1 samhu1 commented Apr 27, 2024

Fixes #115992

What does this PR do?

This pull request attempts to add the feature of batching rule to the matrix_exp function since matrix exponentials are extremely expensive to compute, yet very important in many computing and ML problems . It would be great if such computational expensive functions can support batch implementations.

Checklist

  • add test cases to test the correct implementation
  • add test cases to see interaction with other functions
  • request a code review
  • add changelogs

Copy link

pytorch-bot bot commented Apr 27, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/125086

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit cb7630e with merge base c4b6ed4 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link

CLA Not Signed

@pytorch-bot pytorch-bot bot added the release notes: nn release notes category label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open source release notes: nn release notes category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please implement the batching rule for torch.matrix_exp.
2 participants