commit | 0664b3061255a68f15c5dcf9fa69799d145cf9a2 | [log] [tgz] |
---|---|---|
author | Marat Dukhan <marat@fb.com> | Thu Oct 26 10:44:46 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Thu Oct 26 10:48:07 2017 -0700 |
tree | 6d5436b66e22d7b7dbffbff76bdc99d2c4c8b7e7 | |
parent | 6e33ae79df0078a133922658540f5abd6813f9fe [diff] |
Update NNPACK submodule Summary: CMake scripts in NNPACK use enum34 polyfill for PeachPy to support pre-3.4 Python interpreters, which do not have built-in enum module. This polyfill was found to be conflicting with built-in enum module on Python 3.6, and I updated NNPACK CMake scripts to only use polyfill for Python < 3.4. This commit propagates this change to Caffe2, so Caffe2+NNPACK can be built on systems with Python 3.6. Closes https://github.com/caffe2/caffe2/pull/1389 Reviewed By: bddppq Differential Revision: D6161663 Pulled By: Maratyszcza fbshipit-source-id: c8aa07def6abe252a0a2ab927f6c49ccd846ab93
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.
Caffe2 research award competition request for proposals
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.
Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.