Add missing colocated element in test in buffer_assignment_test.
authorMark Heffernan <meheff@google.com>
Wed, 2 May 2018 03:14:29 +0000 (20:14 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 2 May 2018 03:17:23 +0000 (20:17 -0700)
commit7715b7b0650c2f20b47189a060580a45e510acd8
tree9bdec673ce69795e34b2f3f520b64214f08471f7
parentb50f6325143486eb82b5654f8794f0771b54dd4d
Add missing colocated element in test in buffer_assignment_test.
This was resulting in a flaky test because sometimes the live set would include this missing colocated element perhaps because the buffers in the allocation has some nondeterministic order (read from a map?).

PiperOrigin-RevId: 195039311
tensorflow/compiler/xla/service/buffer_assignment_test.cc