1. 09 4月, 2021 1 次提交
    • L
      [NPU] cherry-pick basic NPU components/allocator/operator/executor supports from ascendrc (#32144) · ccf5709d
      Leo Chen 提交于
      * [feature] support npu allocator (#30840)
      
      [feature] support npu allocator
      
      * [feature] support npu operator (#30951)
      
      [feature] support npu operator
      
      * [feature] support npu allocator, part 2 (#30972)
      
      * support npu allocator
      
      * add npu device context
      
      * fix some compile problem
      
      * fix some compile problem
      
      * add npu info
      
      * compile ok
      
      * fix include dir
      
      * support naive_best_fit_allocator
      
      * run ut ok, bug failed to exit
      
      * call aclrtResetDevice before exit
      
      * fix aclFinilize
      
      * add system allocatot test
      
      * add selected_gpus in gtest
      
      * add tensor_test for npu
      
      * support npu op, initial commit
      
      * add npu stream
      
      * add elementwise_add_op
      
      * compile ok
      
      * fix typo
      
      * fix elementwise_add_op_npu_test
      
      * support op run
      
      * test can run but failed
      
      * change aclopExecuteV2 to aclopCompileAndExecute
      
      * support parsing ascend rank table file (#31000)
      
      support parsing ascend rank table file
      
      * Fix reshape on GE graph. (#31084)
      
      Fix reshape on GE graph
      
      * add npu kernel for elementwise_sub and elementwise_sub_grad (#30973)
      
      * add npu sub op
      
      * fix typo
      
      * rename test
      
      * fix bug
      
      * fix bug
      
      * add fp16 kernel
      
      * fix typo
      
      * support sub grad op
      
      * support elementwise_sub_grad op
      Co-authored-by: Nfrankwhzhang <frankwhzhang@126.com>
      
      * Fix compilation problem (#31100)
      
      Fix compilation problem (#31100)
      
      * fix compile
      
      * fix code stype
      
      * remove const_cast
      
      * support adding correct npu op in pybind.h (#31143)
      
      * support adding correct npu op in pybind.h
      
      * refine code
      
      * [NPU] Support executor with NPU (#31057)
      
      * [NPU] Support executor with NPU
      
      * Fix code according to reviews
      
      * Fix code
      
      * Add unittest for sub op npu
      
      * refactor npu device manager (#31154)
      
      refactor npu device manager (#31154)
      
      * fix selected npus
      
      * fix compile
      
      * fix reading flags from env
      
      * format
      Co-authored-by: Nxiayanming <41795079@qq.com>
      Co-authored-by: Ngongweibao <weibao.gong@gmail.com>
      Co-authored-by: Nfrankwhzhang <frankwhzhang@126.com>
      Co-authored-by: Nliym27 <33742067+liym27@users.noreply.github.com>
      ccf5709d
  2. 22 3月, 2021 1 次提交
  3. 19 3月, 2021 1 次提交
  4. 09 3月, 2021 1 次提交
  5. 04 3月, 2021 1 次提交
  6. 03 3月, 2021 1 次提交
  7. 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
  8. 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
  9. 22 12月, 2020 1 次提交
  10. 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
  11. 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
  12. 15 12月, 2020 1 次提交
  13. 20 11月, 2020 1 次提交
  14. 28 10月, 2020 1 次提交
  15. 13 10月, 2020 1 次提交
  16. 27 9月, 2020 1 次提交
  17. 26 9月, 2020 1 次提交
  18. 08 6月, 2020 1 次提交
  19. 27 4月, 2020 1 次提交
  20. 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
  21. 26 2月, 2020 1 次提交
  22. 25 2月, 2020 1 次提交
  23. 21 1月, 2020 2 次提交
  24. 19 1月, 2020 1 次提交
  25. 17 1月, 2020 1 次提交
  26. 16 1月, 2020 2 次提交
  27. 14 1月, 2020 1 次提交
  28. 13 1月, 2020 1 次提交
  29. 10 1月, 2020 1 次提交
  30. 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
  31. 03 1月, 2020 1 次提交
  32. 02 1月, 2020 1 次提交
  33. 31 12月, 2019 1 次提交
  34. 26 12月, 2019 1 次提交
  35. 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
  36. 20 12月, 2019 2 次提交