summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2019-01-27Don't install PDB for Windows static build of caffe2_observers (#16420)peterjc1231-1/+1
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter3-0/+12
2019-01-15Remaining Tensor API fixes - dims() -> sizes() (#15743)Jerry Zhang1-1/+1
2019-01-11Tensor construction codemod(ResizeLike) - 3/3 (#15943)Jerry Zhang11-32/+23
2019-01-10Tensor reinitialization codemod - 5/5 (#15884)Jerry Zhang6-10/+10
2019-01-09use C10_MOBILE/ANDROID/IOS (#15363)Jerry Zhang1-3/+3
2019-01-08Tensor method rename dims()->sizes() - 2/2Jerry Zhang1-3/+2
2019-01-04Tensor method rename dims()->sizes() - 1/2Jerry Zhang1-1/+1
2019-01-04Tensor construction codemod - 2/2 (#15600)Jerry Zhang9-31/+28
2018-12-20Tensor construction codemod(ResizeLike) - 7/7 (#15087)Jerry Zhang1-2/+1
2018-12-17Reenable OpenMP by reverting the following two commits. (#15315)Edward Yang1-11/+2
2018-12-06Tensor construction codemod - 3/3 (#14835)Jerry Zhang1-2/+2
2018-11-28Update OpenMP cmake setting for xcode 9 compiler(AppleClang 9.0) (#14473)JerryShih1-2/+11
2018-11-16Windows shared build (#13550)ArutyunovG3-18/+11
2018-11-07Rename ndim() -> dim() - 6/6Jerry Zhang2-4/+4
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui2-4/+4
2018-10-25Renaming dims() to sizes() (fbcode)Jerry Zhang1-1/+1
2018-10-24Fix UpsampleNearest op CPU impl batch handling (#13002)Viswanath Sivakumar2-1/+44
2018-10-24Move the location of annotation103yiran1-1/+2
2018-10-17Using c10 namespace across caffe2. (#12714)Yangqing Jia2-6/+6
2018-10-16Optimize UpsampleNearest Op (#12151)wuhuikx1-19/+20
2018-10-16Add the OpenMP optimization for BatchPermutation. (#12153)ChongyuIntel1-0/+7
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang2-2/+2
2018-10-04move flags to c10 (#12144)Yangqing Jia2-13/+15
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia1-1/+1
2018-09-24set up c10 scaffolding. Move macros proper first.Yangqing Jia5-0/+11
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch7-9/+9
2018-09-18Don't build Detectron ops with NO_CAFFE2_OPS=1 (#11799)Orion Reblitz-Richardson1-13/+15
2018-09-12Aibench for asr decoderLingyi Liu1-0/+45
2018-08-31Remove BUILD_CAFFE2 and build everything (#8338)Orion Reblitz-Richardson1-1/+5
2018-08-29Enable Detectron model inference for CPU and MKL-DNN paths (#10157)jgong54-2/+67
2018-08-14Workaround for Cuda9.2 and GCC7 compilation errors (#10510)Mingzhe Li9-48/+48
2018-08-12Detect system RocksDB installation with CMake config files. (#7315)Tongliang Liao1-6/+12
2018-08-12Added missing "AT_" prefix to macro. (#10436)Tongliang Liao1-1/+1
2018-08-04Optimize reduce ops for 2d and 3d (#9992)Xiaomeng Yang5-14/+21
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang6-16/+16
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang6-16/+16
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang6-16/+16
2018-07-23Reformat output data format to make it more general for other binaries (#9555)Fei Sun1-43/+40
2018-07-16Additional operator information values (#9153)Brad Stocks1-1/+56
2018-07-06Fix shape inference bug (#9199)Hao Lu2-26/+9
2018-06-13output each operator separately due to logcat truncation (#8456)llyfacebook1-9/+4
2018-06-11Add affine_channel_op (#8356)Xiaomeng Yang3-239/+0
2018-06-07Change the output format of caffe2 observers (#8261)llyfacebook1-12/+33
2018-06-06Change the benchmark log format and also log flops (#8215)llyfacebook2-4/+43
2018-06-01Update from facebook 1ee4edd286a3 (#8040)Bram Wasti5-21/+65
2018-05-31Import/export observer symbols for DLL, which fixes the linking error in Visu...xkszltl5-4/+14
2018-05-01[Caffe2][fbcode=>GH sync] Update from facebook 4323b18ce13c (#7116)Lu Fang1-3/+0
2018-04-23Update from facebook (#6871)Bram Wasti4-26/+15
2018-04-19Add missing #include for CAFFE2_MODULE macro. (#6790)xkszltl1-0/+1