Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis | ||
transform | ||
__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 |
Previously MakePackedAPI was in the target independent stage, but never the less requires the device_type information that will be binded at a later target dependent stage. The previous implementation was due to the limitation of LoweredFunc which can not carry buffer_map info(so they have to be lowered right away). This is no longer the case after the unified IR refactor. This PR migrates MakePackedAPI to a target dependent stage and removes the un-necessary BindDevice pass.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis | Loading commit data... | |
transform | Loading commit data... | |
__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... |