1. 17 2月, 2023 3 次提交
  2. 16 2月, 2023 1 次提交
    • H
      [Polist Unittest] Polish test_phi_tensor (#50440) · 6fa29c55
      HongyuJia 提交于
      * fix py::array_t calling bug
      
      * polish test_phi_tensor
      
      * stop fix inference bug in this PR
      
      * polish unittest
      
      * change int->int32_t
      
      * fix unittest
      
      * fix compile error
      
      * modify cmake
      
      * remove redundancy codes
      
      * fix selectedRow unittest
      
      * fix cmake relay
      
      * declare kernel
      6fa29c55
  3. 13 2月, 2023 1 次提交
  4. 10 2月, 2023 1 次提交
  5. 09 2月, 2023 2 次提交
    • H
      [PHI decoupling] move strided_memcpy.h to phi (#50346) · 17318c1a
      Huang Jiyi 提交于
      * decouple strided_memcpy
      
      * move strided_memcpy
      
      * move strided_memcpy to phi
      
      * fix namespace
      
      * update
      
      * fix gpu compile bugs
      17318c1a
    • Y
      Add MultiTenosrAdam OP (#49220) · 10654c77
      yuehuayingxueluo 提交于
      * add multi_tenosr_adam
      
      * update multi_tensor_base.py, test_multi_tensor_adam.py, adamw.py
      
      * fix adam.py optimizer.py
      
      * fix adamw.py
      
      * fix test_multi_tensor_adam.py
      
      * fix CI bug
      
      * fix CI coverage
      
      * fix ci bug
      
      * fix betapow
      
      * fix some bugs
      
      * fix test_adamw_op.py
      
      * fix CI coverage
      
      * fix multi_tensor_adam_kernel.cc
      
      * fix CI bug
      
      * fix multi_tensor_adam_op.cc and test_multi_tensor_adam.py
      
      * fix code style
      
      * update C++ parts
      
      * remove python parts modification temporarily
      
      * add C++ ut
      
      * update betapow copy code logic
      
      * fix ci ut
      
      * fix windows ci
      
      * fix coverage ci
      
      * improve coverage rate
      
      ---------
      Co-authored-by: Nsneaxiy <sneaxiy@126.com>
      10654c77
  6. 08 2月, 2023 2 次提交
  7. 17 1月, 2023 1 次提交
    • Y
      [PHI]Change feed_op to phi kernel (#49116) · f7f1dc03
      YuanRisheng 提交于
      * change feed_op to phi kernel
      
      * fix ci bugs
      
      * fix build bugs
      
      * fix ci bugs
      
      * fix compile bugs
      
      * fix ci bugs
      
      * perfect code
      
      * perfect comment code
      
      * fix install bugs
      
      * modify code according comment
      
      * remove visitor in feed_op
      
      * modify according comment
      
      * perfect code according comment
      
      * add infershape
      
      * fix py3 bugs
      
      * fix getexpected kernel type
      
      * fix getexpected kernel type
      
      * fix ci bugs
      
      * add registry for custom device
      
      * fix py3 bugs
      
      * fix floating point error
      
      * fix py3 test bugs
      f7f1dc03
  8. 12 1月, 2023 1 次提交
  9. 06 1月, 2023 1 次提交
  10. 05 1月, 2023 1 次提交
  11. 15 12月, 2022 1 次提交
  12. 28 11月, 2022 1 次提交
  13. 16 11月, 2022 1 次提交
  14. 10 11月, 2022 1 次提交
  15. 09 11月, 2022 1 次提交
  16. 08 11月, 2022 1 次提交
  17. 04 11月, 2022 1 次提交
  18. 02 11月, 2022 1 次提交
  19. 27 10月, 2022 1 次提交
    • L
      make all cpp tests dynamic linked to libpaddle.so [except windows] (#47088) · 2096448b
      Leo Chen 提交于
      * make all cpp tests dynamic linked to libpaddle.so
      
      * add comments
      
      * keep old cc_test for some tests
      
      * fix some ut
      
      * make some ut use cc_test_old
      
      * fix typos and fit for win32
      
      * fix lib path
      
      * fix some tests
      
      * skip lite test
      
      * fit for rocm
      
      * fit for cinn
      
      * fit for mac
      
      * fit for win32
      
      * skip inference ut
      
      * skip  windows
      
      * fix coverage
      2096448b
  20. 26 10月, 2022 1 次提交
  21. 18 10月, 2022 1 次提交
    • Z
      [code-gen] Support code-gen for opmaker of sparse op (#46993) · bdd3dde3
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      bdd3dde3
  22. 12 10月, 2022 2 次提交
  23. 11 10月, 2022 1 次提交
  24. 30 9月, 2022 1 次提交
  25. 28 9月, 2022 2 次提交
  26. 27 9月, 2022 1 次提交
  27. 19 9月, 2022 2 次提交
    • Y
      [PHI]Move sum op to PHI (#45860) · 4b3f2af1
      YuanRisheng 提交于
      * move sum
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix set_lod bugs
      
      * fix infershape bugs
      
      * fix ci bugs
      
      * fix ci unittest bug
      
      * fix ci bugs
      
      * perfect code
      
      * update code according comment
      
      * add unittest
      
      * fix ci bugs
      4b3f2af1
    • L
      Performance fix for broadcast kernel [Part3] (#46071) · 46e4fb2a
      limingshu 提交于
      * first commit
      
      * refine code with template argument
      
      * refine code with template argument
      
      * add ternary broadcast test file
      
      * add ternary broadcast test file
      
      * fix accoriding to ci
      
      * fix op-benchmark ci error
      46e4fb2a
  28. 14 9月, 2022 1 次提交
  29. 07 9月, 2022 2 次提交
  30. 06 9月, 2022 1 次提交
  31. 05 9月, 2022 1 次提交
  32. 31 8月, 2022 1 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d