ArithmeticOptimizer: Memoize computation of in-place ops.
Previously, for each op A, we walked the graph to find all connected in-place ops. This is a transitive relation so we can reference the results from previous lookups to avoid quadratic behavior on deep graphs. PiperOrigin-RevId: 226270951
Loading
Please sign in to comment