-
Notifications
You must be signed in to change notification settings - Fork 23k
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
Improved JIT support for torch.einsum #59265
Conversation
💊 CI failures summary and remediationsAs of commit 7fff843 (more details on the Dr. CI page and at hud.pytorch.org/pr/59265):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages: Lint / mypy (1/1)Step: "Run mypy" (full log | diagnosis details | 🔁 rerun)
|
bafdb5c
to
d6b8a7b
Compare
This is a really cool extension of einsum jit support. @Krovatkin, is there someone familiar with the jit's varargs handling who can take a look from the jit side? |
@Krovatkin any updates here? @Lilyjjo and @eellison could one of you (or both) take a look at this PR please? |
Hi, I'm really not familiar with the varargs -- if @eellison isn't either I can help find someone on the JIT team who is! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall! I have a quick question above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks gut to me on the JIT side @mruberry
@heitorschueroff has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@heitorschueroff merged this pull request in 8f658d5. |
Added JIT support for the vararg version of
torch.einsum
. Note that JIT does not support the Python's Ellipsis object (...
)