1. 19 8月, 2020 1 次提交
    • C
      [Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639) · 3f816bc8
      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
      3f816bc8
  2. 18 8月, 2020 2 次提交
  3. 15 8月, 2020 1 次提交
    • Z
      expose and unify the Tensor concepts to the user (#25978) · 6de463d3
      Zhou Wei 提交于
      * expose and unify the Tensor concepts to the user
      
      * expose tensor to user
      
      * add copy place for Tensor
      
      * add copy place for Tensor
      
      * add note
      
      * add macro PADDLE_WITH_CUDA
      
      * remove RUN_TYPE=DIST
      
      * fix some error
      6de463d3
  4. 13 8月, 2020 3 次提交
  5. 12 8月, 2020 2 次提交
  6. 10 8月, 2020 2 次提交
    • M
      fix encryption infer (#25979) · 6559229b
      MRXLT 提交于
      * add encrypt for inference lib
      
      * fix code;test=develop
      
      * fix test; test=develop
      
      * bug fix; test=develop
      
      * add MakeCipher;test=develop
      
      * fix bug;test=develop
      
      * move MakeCipher to paddle space; test=develop
      
      * fix include dir ;test=develop
      
      * add include dir; test=develop
      
      * move include; test=develop
      
      * move include; test=develop
      
      * fix for windows ci
      
      * fix cmake; test=develop
      
      * fix bug
      
      bug fix
      6559229b
    • T
      【paddle.fleet】Feature/fleet ps api 2.0 (#25857) · c14ec878
      tangwei12 提交于
      * add paddle.fleet.AsyncOptimizer
      Co-authored-by: Ndongdaxiang <dongdaxiang@baidu.com>
      c14ec878
  7. 08 8月, 2020 1 次提交
  8. 07 8月, 2020 4 次提交
  9. 06 8月, 2020 1 次提交
    • T
      add heter ps mode (#25682) · 0cb60c70
      Thunderbrook 提交于
      * add heter ps mode
      
      * code style
      test=develop
      
      * add with_pslib
      test=develop
      
      * unitest
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * test monitor
      test=develop
      
      * prepare trainer
      test=develop
      
      * code style
      test=develop
      0cb60c70
  10. 05 8月, 2020 1 次提交
  11. 03 8月, 2020 4 次提交
  12. 31 7月, 2020 1 次提交
  13. 30 7月, 2020 3 次提交
  14. 29 7月, 2020 3 次提交
  15. 28 7月, 2020 3 次提交
    • D
      add more settings for distributed strategy (#25685) · 920d998f
      Dong Daxiang 提交于
      * add more settings for distributed strategy
      Basically, DistributedStrategy has several parts of configurations:
      - BuildStrategy: the same as paddle.fluid.BuildStrategy, but the distributed arguments are moved out of BuildStrategy
      - ExecutionStrategy: the same as paddle.fluid.ExecutionStrategy
      - collective communication configs: nccl_comm_num, hierarchical allreduce and so on
      - distributed algorithms: async_update(mainly used in PS), lars, lamb and so on
      920d998f
    • C
      Polish framework error message part3 (#25701) · c34c80d3
      Chen Weihang 提交于
      * polish framework error message part3
      
      * polish details
      
      * fix error message print error
      c34c80d3
    • A
      Added DNNL cache management for DyGraph (#25624) · e52df3b1
      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
      e52df3b1
  16. 24 7月, 2020 3 次提交
  17. 23 7月, 2020 1 次提交
  18. 22 7月, 2020 1 次提交
    • supports xpu runtime, test=develop (#25554) · 72064172
      石晓伟 提交于
      * update ResetHolder, test=develop
      
      * add TensorShare for lite engine, test=develop
      
      * tensor data changed from copying to sharing, test=develop
      
      * supports xpu runtime, test=develop
      
      * fix code styles, test=develop
      72064172
  19. 21 7月, 2020 1 次提交
  20. 20 7月, 2020 2 次提交