[XLA] Consistently apply gpu-max-kernel-unroll-factor = 1 in HloTestBase.
authorJustin Lebar <jlebar@google.com>
Sat, 19 May 2018 07:37:18 +0000 (00:37 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 19 May 2018 07:40:09 +0000 (00:40 -0700)
commit9a11178ce1a3ba43da3f20a0dbe88e6a66735dff
tree084e78af4164bff1f290044e3772cf20c2583f5d
parente34dcfe39f2000a9a8b47c4986b77acbde1ca34e
[XLA] Consistently apply gpu-max-kernel-unroll-factor = 1 in HloTestBase.

Previously we set it in CreateNewModule but not in
GetDebugOptionsFromFlags(), which seems wrong.

PiperOrigin-RevId: 197247863
tensorflow/compiler/xla/tests/hlo_test_base.cc