pytorch/caffe2
Yangqing Jia 83de6f0dac hip minor fix for c10 (#12329)
Summary:
TSIA
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12329

Differential Revision: D10201437

Pulled By: Yangqing

fbshipit-source-id: 4e62f5870ad269d7a4f936393d2b3e646d0a6b2c
2018-10-04 11:12:54 -07:00
..
contrib move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
core hip minor fix for c10 (#12329) 2018-10-04 11:12:54 -07:00
cuda_rtc Remove many caffe2::TIndex and replace them with int64_t (#11943) 2018-09-22 18:11:04 -07:00
db move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
distributed Move blob serialization to free functions (#11817) 2018-09-20 23:27:34 -07:00
experiments Remove many caffe2::TIndex and replace them with int64_t (#11943) 2018-09-22 18:11:04 -07:00
ideep New in StaticContext returns at::DataPtr (#12029) 2018-10-03 19:10:07 -07:00
image Remove many caffe2::TIndex and replace them with int64_t (#11943) 2018-09-22 18:11:04 -07:00
mkl move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
mobile move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
mpi move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
observers Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12232) 2018-10-01 21:54:52 -07:00
onnx Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12232) 2018-10-01 21:54:52 -07:00
operators move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
opt Open source distributed code (#12254) 2018-10-03 21:41:14 -07:00
perfkernels set up c10 scaffolding. Move macros proper first. 2018-09-24 11:09:59 -07:00
predictor Removing some dependency edges from Blob to other caffe2 (#12043) 2018-09-25 11:40:24 -07:00
proto Revert D10098106: [pytorch][PR] [WIP] New version of PT1 model format 2018-10-02 00:43:40 -07:00
python move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
queue Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019) 2018-09-25 17:41:05 -07:00
sgd Fallback CreateMutex/AtomicIter operators for mkl-dnn 2018-09-25 17:41:08 -07:00
share move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
test move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
transforms
utils Remove CAFFE2_UNIQUE_LONG_TYPEMETA (#12311) 2018-10-04 10:12:13 -07:00
video Remove many caffe2::TIndex and replace them with int64_t (#11943) 2018-09-22 18:11:04 -07:00
.clang-format
__init__.py
CMakeLists.txt Enable ROCM clang-7 build 2018-10-01 15:11:40 -07:00
README.md
release-notes.md
requirements.txt
VERSION_NUMBER move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00

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