1. 16 8月, 2023 1 次提交
    • M
      Mingyan.w (#56065) · 70a009ee
      Minner Wang 提交于
      Fixed a bug in the if (!id_hint.empty()) code block by adding missing code to correctly modify id_hint.
      70a009ee
  2. 07 8月, 2023 1 次提交
  3. 28 7月, 2023 1 次提交
  4. 26 7月, 2023 1 次提交
  5. 24 7月, 2023 1 次提交
  6. 14 7月, 2023 1 次提交
  7. 13 7月, 2023 1 次提交
    • Z
      [CINN] Refactor pass api of group fusion in CINN (#55090) · c80bf368
      zyfncg 提交于
      * new group fuse pass api
      
      * fix header
      
      * update
      
      * change logic of get master node to fix bug
      
      * revert update for ReduceFuseReduce
      
      * modify according review
      
      * modify by review
      
      * refine
      
      * update
      
      * fix code-format
      c80bf368
  8. 12 7月, 2023 1 次提交
  9. 04 7月, 2023 2 次提交
  10. 03 7月, 2023 4 次提交
  11. 02 7月, 2023 3 次提交
  12. 01 7月, 2023 1 次提交
  13. 30 6月, 2023 1 次提交
  14. 29 6月, 2023 3 次提交
  15. 27 6月, 2023 1 次提交
    • 6
      Code merge | Merge CINN into Paddle (#54749) · 67c69dca
      6clc 提交于
      * feat(cmake): add cmake of cinn
      
      * feat(cmake): add cmake of cinn python test
      
      * feat(cmake): add jit
      
      * feat(cmake): test/CMakeList.txt
      
      * feat(cmake): rebase to develop
      
      * feat(cmake): remove some flags
      
      * fix(cmake): fix cinn's gflags depends
      
      * feat(cmake): add ci scripts of cinn
      
      * feat(cmake): copy code of cinn
      
      * fix(cmake): fix cinn third_party model path
      
      * gflags dynamic dependce
      
      * fix ci build_demo
      
      * tmp update to c++17 of cinn-only test
      
      * fix cinn only with c++17
      67c69dca