* [REFACTOR][IR] Introduce SeqStmt to replace Block ir::Block was used to represent a sequence of Stmts in the original low-level IR. The nested ir::Block structure is not really friendly for recursive visits, especially when the statements are unrolled. This PR introduce a SeqStmt that directly stores a sequence of statements in an Array container. The new SeqStmt will be used as a replacement of the original Block structure. * [REFACTOR] Migrate use of Block to SeqStmt. * [REFACTOR] Remove Block * Add more comments per yizhi's comment
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compute_op.cc | Loading commit data... | |
compute_op.h | Loading commit data... | |
cross_thread_reduction.cc | Loading commit data... | |
extern_op.cc | Loading commit data... | |
hybrid_op.cc | Loading commit data... | |
hybrid_op.h | Loading commit data... | |
op_util.cc | Loading commit data... | |
op_util.h | Loading commit data... | |
placeholder_op.cc | Loading commit data... | |
scan_op.cc | Loading commit data... | |
tensor_compute_op.cc | Loading commit data... | |
tensorize.cc | Loading commit data... |