Name |
Last commit
|
Last update |
---|---|---|
.. | ||
contrib | ||
frontend | ||
integration | ||
nightly/quantization | ||
relay | ||
unittest |
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 |
---|---|---|
.. | ||
contrib | Loading commit data... | |
frontend | Loading commit data... | |
integration | Loading commit data... | |
nightly/quantization | Loading commit data... | |
relay | Loading commit data... | |
unittest | Loading commit data... |