pytorch/tools/setup_helpers
Orion Reblitz-Richardson 802d21c8f4 Remove FULL_CAFFE2 flag (#11321)
Summary:
Continuing pjh5's work to remove FULL_CAFFE2 flag completely.

With these changes you'll be able to also do something like

```
NO_TEST=1 python setup.py build_deps
```
and this will skip building tests in caffe2, aten, and c10d. By default the tests are built.

cc mingzhe09088 Yangqing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11321

Reviewed By: mingzhe09088

Differential Revision: D9694950

Pulled By: orionr

fbshipit-source-id: ff5c4937a23d1a263378a196a5eda0cba98af0a8
2018-09-07 15:09:44 -07:00
..
__init__.py
build.py Remove FULL_CAFFE2 flag (#11321) 2018-09-07 15:09:44 -07:00
cuda.py Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
cudnn.py Minor fixes for finding CUDNN (#8743) 2018-06-24 21:42:19 -04:00
dist_check.py Getting rid of USE_C10D for build (#11237) 2018-09-04 17:27:53 -07:00
env.py Minor fixes for finding CUDNN (#8743) 2018-06-24 21:42:19 -04:00
generate_code.py fix extra output in generate_code.py (#9339) 2018-07-11 10:25:31 -07:00
miopen.py MIOpen integration, more tests enabled, bug fixes (#10612) 2018-08-23 15:24:47 -07:00
mkldnn.py Allow MKLDNN on macOS, and any other OS where CMake is able to detect it. 2018-07-20 22:27:02 -07:00
nccl.py Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
ninja_builder.py Quote arguments only when possible (#6405) 2018-04-11 23:03:02 -04:00
nnpack.py Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
nvtoolext.py Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
rocm.py enable unit tests and other changes (#10266) 2018-08-06 14:54:01 -07:00
split_types.py Enable ninja during python build process for MSVC (#3993) 2017-12-30 12:58:32 +01:00