From 60aa416a6d7af56d826e3885483f0f4fe937a14d Mon Sep 17 00:00:00 2001 From: Junjie Bai Date: Tue, 14 Aug 2018 17:57:50 -0700 Subject: [PATCH] Re-purpose setup_caffe2.py for faster caffe2 build iterations (#10520) Summary: setup.py is the official install script, setup_caffe2.py is not used any more Pull Request resolved: https://github.com/pytorch/pytorch/pull/10520 Reviewed By: yinghai Differential Revision: D9325548 Pulled By: bddppq fbshipit-source-id: 3dda87f3dff061b574fd1d5c91859044f065ee33 --- setup_caffe2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup_caffe2.py b/setup_caffe2.py index 9a061114b44..10fe62fa8ce 100644 --- a/setup_caffe2.py +++ b/setup_caffe2.py @@ -131,7 +131,6 @@ class cmake_build(Caffe2Command): # configure cmake_args = [ find_executable('cmake'), - '-DUSE_ATEN=ON', '-DBUILD_SHARED_LIBS=OFF', '-DPYTHON_EXECUTABLE:FILEPATH={}'.format(sys.executable), '-DPYTHON_INCLUDE_DIR={}'.format(sysconfig.get_python_inc()),