Add pass registration mechanism (#18587)
authorBram Wasti <bwasti@fb.com>
Fri, 12 Apr 2019 21:53:17 +0000 (14:53 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 12 Apr 2019 22:32:00 +0000 (15:32 -0700)
commitb1539412db2e9610afcbe62270b4d92885431430
treed267a2b7dd126e8ad1e1f747342891919ed71195
parenta3d3008e7377002c4d2015d73f6e047dbf21545c
Add pass registration mechanism (#18587)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18587
ghimport-source-id: 80d753f7046a2a719e0c076684f44fa2059a0921

Differential Revision: D14901227

Pulled By: bwasti

fbshipit-source-id: 56511d0313419b63945a36b80e9ea51abdef2bd4
test/cpp/jit/test.cpp
test/cpp/jit/test_misc.h
tools/build_variables.py
torch/CMakeLists.txt
torch/csrc/jit/backends/bleh [new file with mode: 0644]
torch/csrc/jit/graph_executor.cpp
torch/csrc/jit/pass_manager.cpp [new file with mode: 0644]
torch/csrc/jit/pass_manager.h [new file with mode: 0644]