diff options
author | Hyoung Joo Ahn <hello.ahn@samsung.com> | 2019-06-13 13:40:23 +0900 |
---|---|---|
committer | Hyoung Joo Ahn <hello.ahn@samsung.com> | 2019-06-13 13:40:23 +0900 |
commit | 1178557c9b167da6b48525d037c2d9a5a75d6835 (patch) | |
tree | 0ae0a3bc4b4c6373b905664a2cd14219175dadc4 | |
parent | 1717fb035a348810fe89620faae1d595410cbe2d (diff) | |
download | pytorch-1178557c9b167da6b48525d037c2d9a5a75d6835.tar.gz pytorch-1178557c9b167da6b48525d037c2d9a5a75d6835.tar.bz2 pytorch-1178557c9b167da6b48525d037c2d9a5a75d6835.zip |
[Caffe2] add the missed header files
add the missed header files when caffe2 is installed
Signed-off-by: Hyoung Joo Ahn <hello.ahn@samsung.com>
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -754,6 +754,8 @@ if __name__ == '__main__': 'include/ATen/cudnn/*.h', 'include/ATen/detail/*.h', 'include/caffe2/utils/*.h', + 'include/caffe2/utils/math/*.h', + 'include/caffe2/utils/threadpool/*.h', 'include/c10/*.h', 'include/c10/macros/*.h', 'include/c10/core/*.h', |