1. 24 7月, 2023 1 次提交
  2. 18 7月, 2023 1 次提交
    • L
      Clarify cinn/ir dirs [Part1] (#55121) · 3624723f
      limingshu 提交于
      * Clarify cinn/ir dirs [Part1]
      
      * addition of cinn/ir/op dir
      
      * change header inludsion of ir/ir_operator.h to ir/op/ir_operator.h
      
      * merge with develop changes
      
      * relocate libschedule_desc_proto.a
      
      * remove extra ir_schedule_error.cc
      
      * addition for schedule/ir_schedule_error files
      3624723f
  3. 07 7月, 2023 1 次提交
  4. 29 6月, 2023 1 次提交
  5. 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