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 |
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 |
---|---|---|
.. | ||
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... |