Skip to content

Remove legacy code from the JIT#9323

Closed
apaszke wants to merge 5 commits intomasterfrom
jit_remove_legacy
Closed

Remove legacy code from the JIT#9323
apaszke wants to merge 5 commits intomasterfrom
jit_remove_legacy

Conversation

@apaszke
Copy link
Contributor

@apaszke apaszke commented Jul 10, 2018

In particular, get rid of backward tracing and CppOp.

apaszke added 3 commits July 10, 2018 14:21
Previously we depended on tracing to retrieve backward formulas,
but now this is handled using symbolic differentiation.
@apaszke
Copy link
Contributor Author

apaszke commented Jul 10, 2018

Actually I think the tracing state can be now simplified even further. Will add that as part of this PR.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apaszke has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@apaszke apaszke force-pushed the jit_remove_legacy branch from 20a69dd to d34550a Compare July 11, 2018 04:11
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apaszke has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apaszke has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aw yissss

@apaszke apaszke deleted the jit_remove_legacy branch July 13, 2018 00:02
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
In particular, get rid of backward tracing and CppOp.
Pull Request resolved: pytorch#9323

Reviewed By: ezyang

Differential Revision: D8795935

Pulled By: apaszke

fbshipit-source-id: fb7a7eeee41902da35f2a8efd77262ca60fd6bbe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants