1. 04 12月, 2020 1 次提交
  2. 03 12月, 2020 1 次提交
  3. 01 12月, 2020 3 次提交
  4. 27 11月, 2020 1 次提交
  5. 26 11月, 2020 1 次提交
  6. 25 11月, 2020 2 次提交
  7. 20 11月, 2020 1 次提交
  8. 19 10月, 2020 1 次提交
  9. 16 10月, 2020 1 次提交
    • J
      Fix xpu enforce (#27978) · d330cf66
      Jack Zhou 提交于
      * test=kunlun;
      
      Add elementwise XPU OP kernel for KUNLUN core, including (but still cannot process common broadcast):
      
          * elementwise_div op
          * elementwise_max op
          * elementwise_mul op (with grad op)
          * elementwise_sub op (with grad op)
      
      * 0.05->0.01
      
      * add xpu error message description;test=kunlun
      d330cf66
  10. 14 10月, 2020 1 次提交
  11. 27 9月, 2020 1 次提交
  12. 24 9月, 2020 1 次提交
    • W
      use iwyu clean include (#27267) · df43905f
      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
      df43905f
  13. 21 9月, 2020 1 次提交
  14. 17 9月, 2020 1 次提交
  15. 16 9月, 2020 1 次提交
  16. 10 9月, 2020 2 次提交
  17. 04 9月, 2020 1 次提交
  18. 28 8月, 2020 1 次提交
  19. 27 8月, 2020 1 次提交
  20. 24 8月, 2020 1 次提交
  21. 22 8月, 2020 1 次提交
  22. 13 8月, 2020 1 次提交
    • L
      [OpDevOptimize] Add common infershape functions (#26096) · ffe52b44
      Leo Chen 提交于
      * add unchaged infershape function
      
      * add broadcast infershape function
      
      * fix bug
      
      * rename infershape functions
      
      * add UnaryOpUnchangedInferShapeCheckAxis
      
      * add error message
      
      * add test for common infer shape functions
      
      * dont update existed ops
      
      * dont update op_desc.h
      
      * add more test
      
      * add error check, refine error message
      ffe52b44
  23. 12 8月, 2020 1 次提交
  24. 08 8月, 2020 1 次提交
  25. 05 8月, 2020 1 次提交
  26. 18 6月, 2020 1 次提交
  27. 16 6月, 2020 1 次提交
  28. 03 6月, 2020 1 次提交
  29. 27 5月, 2020 1 次提交
  30. 22 5月, 2020 1 次提交
  31. 18 5月, 2020 1 次提交
  32. 15 5月, 2020 1 次提交
  33. 12 5月, 2020 1 次提交
  34. 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
  35. 26 4月, 2020 1 次提交
    • L
      improve efficiency of runtime InferVarType (#22778) · 9a93f6aa
      liuwei1031 提交于
      * save InferVarType changes, test=develop
      
      * remove code comments, test=develop
      
      * tweak code, test=develop
      
      * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop
      
      * modify fused_bn_activation_op, test=develop
      
      * fix error of fused_bn_activation_op, test=develop
      
      * fix PADDLE_ENFORCE and unittest coverage issue, test=develop
      
      * tweak PADDLE_ENFORCE messages, test=develop
      
      * improve unittest coverage, test=develop
      
      * add StaticGraphInferVarType class, test=develop
      
      * rebase develop branch, test=develop
      
      * fix unittest error, test=develop
      
      * remove comments, test=develop
      
      * improve unittest coverage, test=develop
      
      * imporve error message and imporve unittest coverage, test=develop
      
      * upgrade InferVarType API, test=develop
      
      * tweak pyfunc error message, test=develop
      
      * fix compilation conflict - save_combine_op, test=develop
      9a93f6aa
  36. 22 4月, 2020 1 次提交