1. 04 2月, 2021 1 次提交
  2. 03 2月, 2021 1 次提交
  3. 25 1月, 2021 2 次提交
  4. 15 1月, 2021 1 次提交
  5. 11 1月, 2021 1 次提交
  6. 10 1月, 2021 1 次提交
  7. 06 1月, 2021 1 次提交
  8. 05 1月, 2021 1 次提交
  9. 30 12月, 2020 1 次提交
  10. 25 12月, 2020 1 次提交
    • C
      [Complex] Handle complex to real after type promotion (#29855) · a6072055
      Chen Weihang 提交于
      * try to add fwd op input dtypes
      
      * refactor base impl
      
      * return tmp_ins after dygraph prepare data
      
      * fix typo found in debug
      
      * polish comment & add complex net test
      
      * revert detail change
      
      * fix unittest failed
      
      * add complex kernel condition control
      
      * fix xpu test failed & polish comment
      
      * polish details by review comments
      a6072055
  11. 22 12月, 2020 3 次提交
    • C
      change grad elementwise_mul for complex types (#29757) · ddfc3d2c
      chentianyu03 提交于
      * add conj op for complex types
      
      * add conj for complex types
      
      * add more test case
      
      * add conj_op test
      
      * modify conj api and impl
      
      * add complex type for fill_constant_op xpu
      
      * add setConstant for complex type
      
      * remove complex conj test file
      
      * user define grad for test_conj_op
      
      * add test case for static mode of conj api
      
      * modify conj doc
      
      * change input args name to x
      
      * remove useless codes
      
      * conj support real types
      
      * add conj test case for real number
      
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      
      * modify grad of mul for complex types
      
      * fix the grads of inputs args order not match bug
      ddfc3d2c
    • C
      change the grad of div when complex types (#29804) · 2a260d9b
      chentianyu03 提交于
      * change the grad of div when complex types
      
      * fix the grads of inputs args order not match bug
      2a260d9b
    • W
      01c37c8e
  12. 21 12月, 2020 2 次提交
  13. 19 12月, 2020 1 次提交
  14. 18 12月, 2020 1 次提交
  15. 17 12月, 2020 1 次提交
  16. 16 12月, 2020 1 次提交
  17. 15 12月, 2020 1 次提交
  18. 14 12月, 2020 1 次提交
  19. 08 12月, 2020 2 次提交
  20. 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
  21. 04 12月, 2020 1 次提交
  22. 03 12月, 2020 1 次提交
  23. 01 12月, 2020 3 次提交
  24. 27 11月, 2020 1 次提交
  25. 26 11月, 2020 1 次提交
  26. 25 11月, 2020 2 次提交
  27. 20 11月, 2020 1 次提交
  28. 19 10月, 2020 1 次提交
  29. 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
  30. 14 10月, 2020 1 次提交
  31. 27 9月, 2020 1 次提交
  32. 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