Stephan Herhut
Stephan Herhut
It would be great to have a shared implementation for live variable analysis in core that could be used by various resource allocation schemes in tensorflow and others.
As discussed in the [RFC](https://groups.google.com/a/tensorflow.org/forum/#!msg/mlir/mt5foNR-xL4/cKPk03_cAQAJ) it would be great to have a way to express qualified symbols that refer to objects in nested modules (or otherwise nested scopes that carry...
The current loop-invariant code motion pass does not consider trip counts when optimizing loops. This should be added to avoid hoisting code out of loops that actually never execute and...