1. 26 5月, 2020 1 次提交
  2. 21 5月, 2020 1 次提交
  3. 15 5月, 2020 1 次提交
  4. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  5. 23 4月, 2020 1 次提交
  6. 20 4月, 2020 1 次提交
    • Z
      Optimize the error messages of paddle CUDA API (#23816) · 78170037
      Zhou Wei 提交于
      * Optimize the error messages of paddle CUDA API, test=develop
      
      * fix the error messages of paddle CUDA API, test=develop
      
      * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
      
      * remove build_ex_string,test=develop
      
      * merge conflict,test=develop
      78170037
  7. 19 4月, 2020 1 次提交
  8. 17 4月, 2020 1 次提交
  9. 14 4月, 2020 2 次提交
  10. 12 4月, 2020 1 次提交
  11. 11 4月, 2020 1 次提交
  12. 10 4月, 2020 1 次提交
  13. 08 4月, 2020 4 次提交
  14. 01 4月, 2020 1 次提交
  15. 26 3月, 2020 1 次提交
    • Z
      [Paddle-TRT]: Ernie Dynamic shape support. (#23138) · 430b0099
      Zhaolong Xing 提交于
      * add dynamic plugin support.
      test=develop
      
      * change emb eltwise layernorm to math function
      test=develop
      
      * add emb eltwise layernorm
      test=develop
      
      * can run dynamic shape ernie
      test=develop
      
      * fix ci
      test=develop
      
      * add ut for trt ernie dynamic
      
      test=develop
      
      * refine dynamic shape c++ interface.
      test=develop
      
      * fix comments
      test=develop
      
      * fix comments
      test=develop
      430b0099
  16. 17 3月, 2020 1 次提交
  17. 09 3月, 2020 1 次提交
  18. 23 2月, 2020 1 次提交
  19. 10 2月, 2020 1 次提交
  20. 05 2月, 2020 1 次提交
  21. 14 1月, 2020 1 次提交
  22. 08 1月, 2020 1 次提交
  23. 07 1月, 2020 1 次提交
  24. 06 1月, 2020 1 次提交
  25. 04 12月, 2019 1 次提交
  26. 20 11月, 2019 1 次提交
  27. 18 11月, 2019 1 次提交
  28. 23 10月, 2019 1 次提交
  29. 21 9月, 2019 1 次提交
  30. 20 9月, 2019 1 次提交
  31. 09 9月, 2019 1 次提交
  32. 05 9月, 2019 1 次提交
  33. 19 8月, 2019 1 次提交
  34. 12 8月, 2019 1 次提交
  35. 02 8月, 2019 1 次提交
    • Z
      Fix the CE error which caused by paddle-trt version (#18941) · 3816d221
      Zhaolong Xing 提交于
      * Fix Mask rcnn predictor
          1. refine memory optim algorithm to support the model with the block op.
          2. output diff : modify the affine channel fuse
          3. add condition_block_infer op
      add interface for setting trt calib table dir
      test=develop
      
      * add the missing files.
      test=develop
      
      * 1 add trt fp16 support
      test=develop
      
      * fix trt fp16 ce error
      test=develop
      
      * add an vlog if the user use trt4 and specify fp16.
      test=develop
      3816d221
  36. 31 7月, 2019 1 次提交
    • Z
      Trt fp16 support (#18860) · 61238d31
      Zhaolong Xing 提交于
      * Fix Mask rcnn predictor
          1. refine memory optim algorithm to support the model with the block op.
          2. output diff : modify the affine channel fuse
          3. add condition_block_infer op
      add interface for setting trt calib table dir
      test=develop
      
      * add the missing files.
      test=develop
      
      * 1 add trt fp16 support
      test=develop
      61238d31