summaryrefslogtreecommitdiff
path: root/caffe2/ideep
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Upgrade mkldnn-bridge for dnnlowp support (#16308)Gu, Jinghui9-297/+274
2019-04-01Move ideep singleton registration to ATen from C2. (#18335)Gregory Chanan1-1/+1
2019-03-29support pre-convert filter format for mkldnn training mode and change 'Optimi...Cheng,Penghui1-3/+6
2019-03-19fix -Wsign-compare warnings for some files inside c2 (#18123)Hector Yuen1-1/+1
2019-03-08Support failback for more operators in ideep (#17747)Tim Khatkevich1-4/+14
2019-02-25Apply modernize-use-override (4)Michael Liu1-2/+2
2019-02-22fallback operators to CPU for onnx support (#15270)Gu, Jinghui2-8/+71
2019-02-20Implementation convolutionTranspose operator for mkl-dnn (#12866)Cheng,Penghui3-9/+511
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu12-22/+22
2019-02-08Impl ExpandDims op and fallback to CPU if needed (#15264)Gu, Jinghui3-61/+129
2019-02-06Fallback sum/add to CPU if needed (#15267)Gu, Jinghui1-20/+50
2019-02-01Add Winograd Conv method for CPU (#15196)Hui Wu3-8/+33
2019-01-31Update conv_base to support empty batch (#16603)Xiaomeng Yang1-28/+20
2019-01-30Support fallback for more operators (#16566)Tim Khatkevich1-0/+4
2019-01-30Support int64_t shape data for ideep reshape opYinghai Lu1-3/+12
2019-01-30Fallback support for more operators (#16456)Tim Khatkevich1-6/+39
2019-01-25Remove caffe2::ShareData (#16139)Jerry Zhang1-3/+1
2019-01-25Impl Shape op for mkldnn (#15266)Gu, Jinghui1-0/+68
2019-01-15Enhance cpu support on gloo based multi-nodes mode. (#11330)Shane Li2-0/+56
2019-01-12Back out "[pt1][tensor] Remove caffe2::ShareData" (#15983)Jerry Zhang1-1/+3
2019-01-11Add/fallback some operators for mkl-dnn (#11696)Cheng,Penghui6-19/+411
2019-01-10Fix fallback issues to handle inplace case (#15726)Gu, Jinghui1-8/+15
2019-01-08Remove caffe2::ShareData (#15418)Jerry Zhang1-3/+1
2019-01-07Fallback to CPU concat op to handle TensorCPU inputs (#15263)Gu, Jinghui1-16/+28
2019-01-04support 0 size in any of the tensor dimensions in mkldnn (#15295)Cheng,Penghui1-2/+1
2018-12-18Revert D13383102: [pytorch][PR] Upgrade MKL-DNN to version 0.17Edward Yang1-1/+3
2018-12-12Implementation of ChannelShuffle Op for MKLDNN (#15106)Cheng,Penghui2-4/+53
2018-12-10Tensor construction codemod - 2/3 (#14836)Jerry Zhang2-6/+11
2018-12-07Upgrade MKL-DNN to version 0.17 (#14308)Gu, Jinghui1-3/+1
2018-12-07Implementation of WeightedSum op for mkl-dnn and fix FC op output shape issue.PenghuiCheng3-6/+45
2018-11-28Change Tensor::CopyFrom to a simple double dispatch (#14268)Dmytro Dzhulgakov1-0/+30
2018-11-21Add "axis" and "axis_w" arguments in FC to support customized axix to reduce ...Gu, Jinghui1-10/+58
2018-11-19Add sigmoid op based on MKL-DNNHui Wu2-17/+60
2018-10-31Implementation copy operator for mkl-dnn (#12820)Cheng,Penghui1-0/+18
2018-10-29Renaming size() to numel() - 1/6Jerry Zhang2-3/+3
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui1-8/+8
2018-10-25Renaming dims() to sizes() (caffe2/caffe2) - 3/4 (#13096)Jerry Zhang2-4/+4
2018-10-24Tensor dims() -> sizes() (caffe2/operators) - 1/5 (#13028)Jerry Zhang1-4/+3
2018-10-18size_from_dim(0) is like numel() but worse. Don't do it. (#12729)Edward Yang2-2/+2
2018-10-15Move exception to C10 (#12354)Yangqing Jia1-2/+2
2018-10-10Remove StaticContext (#12547)Jerry Zhang2-25/+0
2018-10-10Remove ExtractDeviceOption from StaticContext (#12304)Jerry Zhang1-4/+4
2018-10-09Remove New with Allocator Registry (#12111)Jerry Zhang1-5/+1
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-1/+1
2018-10-03New in StaticContext returns at::DataPtr (#12029)Jerry Zhang1-3/+3
2018-10-01Back out "[pytorch][PR] Revert "Move CreateContext to global registry (#11688...Jerry Zhang2-9/+5
2018-09-27Export symbols for pybind and other libs after caffe2 rebase (#11975)Gu, Jinghui2-2/+2
2018-09-27Add observers for mkldnn fallback operators (#9093)wuhuikx1-1/+4
2018-09-27Implementation MomentumSGD/MomentumSGDUpdate operators for mkl-dnn (#11686)Cheng,Penghui1-0/+125
2018-09-27Move registry fully to c10 (#12077)Yangqing Jia2-6/+6