Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
_ffi_api.py | ||
buffer.py | ||
data_layout.py | ||
expr.py | ||
function.py | ||
generic.py | ||
ir_builder.py | ||
ir_pass.py | ||
op.py | ||
stmt.py |
As part of the unified IR refactor. This PR refactors the target codegen to use IRModule containing tir::PrimFuncs. In order to break the refactor into several steps without breaking the codebase, we built an conversion pass to convert Array<LoweredFunc> into IRModule. The follow-up refactors will gradually move the passes covered by IRModule up until we cover all the passes. Then we can remove the additional redundant concepts such as LoweredFunc.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
_ffi_api.py | Loading commit data... | |
buffer.py | Loading commit data... | |
data_layout.py | Loading commit data... | |
expr.py | Loading commit data... | |
function.py | Loading commit data... | |
generic.py | Loading commit data... | |
ir_builder.py | Loading commit data... | |
ir_pass.py | Loading commit data... | |
op.py | Loading commit data... | |
stmt.py | Loading commit data... |