Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
Luke Yeager fda35fd19d TravisCI Overhaul
Summary:
Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224
Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725

* Parallel builds everywhere
* All builds use CCache for quick build times (help from https://github.com/pytorch/pytorch/pull/614, https://github.com/ccache/ccache/pull/145)
* Run ctests when available (continuation of https://github.com/caffe2/caffe2/pull/550)
* Upgraded from cuDNN v5 to v6
* Fixed MKL build (by updating pkg version)
* Fixed android builds (b6f905a67b (commitcomment-22404119))

* ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~
* ~~Android builds continue to fail with existing error:~~
* ~~OSX builds time-out:~~

| Before | After | Changes |
| --- | --- | --- |
| COMPILER=g++ | linux | without CUDA |
| COMPILER=g++-5 | linux-gcc5 | without CUDA |
| COMPILER=g++ | linux-cuda | updated to cuDNN v6 |
| BLAS=MKL | linux-mkl | updated pkg version |
| BUILD_TARGET=android | linux-android | |
| COMPILER=clang++ | osx | |
| BUILD_TARGET=ios | osx-ios | |
| BUILD_TARGET=android | osx-android | |
| QUICKTEST | **GONE** | |
| COMPILER=g++-4.8 | **GONE** | |
| COMPILER=g++-4.9 | **GONE** | |
Closes https://github.com/caffe2/caffe2/pull/735

Reviewed By: Yangqing

Differential Revision: D5228966

Pulled By: bwasti

fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
2017-06-16 10:18:05 -07:00
.travis TravisCI Overhaul 2017-06-16 10:18:05 -07:00
caffe/proto Fix protobuf build to properly include directories 2017-03-31 13:20:10 -07:00
caffe2 add warning if data parallel model is created for gpus that we dont have 2017-06-16 07:02:37 -07:00
cmake TravisCI Overhaul 2017-06-16 10:18:05 -07:00
docs Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
scripts TravisCI Overhaul 2017-06-16 10:18:05 -07:00
third_party Update gloo dependency 2017-05-25 13:18:24 -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
.gitignore bug fix in CMakeLists.txt (CAFFE2_CPU_FLAGS and CAFFE2_WHITELIST) 2017-05-24 10:09:17 -07:00
.gitmodules Add nnpack specific dependencies under third_party 2017-03-24 12:37:56 -07:00
.travis.yml TravisCI Overhaul 2017-06-16 10:18:05 -07:00
appveyor.yml Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt TimeObserver for SimpleNet, an example usage of Observers. 2017-06-13 17:02:11 -07:00
LICENSE fbsync. TODO: check if build files need update. 2016-11-15 00:00:46 -08:00
Makefile Fix python support problems caused by building script errors. 2017-04-24 17:17:21 -07:00
PATENTS Create PATENTS 2017-04-07 13:46:29 -07:00
README.md README: TravisCI and Appveyor badges 2017-06-15 15:07:57 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00

Caffe2

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.

Events

Caffe2 Bay Area Meetup at NVIDIA, May 31 6-8:30, Santa Clara, CA: https://www.meetup.com/Caffe2-Bay-Area/events/239836290/

User Groups

Caffe2 Community Facebook Group: join to ask questions, talk to other users, and keep informed of important Caffe2 updates.

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 and Citation

Caffe2 is released under the BSD 2-Clause license.

Further Resources on Caffe2.ai