Name |
Last commit
|
Last update |
---|---|---|
.. | ||
container.cc | ||
reflection.cc | ||
repr_printer.cc | ||
serialization.cc | ||
structural_equal.cc | ||
structural_hash.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 |
---|---|---|
.. | ||
container.cc | Loading commit data... | |
reflection.cc | Loading commit data... | |
repr_printer.cc | Loading commit data... | |
serialization.cc | Loading commit data... | |
structural_equal.cc | Loading commit data... | |
structural_hash.cc | Loading commit data... |