commit | e44bc88c2e7e4b3061cdb303138bf36c5e674e66 | [log] [tgz] |
---|---|---|
author | Hans Gaiser <hansg91@gmail.com> | Mon May 08 17:58:43 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Mon May 08 18:06:48 2017 -0700 |
tree | 783a7e4c7ab081349a11dfb888cd77f97a2e63b6 | |
parent | 65cf2f011793a31f686d739bb46a45466468b93a [diff] |
Remove command "touch cmake". Summary: It is quite normal to rerun cmake to find new files through GLOB commands. This external command always forces cmake to run when you run make, meaning every make command takes longer than necessary. This PR removes the external command `touch CMakeLists.txt` and therefore leaves that decision up to the user when to rerun cmake and speeds up building when cmake is not required to rerun. Closes https://github.com/caffe2/caffe2/pull/453 Reviewed By: Yangqing Differential Revision: D4978919 Pulled By: bwasti fbshipit-source-id: 0da4495b276a04f6ce46e1c8ceca0474b7573aa0
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.
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.
Detailed build matrix (hit refresh if you see icons not showing up due to heroku):
Target | Status |
---|---|
Linux | |
Mac (CPU) | |
Android | |
iOS | |
Linux + MKL | |
Windows |