Skip to content
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

Use PyTorch Functionalization Pass #30

Closed
narendasan opened this issue Apr 1, 2020 · 3 comments · Fixed by #183
Closed

Use PyTorch Functionalization Pass #30

narendasan opened this issue Apr 1, 2020 · 3 comments · Fixed by #183
Labels
component: lowering Issues re: The lowering / preprocessing passes feature request New feature or request priority: high
Milestone

Comments

@narendasan
Copy link
Collaborator

Having converters for inplace operators (add_) is potentially unsafe. We should use the functionalization pass in the lowering phase to switch these ops to their functional versions.

@narendasan narendasan added feature request New feature or request component: lowering Issues re: The lowering / preprocessing passes priority: high labels Apr 1, 2020
@narendasan narendasan added this to the v0.0.2 milestone Apr 1, 2020
@github-actions
Copy link

github-actions bot commented Jul 4, 2020

This issue has not seen activity for 30 days, Remove stale label or comment or this will be closed in 5 days

@github-actions
Copy link

github-actions bot commented Aug 9, 2020

This issue has not seen activity for 30 days, Remove stale label or comment or this will be closed in 5 days

narendasan added a commit that referenced this issue Sep 4, 2020
operators

Closes: #30

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
andi4191 pushed a commit to andi4191/Torch-TensorRT that referenced this issue Oct 30, 2020
operators

Closes: pytorch#30

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
frank-wei pushed a commit that referenced this issue Jun 4, 2022
…nference (#30)

Summary:
Pull Request resolved: https://github.com/pytorch/fx2trt/pull/30

as title

Reviewed By: 842974287

Differential Revision: D34874487

fbshipit-source-id: 86039d0f1269d879983977c65fe8fbe0a8bc1421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: lowering Issues re: The lowering / preprocessing passes feature request New feature or request priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant