mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Tensorexpr]Copying header files in tensorexpr dir (#49933)
Summary: Previously header files from jit/tensorexpr were not copied, this PR should enable copying. This will allow other OSS projects like Glow to used TE. Pull Request resolved: https://github.com/pytorch/pytorch/pull/49933 Reviewed By: Krovatkin, mruberry Differential Revision: D25725927 Pulled By: protonu fbshipit-source-id: 9d5a0586e9b73111230cacf044cd7e8f5c600ce9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
891759f860
commit
4c5a4dbb8c
1
setup.py
1
setup.py
@ -892,6 +892,7 @@ if __name__ == '__main__':
|
||||
'include/torch/csrc/jit/serialization/*.h',
|
||||
'include/torch/csrc/jit/python/*.h',
|
||||
'include/torch/csrc/jit/testing/*.h',
|
||||
'include/torch/csrc/jit/tensorexpr/*.h',
|
||||
'include/torch/csrc/onnx/*.h',
|
||||
'include/torch/csrc/utils/*.h',
|
||||
'include/pybind11/*.h',
|
||||
|
Reference in New Issue
Block a user