Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis.h | ||
buffer.h | ||
data_layout.h | ||
expr.h | ||
expr_functor.h | ||
function.h | ||
ir_pass.h | ||
op.h | ||
stmt.h | ||
stmt_functor.h | ||
transform.h | ||
var.h |
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.h | Loading commit data... | |
buffer.h | Loading commit data... | |
data_layout.h | Loading commit data... | |
expr.h | Loading commit data... | |
expr_functor.h | Loading commit data... | |
function.h | Loading commit data... | |
ir_pass.h | Loading commit data... | |
op.h | Loading commit data... | |
stmt.h | Loading commit data... | |
stmt_functor.h | Loading commit data... | |
transform.h | Loading commit data... | |
var.h | Loading commit data... |