Skip to content

Conversation

narendasan
Copy link
Collaborator

Description

Addresses support for TorchScript programs using prim::TupleConstruct. Also fixes an issue with the ConvTranspose implementation

Closes #65

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation and have regenerated the documentation (make html in docsrc)
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes

possible

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
deconv

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
@narendasan narendasan added component: lowering Issues re: The lowering / preprocessing passes component: evaluators Issues re: Specific op evaluators labels May 22, 2020
@narendasan narendasan marked this pull request as draft May 22, 2020 21:11
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
results and increase compatibility

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
of multiple outputs

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
@narendasan narendasan linked an issue May 23, 2020 that may be closed by this pull request
@narendasan narendasan marked this pull request as ready for review May 23, 2020 04:10
@narendasan narendasan merged commit 29a4dbf into master May 23, 2020
@narendasan narendasan deleted the prim_tupleconstruct branch July 15, 2020 00:20
frank-wei pushed a commit that referenced this pull request Jun 4, 2022
Summary: Pull Request resolved: https://github.com/pytorch/fx2trt/pull/66

Reviewed By: 842974287

Differential Revision: D36126848

fbshipit-source-id: a8324bd773105be7cbdad00681cb971aa09f1822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: evaluators Issues re: Specific op evaluators component: lowering Issues re: The lowering / preprocessing passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for TupleConstruct
1 participant