commit | 8103e185d4f58bd15be999dd65a144fea6a2655a | [log] [tgz] |
---|---|---|
author | Setogit <setogit@gmail.com> | Sat Sep 23 15:43:01 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Sat Sep 23 15:48:12 2017 -0700 |
tree | 006882d0947f5e4f2070811b03ce45ceb3310541 | |
parent | 7d06898592b69351745ff90dea1519cc6701803d [diff] |
Fix OSX build w/CUDA=ON Summary: connect to https://github.com/caffe2/caffe2/issues/1249 With this change, build, install, and smoke test pass on OSX with CUDA=ON. ``` $ cmake -DUSE_CUDA=ON .. $ sudo make install $ python -c 'from caffe2.python import core' 2>/dev/null && echo "Success" || echo "Failure" Success ``` Closes https://github.com/caffe2/caffe2/pull/1251 Differential Revision: D5898758 Pulled By: Yangqing fbshipit-source-id: 4b2362af800dbcf2d5c441ab97f68a1c23f19f24
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 BSD 2-Clause license.