Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | ||
base.cc | ||
expr.cc | ||
expr_functor.cc | ||
function.cc | ||
op_strategy.cc | ||
pattern_functor.cc | ||
transform.cc |
This PR enables the copy on write optimizations passes: - Enable COW for IRModule both TIR and relay passes. - Enabled COW for PrimFunc in TIR passes. Need more thoughts into whether/how to enable COW for relay::Function, due to some function passes depend on the presence of IRModule for context information, and the std::move of the related function to nullptr might affect the related behavior.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | Loading commit data... | |
base.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_functor.cc | Loading commit data... | |
function.cc | Loading commit data... | |
op_strategy.cc | Loading commit data... | |
pattern_functor.cc | Loading commit data... | |
transform.cc | Loading commit data... |