Remove GEN_TO_SOURCE from CI

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/27570

Differential Revision: D17831571

Pulled By: ezyang

fbshipit-source-id: d4f98dab64c892886cc4fd4128428a677edfd7a8
This commit is contained in:
Hong Xu 2019-10-09 08:57:08 -07:00 committed by Facebook Github Bot
parent eb8fe883d8
commit 65cdc8db5d

View file

@ -53,7 +53,7 @@ sudo apt-get -y install doxygen
# Generate ATen files
pushd "${pt_checkout}"
pip install -r requirements.txt
time GEN_TO_SOURCE=1 python aten/src/ATen/gen.py \
time python aten/src/ATen/gen.py \
-s aten/src/ATen \
-d build/aten/src/ATen \
aten/src/ATen/Declarations.cwrap \