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