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