Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | ||
attr_functor.h | ||
attrs.cc | ||
env_func.cc | ||
error.cc | ||
expr.cc | ||
function.cc | ||
module.cc | ||
op.cc | ||
span.cc | ||
tensor_type.cc | ||
transform.cc | ||
type.cc | ||
type_functor.cc | ||
type_relation.cc |
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 |
---|---|---|
.. | ||
adt.cc | Loading commit data... | |
attr_functor.h | Loading commit data... | |
attrs.cc | Loading commit data... | |
env_func.cc | Loading commit data... | |
error.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
function.cc | Loading commit data... | |
module.cc | Loading commit data... | |
op.cc | Loading commit data... | |
span.cc | Loading commit data... | |
tensor_type.cc | Loading commit data... | |
transform.cc | Loading commit data... | |
type.cc | Loading commit data... | |
type_functor.cc | Loading commit data... | |
type_relation.cc | Loading commit data... |