Include vec256 headers in setup.py (#17220)
authorTri Dao <tridpq@gmail.com>
Thu, 21 Feb 2019 15:34:27 +0000 (07:34 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 21 Feb 2019 15:37:01 +0000 (07:37 -0800)
commit37890610b02fae2bd4b4eff3fd3747a3dc0ffaad
tree40778887f47d27d59dbadcae63f50057498d5861
parent51069186563c49857b3e2c671c8f4d60b264c6e0
Include vec256 headers in setup.py (#17220)

Summary:
Fix #16650.

Headers such as `ATen/cpu/vml.h` contain `#include <ATen/cpu/vec256/vec256.h>`
for example, but these vec256 headers aren't included, due to commit e4c0bb1.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17220

Differential Revision: D14165695

Pulled By: ezyang

fbshipit-source-id: 27b2aa2a734b3719ca4af0565f79623b64b2620f
setup.py