[JIT] add support for torch.lu to torchscript#33724
[JIT] add support for torch.lu to torchscript#33724eellison wants to merge 7 commits intogh/eellison/55/basefrom
Conversation
[ghstack-poisoned]
💊 CircleCI build failures summary and remediationsAs of commit c403245:
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 🕵️ 5 new failures recognized by patternsThe following build failures do not appear to be due to upstream breakage:
|
| # type: (Tensor) -> Tuple[Tensor, Tensor, Tensor] | ||
| return torch.lu(x, get_infos=True) | ||
|
|
||
| self.checkScript(lu, (torch.randn(2, 3, 3),)) |
There was a problem hiding this comment.
nit: this should've been lu_infos?
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
vishwakftw
left a comment
There was a problem hiding this comment.
Looks good to me, thanks!
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
Fix for #33381, partial fix of #30786 Differential Revision: [D20077321](https://our.internmc.facebook.com/intern/diff/D20077321) [ghstack-poisoned]
Summary: Pull Request resolved: pytorch#33724 Fix for pytorch#33381, partial fix of pytorch#30786 Test Plan: Imported from OSS Differential Revision: D20077321 Pulled By: eellison fbshipit-source-id: a1e6a0370712b36c9f66979098ac2f9d500ca5f6
Summary: Pull Request resolved: pytorch#33724 Fix for pytorch#33381, partial fix of pytorch#30786 Test Plan: Imported from OSS Differential Revision: D20077321 Pulled By: eellison fbshipit-source-id: a1e6a0370712b36c9f66979098ac2f9d500ca5f6
Stack from ghstack:
Fix for #33381, partial fix of #30786
Differential Revision: D20077321