mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add options to Operator to enable registration of alias analysis passes (#19382)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19382 ghimport-source-id: aeaad3b84ea20dd95b38635ca28c5ff657187909 Differential Revision: D14990873 Pulled By: bwasti fbshipit-source-id: e1292ac8358ca8ff5bad8d8aeaddf06c23e66067
This commit is contained in:
committed by
Facebook Github Bot
parent
5c9ab6f411
commit
035966d538
1
setup.py
1
setup.py
@ -790,6 +790,7 @@ if __name__ == '__main__':
|
||||
'include/torch/csrc/jit/*.h',
|
||||
'include/torch/csrc/jit/generated/*.h',
|
||||
'include/torch/csrc/jit/passes/*.h',
|
||||
'include/torch/csrc/jit/passes/utils/*.h',
|
||||
'include/torch/csrc/jit/script/*.h',
|
||||
'include/torch/csrc/jit/testing/*.h',
|
||||
'include/torch/csrc/onnx/*.h',
|
||||
|
Reference in New Issue
Block a user