commit | 196807b69eaa2f3eb35a1671075f8087445a4086 | [log] [tgz] |
---|---|---|
author | Nathan Luehr <nluehr@nvidia.com> | Fri Oct 15 15:18:48 2021 -0500 |
committer | Nathan Luehr <nluehr@nvidia.com> | Thu Nov 11 17:21:13 2021 -0600 |
tree | a313c791596b5d00a2edddcd3dfbf380f918d8ac | |
parent | 81b3be9133d3ecb8fb93723264a1317b4dd9a881 [diff] |
Add explanation to tensorfloat-32 disable decorator
diff --git a/tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py b/tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py index aa4197c..be9f3ce 100644 --- a/tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py +++ b/tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py
@@ -294,7 +294,8 @@ config.enable_tensor_float_32_execution(False) -@test_util.run_all_without_tensor_float_32("") +@test_util.run_all_without_tensor_float_32( + 'Linear op calls matmul which uses TensorFloat-32.') class LinearOperatorLowRankUpdateBroadcastsShape(test.TestCase): """Test that the operator's shape is the broadcast of arguments."""