Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis | ||
transform | ||
__init__.py | ||
_ffi_api.py | ||
buffer.py | ||
data_layout.py | ||
expr.py | ||
function.py | ||
generic.py | ||
ir_builder.py | ||
ir_pass.py | ||
op.py | ||
stmt.py |
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 | Loading commit data... | |
transform | Loading commit data... | |
__init__.py | Loading commit data... | |
_ffi_api.py | Loading commit data... | |
buffer.py | Loading commit data... | |
data_layout.py | Loading commit data... | |
expr.py | Loading commit data... | |
function.py | Loading commit data... | |
generic.py | Loading commit data... | |
ir_builder.py | Loading commit data... | |
ir_pass.py | Loading commit data... | |
op.py | Loading commit data... | |
stmt.py | Loading commit data... |