1. 03 3月, 2021 1 次提交
  2. 18 2月, 2021 1 次提交
    • J
      Add Conv Transpose BF16 (#30877) · caf9d398
      joanna.wozna.intel 提交于
      * Add conv transpose BF16
      
      * Share function GetWeightsTz
      
      * Adjust to review and fix op compatibility
      
      * Add bias to unique handler name
      
      * Remove errors related to paddle enforce
      
      * Add conv2d_transpose to bf16 list and kernel refator
      caf9d398
  3. 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
  4. 22 12月, 2020 1 次提交
  5. 18 12月, 2020 1 次提交
    • C
      Complex op test (#29753) · b59b6d7a
      chentianyu03 提交于
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      b59b6d7a
  6. 17 12月, 2020 1 次提交
    • C
      add conj op for complex types (#29527) · 71063b81
      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
      71063b81
  7. 15 12月, 2020 1 次提交
  8. 20 11月, 2020 1 次提交
  9. 28 10月, 2020 1 次提交
  10. 13 10月, 2020 1 次提交
  11. 27 9月, 2020 1 次提交
  12. 26 9月, 2020 1 次提交
  13. 08 6月, 2020 1 次提交
  14. 27 4月, 2020 1 次提交
  15. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  16. 26 2月, 2020 1 次提交
  17. 25 2月, 2020 1 次提交
  18. 21 1月, 2020 2 次提交
  19. 19 1月, 2020 1 次提交
  20. 17 1月, 2020 1 次提交
  21. 16 1月, 2020 2 次提交
  22. 14 1月, 2020 1 次提交
  23. 13 1月, 2020 1 次提交
  24. 10 1月, 2020 1 次提交
  25. 08 1月, 2020 1 次提交
    • J
      Use unified threshold in all op test (#21814) · bde7ee97
      juncaipeng 提交于
      * modify test framework, test=develop
      
      * fix test_fsp_op, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * add check for threshold, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * update, test=develop
      
      * update, test=develop
      
      * update, test=develop
      bde7ee97
  26. 03 1月, 2020 1 次提交
  27. 02 1月, 2020 1 次提交
  28. 31 12月, 2019 1 次提交
  29. 26 12月, 2019 1 次提交
  30. 24 12月, 2019 2 次提交
    • J
      Modify op test (#21835) · feabed13
      juncaipeng 提交于
      * remove return in op_test teardown, test=develop
      * add check_grad for fp64 and other type
      * update white list
      feabed13
    • H
      test the compatibility between execution time and compiling time (#21511) · 53c16eab
      huzhiqiang 提交于
      * test the equality between running-time and compiling time
      
      * add white_list for compile_vs_runtime check test=develop
      
      * add check of new-registered op on compile&runtime-lodEquality test=develop
      
      * test=develop
      
      * test=develop
      
      * update white-list test=develop
      
      * merge with new code test=develop
      
      * fix code style test=develop
      
      * test=devleop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * add more ops to white_list test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * fix code_style: add comments test=develop
      
      * test=develop
      53c16eab
  31. 20 12月, 2019 2 次提交
  32. 19 12月, 2019 1 次提交
  33. 18 12月, 2019 1 次提交
  34. 17 12月, 2019 1 次提交
  35. 14 12月, 2019 1 次提交
  36. 05 12月, 2019 1 次提交
    • L
      Split VarBase from Python Variable for Dygraph (#21359) · cdd46d7e
      Leo Chen 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * don't expose numerous Tensor.set(), test=develop
      
      * fix condition, test=develop
      
      * fix float16 bug, test=develop
      
      * feed should be Tensor or np.array, not Variable or number, test=develop
      
      * use forcecast to copy numpy slice to new array, test=develop
      
      * remove float16-uint16 hacking, test=develop
      
      * add variable method to varbase and refactor to_variable to support return varbase
      
      * support kwargs in varbase constructor
      
      * add VarBase constructor to support default python args
      
      * refine varbase initial method
      
      * reset branch
      
      * fix ut for change VarBase error info to PaddleEnforce
      
      * cherry is parameter change before
      
      * overload isinstance to replace too many change of is_variable
      
      * rm useless files
      
      * rm useless code merged by git
      
      * test=develop, fix some ut failed error
      
      * test=develop, fix test_graph_wrapper
      
      * add some tests, test=develop
      
      * refine __getitem__, test=develop
      
      * add tests, test=develop
      
      * fix err_msg, test=develop
      cdd46d7e