-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Expose permute inputs #77391
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
Expose permute inputs #77391
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 79a516d (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
test/test_jit.py
Outdated
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 like this is failing - maybe try by using a graph from a function ?
@torch.jit.script
def foo(i, j, k):
pass
g = foo.graph
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.
my bad i should've test this locally before i push. thanks for the tip
@pytorchbot merge this |
Hey @makslevental. |
Summary: Pull Request resolved: #77391 Approved by: https://github.com/eellison Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/25a6aabe71553a99e1a1e2ff9425522feb46f0e2 Reviewed By: atalman Differential Revision: D36412433 fbshipit-source-id: 91dab653bfcb2f80d92d8520a5baa1cb39c5d58f
No description provided.