1. 30 9月, 2022 1 次提交
  2. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  3. 29 8月, 2022 2 次提交
  4. 12 8月, 2022 1 次提交
  5. 29 7月, 2022 1 次提交
  6. 27 7月, 2022 2 次提交
  7. 20 7月, 2022 1 次提交
  8. 19 7月, 2022 1 次提交
  9. 11 7月, 2022 2 次提交
  10. 07 7月, 2022 1 次提交
    • A
      [IPU] support dy2static for IPU merge code (#43770) · 6984fbca
      Allen Guo 提交于
      * feat(): dynamic_to_static support for ipu.
      
      * fix(): format fix.
      
      * fix format
      
      * fix cpplint error
      
      * use phi::errors
      
      * fix format
      
      * fix format
      
      * fix(): add api to restore patched function.
      
      * fix(): identity_loss uses cpu place as expected kernel type.
      
      * doc(): add IPU dy2static related docs.
      
      * fix(): combine test cases.
      
      * fix format
      
      * fix comment
      
      * fix format
      
      * apply comment
      
      * fix compiling
      
      * fix(): align docs.
      
      * fix(): fix identity_loss function docs.
      
      * fix(): adjust mean and sum in identity_loss.
      
      * fix(): minor docs.
      
      * move API to paddle.incubate.identity_loss
      
      * fix UT
      Co-authored-by: Nzhaorui chen <zhaoruic@graphcore.ai>
      6984fbca
  11. 04 7月, 2022 3 次提交
  12. 28 6月, 2022 1 次提交
    • R
      Remove boost::variant (#43100) · b3cf28f8
      Ruibiao Chen 提交于
      * boost::variant -> paddle::variant
      
      * boost::variant.apply_visit -> paddle::visit
      
      * Update pybind_boost_hraders.h
      
      * Fix CINN compilation errors
      
      * Revert FetchResultType
      b3cf28f8
  13. 26 6月, 2022 1 次提交
  14. 21 6月, 2022 1 次提交
    • A
      [IPU] add activation ops (#43662) · 2353db3a
      Allen Guo 提交于
      * add argmin and argsort ops (#800)
      
      * add argmin and arsort ops
      
      * Add dot bmm ops (#803)
      
      * add bmm
      
      * add dot op
      
      * clean CreateConst
      
      * clean CreateCast
      
      * add activation ops (#808)
      
      * add activation ops
      
      * fix 1function-redefined error
      2353db3a
  15. 10 6月, 2022 1 次提交
  16. 05 6月, 2022 1 次提交
  17. 04 6月, 2022 1 次提交
  18. 24 5月, 2022 1 次提交
  19. 17 5月, 2022 1 次提交
  20. 13 5月, 2022 1 次提交
  21. 11 5月, 2022 2 次提交
  22. 07 5月, 2022 1 次提交
  23. 06 5月, 2022 2 次提交
  24. 05 5月, 2022 1 次提交
  25. 11 4月, 2022 1 次提交
  26. 06 4月, 2022 1 次提交
  27. 21 3月, 2022 2 次提交
  28. 01 3月, 2022 1 次提交
  29. 28 2月, 2022 1 次提交
  30. 22 2月, 2022 1 次提交
  31. 20 2月, 2022 1 次提交
  32. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264