Name |
Last commit
|
Last update |
---|---|---|
.. | ||
datatype | ||
llvm | ||
opt | ||
source | ||
spirv | ||
stackvm | ||
build_common.h | ||
codegen.cc | ||
generic_func.cc | ||
intrin_rule.cc | ||
intrin_rule.h | ||
target.cc | ||
target_info.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 |
---|---|---|
.. | ||
datatype | Loading commit data... | |
llvm | Loading commit data... | |
opt | Loading commit data... | |
source | Loading commit data... | |
spirv | Loading commit data... | |
stackvm | Loading commit data... | |
build_common.h | Loading commit data... | |
codegen.cc | Loading commit data... | |
generic_func.cc | Loading commit data... | |
intrin_rule.cc | Loading commit data... | |
intrin_rule.h | Loading commit data... | |
target.cc | Loading commit data... | |
target_info.cc | Loading commit data... |