1. 08 12月, 2020 1 次提交
  2. 07 12月, 2020 1 次提交
    • L
      Compiling operator libraries with Unity build (#29130) · 671555ed
      LoveAn 提交于
      * Compiling operator libraries with Unity Build on Windows CPU.
      
      * Compiling operator libraries with Unity Build on Windows GPU, no_test, test=windows_ci
      
      * Add option in windows ci script, no_test, test=windows_ci
      
      * Optimize parallel compiling, test=develop
      
      * remove limit of parallel compile and skip some ops in UB, test=develop
      
      * remove changes of header file, test=develop
      
      * remove changes of header file, test=develop
      
      * fix test_eye_op unittest failed, test=develop
      
      * Compiling operator libraries with Unity Build on Linux, test=develop
      
      * set default WITH_UNITY_BUILD=OFF, test=develop
      
      * Move unity build rules into a single file and add comment, test=develop
      
      * optimize parallel compilation, test=develop
      
      * fix undefined reference error on coverage ci, test=develop
      671555ed
  3. 04 12月, 2020 1 次提交
  4. 03 12月, 2020 1 次提交
  5. 01 12月, 2020 3 次提交
  6. 27 11月, 2020 1 次提交
  7. 26 11月, 2020 1 次提交
  8. 25 11月, 2020 2 次提交
  9. 20 11月, 2020 1 次提交
  10. 19 10月, 2020 1 次提交
  11. 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
  12. 14 10月, 2020 1 次提交
  13. 27 9月, 2020 1 次提交
  14. 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
  15. 21 9月, 2020 1 次提交
  16. 17 9月, 2020 1 次提交
  17. 16 9月, 2020 1 次提交
  18. 10 9月, 2020 2 次提交
  19. 04 9月, 2020 1 次提交
  20. 28 8月, 2020 1 次提交
  21. 27 8月, 2020 1 次提交
  22. 24 8月, 2020 1 次提交
  23. 22 8月, 2020 1 次提交
  24. 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
  25. 12 8月, 2020 1 次提交
  26. 08 8月, 2020 1 次提交
  27. 05 8月, 2020 1 次提交
  28. 18 6月, 2020 1 次提交
  29. 16 6月, 2020 1 次提交
  30. 03 6月, 2020 1 次提交
  31. 27 5月, 2020 1 次提交
  32. 22 5月, 2020 1 次提交
  33. 18 5月, 2020 1 次提交
  34. 15 5月, 2020 1 次提交
  35. 12 5月, 2020 1 次提交
  36. 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