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. 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