Name |
Last commit
|
Last update |
---|---|---|
.. | ||
build_vulkan.cc | ||
codegen_spirv.cc | ||
codegen_spirv.h | ||
intrin_rule_spirv.cc | ||
ir_builder.cc | ||
ir_builder.h |
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 |
---|---|---|
.. | ||
build_vulkan.cc | Loading commit data... | |
codegen_spirv.cc | Loading commit data... | |
codegen_spirv.h | Loading commit data... | |
intrin_rule_spirv.cc | Loading commit data... | |
ir_builder.cc | Loading commit data... | |
ir_builder.h | Loading commit data... |