pytorch/caffe2
JerryShih 73db487a8e Update the cmake build configuration for AppleClang compiler (#15820)
Summary:
This pr try to merge the https://github.com/pytorch/pytorch/pull/11563 again and fix the linking error in https://github.com/pytorch/pytorch/pull/14837.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15820

Differential Revision: D13942024

Pulled By: ezyang

fbshipit-source-id: dc6d1e9c4b0f177914f3745665244272a03ce33c
2019-02-04 08:53:47 -08:00
..
contrib Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
core Implement new c10 dispatcher (#16625) 2019-02-01 13:52:01 -08:00
cuda_rtc Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
db
distributed
experiments Tensor construction codemod(ResizeLike) - 1/7 (#15073) 2018-12-19 21:38:48 -08:00
ideep Add Winograd Conv method for CPU (#15196) 2019-02-01 16:41:30 -08:00
image Enhance cpu support on gloo based multi-nodes mode. (#11330) 2019-01-15 11:47:10 -08:00
mobile Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
mpi
observers use C10_MOBILE/ANDROID/IOS (#15363) 2019-01-09 15:08:20 -08:00
onnx Move away from ConstantFill (#16214) 2019-01-21 20:15:38 -08:00
operators Fix ReservoirSampling zero-initialization reliance (#16702) 2019-02-03 21:31:56 -08:00
opt Tag model_id and onnxifi index in OnnxifiOp (#16648) 2019-02-01 18:51:51 -08:00
perfkernels more careful use of inline/template function in perfkernels (#15388) 2019-01-30 22:49:37 -08:00
predictor Make predictor base class 2019-02-01 20:59:19 -08:00
proto Introduce backend extensions (overriding operators on custom backends) 2019-02-01 11:00:16 -08:00
python Fix build with cuda but no cudnn in caffe2 (#16701) 2019-02-03 22:14:51 -08:00
quantization Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
queue Remaining Tensor API fixes - dims() -> sizes() (#15743) 2019-01-15 18:42:02 -08:00
serialize Add PyTorchPredictorContainer (#15899) 2019-01-15 09:18:18 -08:00
sgd Tensor reinitialization codemod - 5/5 (#15884) 2019-01-10 16:32:26 -08:00
share Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
test
transforms
utils Use macro for reduce on 2d blocks (#16344) 2019-02-01 23:49:07 -08:00
video Tensor reinitialization codemod - 5/5 (#15884) 2019-01-10 16:32:26 -08:00
.clang-format
__init__.py
CMakeLists.txt Update the cmake build configuration for AppleClang compiler (#15820) 2019-02-04 08:53:47 -08:00
README.md
release-notes.md
requirements.txt
VERSION_NUMBER

Caffe2

Jenkins 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.

Questions and Feedback

Please use Github issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai