- 27 6月, 2018 5 次提交
-
-
由 pzelazko-intel 提交于
* bnorm+relu fuse for mkldnn * separate fuse_relu function * bug fix * proper while range in inference_transpiler * description fix * review fix * review fix * unit test for fwd batch norm+relu MKLDNN fuse
-
由 baiyf 提交于
* optimize bipartite_match_op in large scale input
-
由 qingqing01 提交于
* Speed depthwise transposed conv2d.
-
由 Qingsheng Li 提交于
* Set zero outside functor
-
由 guosheng 提交于
-
- 26 6月, 2018 11 次提交
-
-
由 sneaxiy 提交于
-
由 yi.wu 提交于
-
由 yi.wu 提交于
-
由 yi.wu 提交于
-
由 tangwei12 提交于
-
由 yi.wu 提交于
-
由 chengduo 提交于
-
由 gongweibao 提交于
-
由 tangwei12 提交于
-
由 Tomasz Patejko 提交于
* elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts * elementwise_add with bcast: GetExpectedKernelType added to elementwise_op * elementwise_add with bcast: use_mkldnn attribute added * elementwise_add with bcast: changes after review and some formatting * elementwise_add with bcast: changes after style check * elementwise_add with bcast: changes after style check cont. * elementwise_add with bcast: MKLDNN unittests added * elementwise_add with bcast: original unittests with use_mkldnn flag * elementwise_add with bcast: handling of MKLDNN format corrected * elementwise_add with bcast: setting MKLDNN format turned into lambda * elementwise_add with bcast: MKDNN format setting turned into separate function * elementwise_add with bcast: condition for choosing MKLDNN simplified * elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts * elementwise_add with bcast: changes in unittests for broadcasts * elementwise_add with bcast: fixes in unittests regarding dimensions * elementwise_add with bcast: bring back correct format setting in mklml grad path * elementwise_add with bcast: fixed compilation error
-
由 Yancey1989 提交于
-
- 25 6月, 2018 11 次提交
- 23 6月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* Make paddle no longer depend on boost * Update enforce.h
-
- 22 6月, 2018 10 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 gongweibao 提交于
-
由 tangwei12 提交于
-
由 tangwei12 提交于
-
由 tangwei12 提交于
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 chengduo 提交于
-
由 Kexin Zhao 提交于
-
- 21 6月, 2018 2 次提交
-
-
由 Jacek Czaja 提交于
- Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a context - Style fixes to softmax mkldnn op - Fixes after review - Coding style - Fix to style - style fixes - style fix - style fixes - Fix to cody style check - Rephrasing a comment fix t obroken merge Fixes to rebase Conflicts: benchmark/fluid/models/machine_translation.py cmake/external/mkldnn.cmake paddle/fluid/operators/softmax_mkldnn_op.cc - Bumped revision of MKL-DNN up to have softmax backward primitive - Added choosing MKLDNN softmax grad operator - First reuse of softmax backward - Reinvented reusing for softmax - Fix to crash in reinvented reuse - Clang format fixes - Clang format fixes - Improved softmax mkldnn reuse mechanism - clang format fixes - Fix to broken merge - Fix
-
由 chengduo 提交于
* Fix Parallel Exe(VarHandel's version) * Fix broadcast * enhance ParallelExecutor stable
-