1. 16 8月, 2023 1 次提交
    • B
      [CINN] Add ScheduleBlock graph (#56122) · da72707f
      BiynXu 提交于
      Added a graph data structure in units of ScheduleBlock and some necessary operations, such as finding upstream and downstream nodes, and performing operations in the DFS topological order.
      da72707f
  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. 13 7月, 2023 1 次提交
    • Z
      Cinn schedule error (#54983) · 5f05b22b
      Zhang Zheng 提交于
      * [CINN] Schedule error message optimization
      
      * format code style
      
      * add test
      
      * fix format
      
      * using CINN_THROW and using flags
      
      * optimize error msg
      
      * do not use abtract class of error hanlder
      
      * fix header
      5f05b22b
  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