Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
Marat Dukhan febe45ebb4 Disable NNPACK build on unsupported CPU architectures
Summary:
Few people complained in NNPACK repo about broken build on PPC64, as it specifically whitelists supported architecture in its CMakeLists.txt, and refuses to build on unsupported platforms. This commit explicitly disables NNPACK build (as part of Caffe2 build) on unsupported architectures.
Closes https://github.com/caffe2/caffe2/pull/1439

Differential Revision: D6288999

Pulled By: Maratyszcza

fbshipit-source-id: 76c40e9ce882356944b63968df8fd853f21ecd35
2017-11-09 13:48:05 -08:00
.jenkins Add Jenkins build scripts 2017-11-08 14:47:27 -08:00
.travis update intel script 2017-10-10 16:41:07 -07:00
caffe/proto cmake: relative paths for install() 2017-08-22 09:52:09 -07:00
caffe2 Write checkpoint info to XDB at the end of an epoch 2017-11-09 11:13:24 -08:00
cmake Disable NNPACK build on unsupported CPU architectures 2017-11-09 13:48:05 -08:00
conda Compile with MKL in conda-build 2017-09-28 15:19:06 -07:00
docker Remove duplicate Docker dependency 2017-11-02 14:01:27 -07:00
docs Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
modules/module_test Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
scripts Update protobuf detection 2017-10-12 11:48:50 -07:00
third_party Build NNPACK and pthreadpool as static libraries 2017-11-03 17:32:35 -07:00
.Doxyfile Fix a few typos and grammars in comment 2017-06-14 18:22:39 -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
.gitattributes Fix linguist detection with gitattribute overrides 2017-10-23 17:03:07 -07:00
.gitignore Added Ninja generator support on Windows 2017-07-26 00:32:20 -07:00
.gitmodules Add an aten_op to contrib. 2017-09-25 10:53:51 -07:00
.travis.yml Add travis webhook 2017-09-23 15:30:57 -07:00
appveyor.yml Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
LICENSE Re-license to Apache 2017-09-28 16:22:00 -07:00
Makefile Fix python support problems caused by building script errors. 2017-04-24 17:17:21 -07:00
NOTICE Re-license to Apache 2017-09-28 16:22:00 -07:00
README.md Re-license to Apache 2017-09-28 16:22:00 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00

Caffe2

License TravisCI Build Status Appveyor Build Status

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.

News and Events

Caffe2 research award competition request for proposals

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

Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.

Further Resources on Caffe2.ai