- 04 11月, 2020 1 次提交
-
-
由 石晓伟 提交于
* enhance the op_version_registry, test=develop * add unittests, test=develop * enhance the op_version_registry, test=develop * fix bugs, test=develop * revert pybind_boost_headers.h, test=develop * fix a attribute bug, test=develop
-
- 29 10月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 27 10月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
* add fuse_bn_add_act pass
-
- 26 10月, 2020 1 次提交
-
-
由 Adam Osewski 提交于
-
- 23 10月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* add compile limit for paddle enforce * polish elementwise_op_function.cu.h * fix failed unittest * fix windows compile failed * detail polish * revert no type constructor
-
- 16 10月, 2020 1 次提交
-
-
由 lidanqing 提交于
* conv dilated mkldnn support: forward and backward pass * add mkldnn conv_transpose dilation UT test=develop * remove unnecessary PADDLE_ENFORCE * add int8 and bf16 dilated conv UT * update according to reviews
-
- 14 10月, 2020 1 次提交
-
-
由 guofei 提交于
* Implement the function of OueScaleForTraining/OutScaleForInference in dygraph test=develop
-
- 09 10月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 01 10月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 29 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 26 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 25 9月, 2020 1 次提交
-
-
由 cc 提交于
* Add pass compatibility check for four mkldnn pass, test=develop
-
- 24 9月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 22 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 21 9月, 2020 3 次提交
-
-
由 Shang Zhizhou 提交于
* fix bug sequececonv_eltadd_relu_fuse_pass, output error when sequence_conv's padding_start > 0 * fix seqconv_eltadd_relu_fuse_pass unitest error
-
由 Leo Chen 提交于
* support use add instead of sum to do gradient accumulation * add inplace addto pass * add grad_add op and inplace addto pass * remove debug code * code refine * fix bug when sereral sum ops inserts at same op_idx * fix Flags type * add addto attribute for conv3d * fix ut * code clean * fix type
-
由 Wilber 提交于
-
- 18 9月, 2020 2 次提交
- 17 9月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
-
- 15 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 14 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 08 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 29 8月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 28 8月, 2020 2 次提交
-
-
由 Pei Yang 提交于
-
由 joanna.wozna.intel 提交于
* Fix cpu quantize placement pass * Include string lib
-
- 26 8月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 19 8月, 2020 2 次提交
-
-
由 Pei Yang 提交于
-
由 cc 提交于
* Conv2d_transpose and mul support channnelwise quantization, test=develop * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop * Fix error in test_user_defined_quantization, test=develop * Add depthwise_conv_bn_fuse, test=develop * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
-
- 12 8月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 08 8月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Change use_quantizer attribute name and data type * Fix problem with setting attribute * Add changes due to review * Small change in function * Restore use_quantizer attr for compatibility
-
- 29 7月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 28 7月, 2020 1 次提交
-
-
由 arlesniak 提交于
* Added DNNL cache management for DyGraph * move FLAGS_use_mkldnn to more general CMakeLists, getu use of the flag in ClearGradients * missing file * Fixes after review * Bringing back original idea of place for 'use_mkldnn' flag to be accessible from platform nad imperative. * Removed duplicate and added docs * Fixes for CI
-
- 24 7月, 2020 2 次提交
-
-
由 Adam 提交于
-
由 wanghuancoder 提交于
* fix error msg report in ir/, about 19 files, test=develop * modified some unclear descriptions, test=develop * modified some unclear descriptions, test=develop * modify unit test pass_test.cc, because the error report in pass.cc is used by pass_test.cc, test=develop
-
- 20 7月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* fix error msg report in ir/, about 5 files, test=develop * fix error msg report in ir/, about 5 files, test=develop * fix error msg report in ir/, about 5 files, test=develop
-
- 15 7月, 2020 3 次提交
-
-
由 wanghuancoder 提交于
* fix paddle/fluid/framework/ir/ error msg reoprt, test=develop * modify error msg reoprt in ir/, about errortype, grammar, supplementary infor, test=develop * modified some unclear descriptions, test=develop * Modify the problem that report msg is less than 20 characters, test=develop
-
由 wanghuancoder 提交于
* fix paddle/fluid/framework/ir/mkldnn/ error msg reoprt, test=develop * modify error msg reoprt, about errortype, grammar, supplementary infor, test=develop * modified some error descriptions, test=develop
-
由 wanghuancoder 提交于
* fix paddle/fluid/framework/ir/multi_devices_graph_pass/ error msg reoprt, test=develop * fix paddle/fluid/framework/ir/memory_optimize_pass/ error msg reoprt, test=develop * fix paddle/fluid/framework/ir/fuse_optimizer_ops_pass/ error msg reoprt, test=develop * fix paddle/fluid/framework/ir/memory_optimize_pass/ error msg reoprt about PADDLE_ENFORCE, test=develop * modify error msg reoprt,about errortype,grammar. test=develop * modify error msg reoprt,about PADDLE_ENFORCE to PADDLE_ENFORCE_XXX, test=develop * modify error msg reoprt,about PADDLE_ENFORCE to PADDLE_ENFORCE_XXX, and %s to %d, test=develop * modified some error descriptions, test=develop
-