1. 01 4月, 2021 1 次提交
  2. 31 3月, 2021 1 次提交
  3. 19 3月, 2021 1 次提交
  4. 10 3月, 2021 1 次提交
  5. 09 3月, 2021 1 次提交
  6. 03 3月, 2021 1 次提交
  7. 25 2月, 2021 1 次提交
  8. 23 2月, 2021 1 次提交
  9. 06 2月, 2021 1 次提交
  10. 04 2月, 2021 1 次提交
  11. 03 2月, 2021 1 次提交
  12. 25 1月, 2021 2 次提交
  13. 15 1月, 2021 1 次提交
  14. 11 1月, 2021 1 次提交
  15. 10 1月, 2021 1 次提交
  16. 06 1月, 2021 1 次提交
  17. 05 1月, 2021 1 次提交
  18. 30 12月, 2020 1 次提交
  19. 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
  20. 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
  21. 21 12月, 2020 2 次提交
  22. 19 12月, 2020 1 次提交
  23. 18 12月, 2020 1 次提交
  24. 17 12月, 2020 1 次提交
  25. 16 12月, 2020 1 次提交
  26. 15 12月, 2020 1 次提交
  27. 14 12月, 2020 1 次提交
  28. 08 12月, 2020 2 次提交
  29. 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
  30. 04 12月, 2020 1 次提交
  31. 03 12月, 2020 1 次提交
  32. 01 12月, 2020 3 次提交
  33. 27 11月, 2020 1 次提交