Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
Chris Hiszpanski 5b6fb047aa Fix parallel build support in makefile
Summary:
Top-level makefile had `make` hardcoded, resulting in slow build and the following message when following installation instructions:

    warning: jobserver unavailable: using -j1. Add `+' to parent make rule.

Replacing this recursive make command with the variable MAKE fixes the issue.
Closes https://github.com/caffe2/caffe2/pull/324

Differential Revision: D4920978

Pulled By: Yangqing

fbshipit-source-id: 1e75ab41786e52d1b7abcc2c46ad1088880d8c1d
2017-04-20 01:35:03 -07:00
.travis Cmake mobile build improvements 2017-04-16 16:46:58 -07:00
caffe/proto Fix protobuf build to properly include directories 2017-03-31 13:20:10 -07:00
caffe2 macOS build issue with set_affinity() in net_gpu.cc 2017-04-20 01:16:57 -07:00
cmake Missing CUDA_NVCC_FLAGS & CUDA_HOST_COMPILER flags at GPU arch detection. 2017-04-19 11:02:23 -07:00
docs doxygen configs and updated python files to inc. doxygen tags (#266) 2017-04-14 16:30:33 -07:00
scripts Add six to Tegra X1 install script 2017-04-19 11:02:23 -07:00
third_party update ios-cmake 2017-04-19 22:10:31 -07:00
.Doxyfile Adding optional Eigen code. Added a switch USE_SYSTEM_EIGEN in Env. Misc changes. 2015-10-18 16:55:24 -07:00
.Doxyfile-c changed doxygen config to new docs path (#311) 2017-04-19 11:49:59 -07:00
.Doxyfile-python changed doxygen config to new docs path (#311) 2017-04-19 11:49:59 -07:00
.gitignore Use protobuf's own cmake scripts and add travis for ios 2017-01-28 13:29:32 -08:00
.gitmodules Add nnpack specific dependencies under third_party 2017-03-24 12:37:56 -07:00
.travis.yml update detailed build info 2017-03-07 15:46:33 -08:00
appveyor.yml bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
CMakeLists.txt Update mac build to ease the rpath issues 2017-04-18 01:17:38 -07:00
LICENSE fbsync. TODO: check if build files need update. 2016-11-15 00:00:46 -08:00
Makefile Fix parallel build support in makefile 2017-04-20 01:35:03 -07:00
PATENTS Create PATENTS 2017-04-07 13:46:29 -07:00
README.md launch updates (#309) 2017-04-19 11:40:51 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00

Caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.

License and Citation

Caffe2 is released under the BSD 2-Clause license.

Building Caffe2

Travis Build Status

Detailed Build Status

Target Status
Linux Build Linux
Android Build Android
iOS Build iOS
Linux + MKL Build LinuxMKL

Further Resources on Caffe2.ai