- 08 9月, 2023 1 次提交
-
-
由 傅剑寒 提交于
* integate cast_simplify into ir_simplify * fix cast simplify testcase
-
- 05 9月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * update * fix empty arg * update test * update * fix bug * update
-
- 16 8月, 2023 1 次提交
-
-
由 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.
-
- 07 8月, 2023 1 次提交
-
-
由 傅剑寒 提交于
* refactor codegen for cinn * add to_string to some type which can't be += with string * fix multi-thread bug caused by static var * delete dead code and comment
-
- 28 7月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CINN Frontend] Optimize user interface, polish fuse_pass classes" * Fix some compile error
-
- 24 7月, 2023 1 次提交
-
-
由 傅剑寒 提交于
-
- 18 7月, 2023 1 次提交
-
-
由 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
-
- 13 7月, 2023 1 次提交
-
-
由 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
-
- 04 7月, 2023 2 次提交
-
-
由 Wang Xin 提交于
-
由 cyberslack_lee 提交于
[CodeStyle][CINN] fix cpplint codestyle `[build/include_order]` `[build/header_guard]` `[build/include_subdir]` `[build/include]` (#55085) * fix cpplint * fix * part 1, [build/include_order] * Revert "part 1, [build/include_order]" This reverts commit 5d7f969948a080ab1bdf6dc4692aa2c380dcee92. * skip, [build/include_order] --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 03 7月, 2023 2 次提交
-
-
由 Wang Xin 提交于
-
由 Difer 提交于
* fix cinn cpplint [runtime/explicit] * mark shared nolint * add a nolint and fix typo raito -> ratio --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 02 7月, 2023 2 次提交
-
-
由 Wang Xin 提交于
Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 Difer 提交于
-
- 01 7月, 2023 2 次提交
- 29 6月, 2023 2 次提交
-
-
由 张经纬 提交于
* fix clang-format * 'fix_clang-format' * fix remaining errors * format * empty commit, re-trigger all ci * empty commit, re-trigger all ci --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 Difer 提交于
* fix cinn codestyle cmake-format * remove a blank cmakelist * restore deleted file * restore deleted file --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 27 6月, 2023 1 次提交
-
-
由 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
-