Add variable_list support to ExtractVariables struct#84583
Add variable_list support to ExtractVariables struct#84583steventk-g wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 27d5165f1e (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. |
27d5165 to
3c32913
Compare
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/84583
Note: Links to docs will display an error until the docs builds have been completed. ✅ No Failures, 1 PendingAs of commit ed1fc2f: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
3c32913 to
a32c386
Compare
0611d11 to
1da0b77
Compare
|
Could we add a test for this here? |
1da0b77 to
fd402a7
Compare
Done |
fd402a7 to
b021758
Compare
b021758 to
ed1fc2f
Compare
|
@soulitzer Can we get another round of review? :D |
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here. |
|
Hey @steventk-g. |
This is required to unblock pytorch/xla#3843, which lowers the einsum op for pytorch/xla. Because one method input parameter is a TensorList, we need to support TensorLists here so that we can support einsum gradients. Pull Request resolved: #84583 Approved by: https://github.com/soulitzer
This is required to unblock pytorch/xla#3843, which lowers the einsum op for pytorch/xla. Because one method input parameter is a TensorList, we need to support TensorLists here so that we can support einsum gradients.
For release notes (bc-breaking):