pytorch
c6febc64 - [JIT] Add a python hook for a function to interpret JIT graphs. (#44493)

Commit
4 years ago
[JIT] Add a python hook for a function to interpret JIT graphs. (#44493) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44493 This function allows to execute a graph exactly as it is, without going through a graph executor which would run passes on the graph before interpreting it. I found this feature extremely helpful when I worked on a stress-testing script to shake out bugs from the TE fuser: I needed to execute a very specific set of passes on a graph and nothing else, and then execute exactly it. Test Plan: Imported from OSS Reviewed By: jamesr66a Differential Revision: D23632505 Pulled By: ZolotukhinM fbshipit-source-id: ea81fc838933743e2057312d3156b77284d832ef
Author
Mikhail Zolotukhin
Parents
Loading