Commit 6cc63839 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Improve performance of layout assignment

Previously creating the layout constraints was proportional to the
number of buffers multiplied by the number of computations what is bad
when both of them is big.

The new implementation is proportional with the total number of
instructions by calculating the effected buffers from the tuple point
sets.

PiperOrigin-RevId: 204270924
parent 2b57d8d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment