mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Tensors and Dynamic neural networks in Python with strong GPU acceleration
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 |
||
|---|---|---|
| .jenkins | ||
| .travis | ||
| caffe/proto | ||
| caffe2 | ||
| cmake | ||
| conda | ||
| docker | ||
| docs | ||
| modules/module_test | ||
| scripts | ||
| third_party | ||
| .Doxyfile | ||
| .Doxyfile-c | ||
| .Doxyfile-python | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| Makefile | ||
| NOTICE | ||
| README.md | ||
| release-notes.md | ||
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.
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.