1. 08 9月, 2023 1 次提交
  2. 07 9月, 2023 1 次提交
  3. 30 8月, 2023 1 次提交
  4. 28 8月, 2023 1 次提交
  5. 24 8月, 2023 2 次提交
  6. 21 8月, 2023 1 次提交
  7. 11 8月, 2023 1 次提交
  8. 07 8月, 2023 1 次提交
  9. 02 8月, 2023 1 次提交
  10. 31 7月, 2023 1 次提交
  11. 28 7月, 2023 1 次提交
    • H
      New ir support fluid op (#55693) · b76c2f94
      hong 提交于
      * new ir support save combine
      
      * update
      
      * polish code
      
      * update
      
      * new ir support fluid op
      
      * remove depulicate op
      
      * fix ir exe test compile error
      
      * fix compile bug
      
      * update
      
      * code format
      
      * update
      
      * update
      
      * polish code
      b76c2f94
  12. 12 7月, 2023 1 次提交
  13. 11 7月, 2023 2 次提交
  14. 10 7月, 2023 1 次提交
  15. 03 7月, 2023 1 次提交
  16. 02 7月, 2023 1 次提交
  17. 30 6月, 2023 3 次提交
  18. 29 6月, 2023 4 次提交
    • H
      Refactor build attribute (#54968) · eef38db1
      hong 提交于
      * update
      
      * refactor build context
      
      * fix bug
      
      * polish code
      
      * change func name
      eef38db1
    • Z
      [IR] Refine PhiKernelOp attributes name and delete some unused code2 (#54944) · a7419ff5
      zhangbo9674 提交于
      * refine code
      
      * add some interface for phi kernel op
      
      * fix compile bug
      
      * delete unused code
      
      * support code
      
      * fix bug
      
      * refine code
      
      * delete unused code
      
      * fix compile bug
      
      * fix compile bug
      
      * delete unused code
      
      * add elementwise add op
      
      * fix compile bug
      
      * refine code
      
      * fix compile bug
      
      * add ut for attribute member function
      
      * delete unused code
      
      * refine ut
      a7419ff5
    • W
      [IR] add type&attribtue api for builder. (#54965) · f239d7d1
      winter-wang 提交于
      f239d7d1
    • H
      Refactor op info parser (#54859) · f18d538b
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * update
      
      * update
      
      * fix bug
      
      * split file
      
      * fix conflict
      
      * polish code and fix conflict
      
      * support place transformer
      
      * finish bug
      
      * add gpu flags
      
      * fix with cuda macro
      
      * add fetch kernel
      
      * support fetch var in new ir
      
      * fix bug
      
      * polish code
      
      * change array equal to np.testing
      
      * support feed in new ir
      
      * update
      
      * fix bug
      
      * try to hack combine op
      
      * add scope guard
      
      * revert atan2 op
      
      * add scope guard
      
      * update
      
      * polish code
      
      * update
      
      * refactor build kernel context
      
      * fix unitest bug
      
      * polish code
      
      * use original order
      
      * remove useless code
      
      * polish code
      
      * fix bug
      f18d538b
  19. 28 6月, 2023 4 次提交
  20. 27 6月, 2023 2 次提交
  21. 26 6月, 2023 1 次提交
  22. 22 6月, 2023 1 次提交
  23. 21 6月, 2023 1 次提交
  24. 20 6月, 2023 1 次提交
    • Z
      [IR] Change IR from Static library to dynamic library (#54729) · 24a3cb52
      zhangbo9674 提交于
      * new_ir to shared
      
      * refine code
      
      * add ir lib path to env
      
      * refine type
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * refine code
      
      * close win
      
      * refine code
      
      * refine code
      
      * refine code
      
      * add win share
      
      * refine code
      
      * refie code
      
      * refine code
      
      * refine code
      
      * refien code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * solve conflict
      
      * solve conflict
      
      * fix bug
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * fix interpretercore program bug
      
      * delete unuse code
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix cinn bug
      
      * fix cinn bug
      
      * debug
      
      * fix cinn bug
      
      * delete unused code
      
      * fix cinn bug
      
      * fix cinn bug
      
      * fix  ug
      
      * test win openblas
      
      * test win openblas
      
      * fix win openblas bug
      
      * polish code
      
      * fix win open blas bug
      
      * close win dll
      
      * fix flag bug
      
      * test for windows
      
      * fix compile bug
      24a3cb52
  25. 15 6月, 2023 1 次提交
    • H
      [IR] [Baby step] New interprector support new ir (#54570) · ce0c5c27
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      ce0c5c27
  26. 14 6月, 2023 2 次提交
  27. 13 6月, 2023 2 次提交
    • K
      fix api rename (#54592) · 0379e586
      kangguangli 提交于
      0379e586
    • H
      [IR]Lower pd op to kernel dialect (#54469) · bb848e6b
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * polish code
      bb848e6b