Improve comment in QrOpTest

This commit is contained in:
Reed 2020-08-18 20:32:08 -07:00
parent fa83fab56b
commit 92dc3cd54c

View File

@ -32,9 +32,9 @@ from tensorflow.python.platform import test
@test_util.run_all_without_tensor_float_32(
"It's unknown why this test requires TF32 to be disabled")
# TODO(reedwm): Determine why this test requires TF32 disabled. Debugging is
# difficult due to this test's flakiness
'XLA QR op calls matmul. Also, matmul used for verification. Also with '
'TF32, mysterious "Unable to launch cuBLAS gemm" error occasionally occurs')
# TODO(b/165435566): Fix "Unable to launch cuBLAS gemm" error
class QrOpTest(xla_test.XLATestCase, parameterized.TestCase):
def AdjustedNorm(self, x):