==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 3 of 5): 2023-01-25 03:20:27.990421: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:28.049232: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:32.193928 281473343714144 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:20:32.195775 281473343714144 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:20:32.251729: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x27bcf2e0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:32.251787: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:32.294891: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:32.318752: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:32.364146: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.55s I0125 03:20:32.745365 281473343714144 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.55s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:20:32.745760 281473343714144 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:32.749681 281473343714144 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.05s I0125 03:20:33.799613 281473343714144 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.05s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:33.800019 281473343714144 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 1.605s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 3 of 5): 2023-01-25 03:20:35.135618: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:35.194494: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:36.799681 281473755476832 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:20:36.801905 281473755476832 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:20:36.884234: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x11d7a580 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:36.884300: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:36.923452: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:36.976969: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:37.062097: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.68s I0125 03:20:37.485398 281473755476832 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.68s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:20:37.485756 281473755476832 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:37.489086 281473755476832 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.11s I0125 03:20:38.603008 281473755476832 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.11s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:38.603427 281473755476832 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 1.802s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 3 of 5): 2023-01-25 03:20:39.889570: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:40.006567: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:41.480188 281473225552736 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:20:41.482074 281473225552736 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:20:41.543491: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3d7fb280 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:41.543560: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:41.558670: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:41.659330: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:41.751550: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.74s I0125 03:20:42.222719 281473225552736 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.74s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:20:42.223125 281473225552736 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:42.226405 281473225552736 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.06s I0125 03:20:43.282274 281473225552736 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.06s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:20:43.282614 281473225552736 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 1.801s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 4 of 5): 2023-01-25 03:20:28.276216: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:28.334699: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:32.194011 281473793553248 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:32.195716 281473793553248 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:20:32.251131: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x19b58ab0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:32.251199: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:32.546506: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:32.579504: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:32.666842: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.85s I0125 03:20:33.045611 281473793553248 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.85s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:33.046040 281473793553248 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:20:33.049503 281473793553248 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffffb97a7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffffb57edccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb97607a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffffb95e3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb97607a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff2206dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff22c7d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff22c380c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff22c33888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff22c80c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff21bceb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff21bd0640] [0xffffb3080060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff21a43170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff21a43af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff26f78a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffffb55823dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffffb9577624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffffb968149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 4 of 5): 2023-01-25 03:20:40.641059: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:40.699808: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:42.185404 281473355445088 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:42.187375 281473355445088 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:20:42.238657: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x24cba400 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:42.238728: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:42.254872: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:42.314720: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:42.363010: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.6s I0125 03:20:42.785019 281473355445088 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.6s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:42.785450 281473355445088 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:20:42.788908 281473355445088 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffff9f5d7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff9b61dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff9f5907a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff9f413d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff9f5907a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff07e9dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff08aad554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff08a680c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff08a63888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff08ab0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff079feb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff07a00640] [0xffff83680060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff07873170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff07873af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff0cda8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff9b3b23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff9f3a7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff9f4b149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 4 of 5): 2023-01-25 03:20:49.923072: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:50.002605: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:51.457072 281473802269536 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:51.459119 281473802269536 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:20:51.611442: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xa85a1a0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:51.611500: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:51.682966: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:51.722174: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:51.812433: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.69s I0125 03:20:52.150884 281473802269536 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.69s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:20:52.151210 281473802269536 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:20:52.154375 281473802269536 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffffb9ff7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffffb603dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb9fb07a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffffb9e33d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb9fb07a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff4a8bdd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff4b4cd554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff4b4880c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff4b483888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff4b4d0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff4a41eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff4a420640] [0xffffa4160060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff4a293170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff4a293af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff4f7c8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffffb5dd23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffffb9dc7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffffb9ed149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 2 of 5): 2023-01-25 03:20:28.055743: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:28.113723: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:32.193703 281473580561248 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:20:32.195735 281473580561248 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:20:32.281586: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x143075d0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:32.281650: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:32.777239: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:32.799685: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:32.824964: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffffacc87360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffffa88fdccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffacc407a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffffacac3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffacc407a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff4554dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff4615d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff461180c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff46113888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff46160c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff450aeb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff450b0640] [0xffffac6f0060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff44f23170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff44f23af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff4a458a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffffa86923dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffffaca57624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffffacb6149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 2 of 5): 2023-01-25 03:20:41.996172: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:42.053341: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:43.536515 281472937653088 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:20:43.538779 281472937653088 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:20:43.585744: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x30f0a5c0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:43.585824: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:44.143700: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:44.176243: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:44.277987: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff86767360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff827adccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff867207a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff865a3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff867207a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffeef02dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffeefc3d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffeefbf80c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffeefbf3888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffeefc40c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffeeeb8eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffeeeb90640] [0xffff861d0060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffeeea03170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffeeea03af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xfffef3f38a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff825423dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff86537624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff8664149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 2 of 5): 2023-01-25 03:20:54.258935: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:54.317109: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:55.805822 281473197241184 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:20:55.808035 281473197241184 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:20:55.860022: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x21dcb3b0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:55.860086: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:56.327578: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:56.350520: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:56.459287: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff95ef7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff91f3dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff95eb07a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff95d33d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff95eb07a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff447bdd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff453cd554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff453880c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff45383888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff453d0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff4431eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff44320640] [0xffff95960060] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff44193170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff44193af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff496c8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff91cd23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff95cc7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff95dd149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 5 of 5): 2023-01-25 03:20:28.364311: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:28.422457: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:32.214848 281473238659936 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:20:32.216976 281473238659936 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:20:32.272862: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x5a39560 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:32.272926: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:32.749130: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:32.781578: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:32.866458: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff98677360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff8ff1dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff986307a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff984b3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff986307a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff00f3dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff01b4d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff01b080c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff01b03888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff01b50c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff00a9eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff00aa0640] [0xffff980e00ec] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff00913170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff00913af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff05e48a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff8fcb23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff98447624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff9855149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 5 of 5): 2023-01-25 03:20:42.267701: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:42.326441: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:43.754816 281473119581024 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:20:43.756699 281473119581024 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:20:43.805894: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3ab7a260 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:43.805976: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:44.258441: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:44.285535: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:44.351965: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff914e7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff8d52dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff914a07a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff91323d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff914a07a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffefddadd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffefe9bd554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffefe9780c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffefe973888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffefe9c0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffefd90eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffefd910640] [0xffff90f500ec] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffefd783170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffefd783af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff02cb8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff8d2c23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff912b7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff913c149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu (shard 5 of 5): 2023-01-25 03:20:54.206453: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:20:54.264041: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:20:55.820535 281473613329248 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:20:55.822721 281473613329248 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:20:55.879631: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xd3aa1c0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:20:55.879680: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:20:56.586655: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:20:56.653763: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:20:56.709756: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffffaebc7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffffaac0dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffaeb807a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffffaea03d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffaeb807a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff1748dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff1809d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff180580c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff18053888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff180a0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff16feeb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff16ff0640] [0xffffae6300ec] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff16e63170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff16e63af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff1c398a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffffaa9a23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffffae997624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffffaeaa149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 2 of 10): 2023-01-25 03:21:10.258356: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:10.316298: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:14.520871 281472827880288 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:14.525449 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:21:14.632454: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3a5d280 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:14.632508: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:14.657045: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:14.677467: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:14.754409: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.33s I0125 03:21:14.857209 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.33s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:14.857620 281472827880288 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:14.861377 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.11s I0125 03:21:14.966618 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:14.967029 281472827880288 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:14.967902 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.1s I0125 03:21:15.069286 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:15.069692 281472827880288 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:15.070534 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:21:15.156752 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:15.157171 281472827880288 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:15.158717 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.1s I0125 03:21:15.257346 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:15.257730 281472827880288 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.258580 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.09s I0125 03:21:15.347293 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.347670 281472827880288 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:15.348495 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.12s I0125 03:21:15.468523 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:15.468915 281472827880288 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:21:15.470454 281472827880288 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.1s I0125 03:21:15.567259 281472827880288 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:21:15.567668 281472827880288 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.568620 281472827880288 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.08s I0125 03:21:15.646737 281472827880288 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.647145 281472827880288 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:15.648653 281472827880288 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s I0125 03:21:15.686363 281472827880288 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:15.686746 281472827880288 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 1.163s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 2 of 10): 2023-01-25 03:21:17.322283: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:17.399290: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:18.698271 281473850766176 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:18.703042 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:21:18.753563: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x322c2a90 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:18.753623: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:18.765431: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:18.838740: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:18.909817: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.27s I0125 03:21:18.972259 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.27s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:18.972748 281473850766176 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:18.976229 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.05s I0125 03:21:19.025251 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:19.025558 281473850766176 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:19.026282 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.14s I0125 03:21:19.169748 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.14s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:19.170072 281473850766176 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.170794 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.16s I0125 03:21:19.327263 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.16s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.327583 281473850766176 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:19.329089 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.05s I0125 03:21:19.382382 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:19.382689 281473850766176 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.383424 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.06s I0125 03:21:19.440850 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.441167 281473850766176 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:19.441900 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.08s I0125 03:21:19.526789 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:19.527189 281473850766176 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:21:19.528806 281473850766176 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.06s I0125 03:21:19.585542 281473850766176 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:21:19.585866 281473850766176 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.586714 281473850766176 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.06s I0125 03:21:19.651727 281473850766176 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.652052 281473850766176 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.653505 281473850766176 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s I0125 03:21:19.692292 281473850766176 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.692580 281473850766176 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.991s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 2 of 10): 2023-01-25 03:21:20.986930: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:21.045601: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:22.429371 281472854881120 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:22.433981 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:21:22.787562: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x1d90def0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:22.787623: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:22.802341: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:22.817126: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:22.859616: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.45s I0125 03:21:22.880380 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.45s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:22.880689 281472854881120 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:22.884275 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.08s I0125 03:21:22.967094 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:21:22.967408 281472854881120 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:22.968112 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.05s I0125 03:21:23.016357 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:21:23.016676 281472854881120 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:23.017387 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.08s I0125 03:21:23.100839 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:23.101149 281472854881120 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:23.102428 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.05s I0125 03:21:23.156025 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:23.156365 281472854881120 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.157065 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.06s I0125 03:21:23.213267 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.213588 281472854881120 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:23.214295 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.06s I0125 03:21:23.275992 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:21:23.276397 281472854881120 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:21:23.277751 281472854881120 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.05s I0125 03:21:23.331233 281472854881120 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:21:23.331560 281472854881120 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.332350 281472854881120 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.05s I0125 03:21:23.383936 281472854881120 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.384276 281472854881120 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:23.385688 281472854881120 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s I0125 03:21:23.422413 281472854881120 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:23.422735 281472854881120 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.990s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 1 of 10): 2023-01-25 03:21:10.193016: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:10.250953: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:14.526358 281473114272608 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:14.530971 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:21:14.585587: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x24ec07f0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:14.585632: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:14.599903: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:14.723453: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:14.775482: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.3s I0125 03:21:14.827516 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.3s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:14.827911 281473114272608 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:14.832112 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.05s I0125 03:21:14.884849 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:14.885250 281473114272608 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:14.886156 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.07s I0125 03:21:14.957320 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:14.957739 281473114272608 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:14.958621 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.12s I0125 03:21:15.077160 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:15.077547 281473114272608 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:15.079165 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s I0125 03:21:15.176570 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:15.177000 281473114272608 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.177879 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.07s I0125 03:21:15.247199 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.247612 281473114272608 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:15.248471 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.1s I0125 03:21:15.347554 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:15.347934 281473114272608 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:21:15.349528 281473114272608 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.07s I0125 03:21:15.416390 281473114272608 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:21:15.416785 281473114272608 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.417707 281473114272608 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.07s I0125 03:21:15.490556 281473114272608 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.490966 281473114272608 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:15.492555 281473114272608 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.1s I0125 03:21:15.597416 281473114272608 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:15.597822 281473114272608 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.068s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 1 of 10): 2023-01-25 03:21:17.162441: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:17.222833: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:18.615899 281473675916128 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:18.621075 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:21:18.676387: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3a3f7d20 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:18.676446: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:18.691116: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:18.730867: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:18.796108: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.2s I0125 03:21:18.825795 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.2s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:18.826229 281473675916128 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:18.829992 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.09s I0125 03:21:18.918335 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:18.918752 281473675916128 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:18.919589 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.06s I0125 03:21:18.980057 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:18.980455 281473675916128 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:18.981251 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.11s I0125 03:21:19.089115 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:19.089523 281473675916128 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:19.091059 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s I0125 03:21:19.187022 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:19.187424 281473675916128 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:19.188244 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.08s I0125 03:21:19.268379 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:19.268787 281473675916128 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:19.269622 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.17s I0125 03:21:19.437264 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.17s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:19.437647 281473675916128 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:21:19.439096 281473675916128 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.09s I0125 03:21:19.527996 281473675916128 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:21:19.528365 281473675916128 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:19.529277 281473675916128 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.08s I0125 03:21:19.606593 281473675916128 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:19.606992 281473675916128 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:19.608462 281473675916128 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.11s I0125 03:21:19.717267 281473675916128 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:19.717672 281473675916128 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.098s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 1 of 10): 2023-01-25 03:21:21.121129: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:21.193947: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:22.594835 281473253798752 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:22.599524 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:21:22.776837: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x33852190 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:22.776897: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:22.790102: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:22.804606: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:22.846556: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.27s I0125 03:21:22.866822 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.27s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:22.867147 281473253798752 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:22.870625 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.11s I0125 03:21:22.977249 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:21:22.977571 281473253798752 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:22.978275 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.07s I0125 03:21:23.049047 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:21:23.049357 281473253798752 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.050052 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.09s I0125 03:21:23.144742 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.145060 281473253798752 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:23.146440 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.07s I0125 03:21:23.216885 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:23.217192 281473253798752 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:23.217911 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.05s I0125 03:21:23.271436 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:23.271754 281473253798752 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:23.272426 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.09s I0125 03:21:23.363720 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:21:23.364036 281473253798752 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:21:23.365395 281473253798752 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.06s I0125 03:21:23.429280 281473253798752 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:21:23.429604 281473253798752 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:23.430387 281473253798752 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.07s I0125 03:21:23.498214 281473253798752 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:23.498545 281473253798752 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.499841 281473253798752 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.06s I0125 03:21:23.557443 281473253798752 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.557764 281473253798752 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 0.960s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 10 of 10): 2023-01-25 03:21:14.275150: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:14.334144: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:15.748295 281473692955488 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.753359 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:21:15.809770: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x172127b0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:15.809832: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:15.824172: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:15.847358: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:15.908068: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s I0125 03:21:15.923875 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:15.924305 281473692955488 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:15.925368 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.11s I0125 03:21:16.034786 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:16.035111 281473692955488 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:16.038635 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.1s I0125 03:21:16.137473 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:16.137899 281473692955488 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:16.139244 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.05s I0125 03:21:16.193865 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:16.194279 281473692955488 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:16.195124 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.05s I0125 03:21:16.250111 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:16.250458 281473692955488 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:16.251260 281473692955488 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:21:16.263785: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.05s I0125 03:21:16.299466 281473692955488 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:16.299812 281473692955488 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:16.300704 281473692955488 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.04s I0125 03:21:16.344492 281473692955488 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:16.344785 281473692955488 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:16.346206 281473692955488 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.04s I0125 03:21:16.383951 281473692955488 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:16.384291 281473692955488 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 0.633s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 10 of 10): 2023-01-25 03:21:17.906249: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:17.964568: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:19.225940 281472811889504 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.230574 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:21:19.285779: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x2148de50 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:19.285834: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:19.298471: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:19.313951: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:19.372203: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s I0125 03:21:19.397444 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:19.397759 281472811889504 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:19.398485 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.14s I0125 03:21:19.536615 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.14s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:19.536916 281472811889504 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:19.540237 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.05s I0125 03:21:19.585512 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:19.585821 281472811889504 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:19.586960 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.05s I0125 03:21:19.637615 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:19.637945 281472811889504 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:19.638634 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s I0125 03:21:19.737724 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:19.738063 281472811889504 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:19.738752 281472811889504 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:21:19.750954: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s I0125 03:21:19.797226 281472811889504 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:19.797539 281472811889504 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:19.798339 281472811889504 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.07s I0125 03:21:19.867776 281472811889504 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:19.868187 281472811889504 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:19.869854 281472811889504 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.06s I0125 03:21:19.925893 281472811889504 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:19.926351 281472811889504 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 0.698s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 10 of 10): 2023-01-25 03:21:21.577607: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:21.637211: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:23.034626 281473085829984 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.040055 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:21:23.101741: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x1465e130 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:23.101793: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:23.113860: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:23.127603: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:23.201021: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.18s I0125 03:21:23.219136 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.18s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:21:23.219424 281473085829984 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:23.220127 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.12s I0125 03:21:23.340149 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:23.340486 281473085829984 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:23.343950 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.05s I0125 03:21:23.394170 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:23.394513 281473085829984 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:23.395650 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.06s I0125 03:21:23.457118 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:23.457448 281473085829984 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:23.458202 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.05s I0125 03:21:23.503782 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:21:23.504093 281473085829984 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:23.504793 281473085829984 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:21:23.526866: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.05s I0125 03:21:23.557781 281473085829984 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:21:23.558071 281473085829984 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:23.558861 281473085829984 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.04s I0125 03:21:23.603035 281473085829984 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:21:23.603363 281473085829984 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:23.604848 281473085829984 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.12s I0125 03:21:23.727164 281473085829984 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:21:23.727501 281473085829984 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 0.689s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 9 of 10): 2023-01-25 03:21:14.117972: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:14.177358: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:15.502343 281473235055456 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.506884 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:21:15.571096: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x18212690 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:15.571149: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:15.584932: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:15.669125: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:15.712021: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.21s I0125 03:21:15.720115 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.21s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:15.720420 281473235055456 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:15.721152 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.1s I0125 03:21:15.821993 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:15.822314 281473235055456 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:15.825707 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s I0125 03:21:15.881836 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:15.882143 281473235055456 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:21:15.882859 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:21:15.883101 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:15.883255 281473235055456 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:15.883814 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.06s I0125 03:21:15.947523 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:15.947872 281473235055456 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:15.948576 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s I0125 03:21:16.011099 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:16.011420 281473235055456 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:16.012133 281473235055456 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:21:16.024730: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.04s I0125 03:21:16.056684 281473235055456 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.04s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:16.056994 281473235055456 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:16.057785 281473235055456 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s I0125 03:21:16.124220 281473235055456 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:16.124490 281473235055456 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:16.125699 281473235055456 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.05s I0125 03:21:16.172238 281473235055456 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:16.172538 281473235055456 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 0.667s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 9 of 10): 2023-01-25 03:21:17.448906: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:17.507629: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:18.825522 281473765503840 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:18.830081 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:21:18.923898: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x4d02ad0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:18.923970: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:19.007309: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:19.024391: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:19.114030: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.37s I0125 03:21:19.196424 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.37s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:19.196735 281473765503840 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:19.197445 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.11s I0125 03:21:19.304845 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:19.305152 281473765503840 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:19.308456 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s I0125 03:21:19.367599 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:19.367923 281473765503840 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:21:19.368625 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:21:19.368865 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:19.369018 281473765503840 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:19.369560 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.06s I0125 03:21:19.429769 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:19.430254 281473765503840 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:19.430966 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s I0125 03:21:19.486580 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:19.486876 281473765503840 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:19.487564 281473765503840 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:21:19.499745: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.04s I0125 03:21:19.523838 281473765503840 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.04s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:19.524142 281473765503840 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:19.524917 281473765503840 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s I0125 03:21:19.591798 281473765503840 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:19.592100 281473765503840 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:19.593317 281473765503840 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.07s I0125 03:21:19.662092 281473765503840 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:19.662398 281473765503840 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 0.834s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 9 of 10): 2023-01-25 03:21:21.239910: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:21.298662: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:22.715757 281472859075424 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:21:22.720282 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:21:22.857968: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x2b20f170 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:22.858028: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:22.870136: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:23.033153: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:23.081099: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.4s I0125 03:21:23.116436 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.4s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:21:23.117547 281472859075424 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:23.118327 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.15s I0125 03:21:23.266343 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:23.266688 281472859075424 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:23.270233 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s I0125 03:21:23.332642 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:23.332965 281472859075424 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:21:23.333869 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:21:23.334118 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:23.334273 281472859075424 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:23.334873 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.1s I0125 03:21:23.435913 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:23.436361 281472859075424 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:23.437312 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s I0125 03:21:23.498607 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:21:23.498985 281472859075424 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:23.499909 281472859075424 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:21:23.513333: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.05s I0125 03:21:23.546718 281472859075424 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:21:23.547137 281472859075424 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:23.548200 281472859075424 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s I0125 03:21:23.615758 281472859075424 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:21:23.616221 281472859075424 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:23.618123 281472859075424 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s I0125 03:21:23.716708 281472859075424 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:21:23.717146 281472859075424 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 0.999s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 7 of 10): 2023-01-25 03:21:14.495798: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:14.555609: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:15.887041 281473054176096 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:15.891795 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:21:16.099725: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x23909a80 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:16.099783: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:16.112707: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:16.147309: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:16.196519: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.33s I0125 03:21:16.224384 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.33s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:16.224708 281473054176096 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:16.225439 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.06s I0125 03:21:16.281336 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:16.281653 281473054176096 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:16.282374 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.06s I0125 03:21:16.343070 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:16.343391 281473054176096 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:16.344103 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.06s I0125 03:21:16.407672 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:16.407989 281473054176096 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:16.408812 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.06s I0125 03:21:16.469231 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:16.469552 281473054176096 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:16.470280 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.06s I0125 03:21:16.527967 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:16.528302 281473054176096 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:16.529056 281473054176096 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.11s I0125 03:21:16.638221 281473054176096 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:16.638546 281473054176096 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:16.642147 281473054176096 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.06s I0125 03:21:16.705513 281473054176096 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:16.705857 281473054176096 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:16.706572 281473054176096 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.13s I0125 03:21:16.837727 281473054176096 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.13s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:16.838079 281473054176096 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:21:16.839377 281473054176096 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:21:16.839638 281473054176096 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:16.839801 281473054176096 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 0.949s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 7 of 10): 2023-01-25 03:21:18.211632: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:18.269974: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:19.539957 281472907244384 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:19.544673 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:21:19.621799: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x40b82640 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:19.621860: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:19.633819: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:19.777953: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:19.807348: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.28s I0125 03:21:19.829460 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.28s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:19.829782 281472907244384 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:19.830518 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.08s I0125 03:21:19.907274 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:19.907599 281472907244384 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:19.908343 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s I0125 03:21:19.987357 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:19.987679 281472907244384 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:19.988438 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.07s I0125 03:21:20.061021 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:20.061373 281472907244384 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:20.062224 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.05s I0125 03:21:20.116021 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:20.116356 281472907244384 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:20.117110 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.05s I0125 03:21:20.167530 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:20.167856 281472907244384 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:20.168558 281472907244384 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.17s I0125 03:21:20.337666 281472907244384 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.17s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:20.337982 281472907244384 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:20.341547 281472907244384 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.06s I0125 03:21:20.399181 281472907244384 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.06s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:20.399491 281472907244384 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:20.400158 281472907244384 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.15s I0125 03:21:20.552610 281472907244384 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:20.552930 281472907244384 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:21:20.554280 281472907244384 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:21:20.554530 281472907244384 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:20.554687 281472907244384 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.011s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 7 of 10): 2023-01-25 03:21:21.911238: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:21.970545: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:23.311219 281473404138336 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:23.315930 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:21:23.365767: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3b972710 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:23.365821: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:23.378772: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:23.394416: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:23.431503: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.13s I0125 03:21:23.445111 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.13s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:21:23.445453 281473404138336 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:23.446207 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.05s I0125 03:21:23.499112 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:21:23.499395 281473404138336 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:23.500072 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s I0125 03:21:23.576643 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:23.576948 281473404138336 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:23.577662 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.07s I0125 03:21:23.649812 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:21:23.650158 281473404138336 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:23.650990 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.07s I0125 03:21:23.716815 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:21:23.717118 281473404138336 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:23.717818 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.05s I0125 03:21:23.771333 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.05s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:21:23.771630 281473404138336 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.772351 281473404138336 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.09s I0125 03:21:23.858767 281473404138336 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:21:23.859123 281473404138336 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:21:23.862938 281473404138336 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.07s I0125 03:21:23.928035 281473404138336 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:21:23.928382 281473404138336 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:23.929088 281473404138336 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s I0125 03:21:24.010859 281473404138336 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:21:24.011197 281473404138336 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:21:24.012845 281473404138336 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:21:24.013118 281473404138336 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:21:24.013274 281473404138336 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 0.698s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 8 of 10): 2023-01-25 03:21:14.398870: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:14.457584: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:15.787489 281473463120736 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:15.792225 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:21:15.840095: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x2d587ee0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:15.840148: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:15.911237: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:15.927866: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:15.957018: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.2s I0125 03:21:15.994508 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.2s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:15.994851 281473463120736 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:15.995595 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.07s I0125 03:21:16.068566 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:16.068879 281473463120736 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:16.069575 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.05s I0125 03:21:16.122016 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:16.122314 281473463120736 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:16.122995 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.05s I0125 03:21:16.170433 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:16.170764 281473463120736 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:16.171557 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.06s I0125 03:21:16.234049 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:16.234385 281473463120736 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:16.235107 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.07s I0125 03:21:16.307439 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:16.307765 281473463120736 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:16.308507 281473463120736 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:21:16.396842 281473463120736 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:16.397143 281473463120736 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:16.400739 281473463120736 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.06s I0125 03:21:16.456271 281473463120736 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:16.456602 281473463120736 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:16.457284 281473463120736 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.07s I0125 03:21:16.528112 281473463120736 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:16.528390 281473463120736 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.738s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 8 of 10): 2023-01-25 03:21:17.867435: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:17.924696: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:19.201619 281473040413536 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:19.207682 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:21:19.271574: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xec0d1f0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:19.271629: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:19.283974: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:19.434099: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:19.462226: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.27s I0125 03:21:19.481229 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.27s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:19.481565 281473040413536 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:19.482329 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s I0125 03:21:19.566520 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:19.566866 281473040413536 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:19.567562 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s I0125 03:21:19.627629 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:19.627941 281473040413536 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:19.628614 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.06s I0125 03:21:19.687571 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:19.688003 281473040413536 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:19.689053 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.09s I0125 03:21:19.777684 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:19.778114 281473040413536 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:19.779061 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s I0125 03:21:19.877405 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:19.877844 281473040413536 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.878778 281473040413536 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:21:19.964259 281473040413536 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:19.964708 281473040413536 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:19.968676 281473040413536 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.07s I0125 03:21:20.038101 281473040413536 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:20.038554 281473040413536 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:20.039510 281473040413536 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s I0125 03:21:20.097768 281473040413536 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:20.098193 281473040413536 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.894s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu (shard 8 of 10): 2023-01-25 03:21:22.274454: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:21:22.333443: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:21:23.652357 281473355182944 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:23.657176 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:21:23.709928: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x11d921f0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:21:23.709987: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:21:23.806402: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:21:23.866318: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:21:23.923866: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.33s I0125 03:21:23.987598 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.33s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:21:23.987946 281473355182944 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:23.988709 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.05s I0125 03:21:24.041708 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:21:24.042069 281473355182944 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:24.042783 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s I0125 03:21:24.098330 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:24.098669 281473355182944 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:24.099411 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.05s I0125 03:21:24.152665 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.05s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:21:24.152977 281473355182944 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:24.153780 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.06s I0125 03:21:24.210069 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:21:24.210392 281473355182944 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:24.211114 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.06s I0125 03:21:24.266522 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:21:24.266830 281473355182944 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:21:24.267560 281473355182944 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:21:24.359409 281473355182944 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:21:24.359711 281473355182944 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:21:24.363337 281473355182944 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.04s I0125 03:21:24.403529 281473355182944 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.04s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:21:24.403821 281473355182944 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:24.404454 281473355182944 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.08s I0125 03:21:24.482237 281473355182944 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:21:24.482522 281473355182944 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.827s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/core/platform:ram_file_system_test: 2023-01-25 03:23:10.484914: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:23:10.604387: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/core/platform/ram_file_system_test.py", line 21, in from tensorflow.python.estimator.estimator import Estimator File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/estimator/estimator.py", line 22, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/core/platform:ram_file_system_test: 2023-01-25 03:23:22.009640: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:23:22.068386: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/core/platform/ram_file_system_test.py", line 21, in from tensorflow.python.estimator.estimator import Estimator File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/estimator/estimator.py", line 22, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/core/platform:ram_file_system_test: 2023-01-25 03:23:27.352698: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:23:27.410687: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/core/platform/ram_file_system_test.py", line 21, in from tensorflow.python.estimator.estimator import Estimator File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/estimator/estimator.py", line 22, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/core/platform/ram_file_system_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/tools/docs:tf_doctest (shard 4 of 4): 2023-01-25 03:29:58.439102: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:29:58.497653: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.saving.functional_saver has been moved to tensorflow.python.checkpoint.functional_saver. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.autotrackable has been moved to tensorflow.python.trackable.autotrackable. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.graph_view has been moved to tensorflow.python.checkpoint.graph_view. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.trackable_utils has been moved to tensorflow.python.trackable.trackable_utils. The old module will be deleted in version 2.11. [ RUN ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch 2023-01-25 03:30:10.322952: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'args_0' with dtype int64 [[{{node args_0}}]] WARNING:tensorflow:From :2: dense_to_ragged_batch (from tensorflow.python.data.experimental.ops.batching) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.ragged_batch` instead. 2023-01-25 03:30:10.472071: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'Placeholder/_0' with dtype int64 and shape [6] [[{{node Placeholder/_0}}]] INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.62s [ OK ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.distribute 2023-01-25 03:30:10.603692: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:10.603751: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:33463 2023-01-25 03:30:10.636314: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:33463 2023-01-25 03:30:10.636630: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:36627 2023-01-25 03:30:10.655140: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:33463 2023-01-25 03:30:10.655454: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:38539 2023-01-25 03:30:12.098369: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:12.098432: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:39405 2023-01-25 03:30:12.099076: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 33463 2023-01-25 03:30:12.148208: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39405 2023-01-25 03:30:12.148413: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:41911 2023-01-25 03:30:12.155893: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39405 2023-01-25 03:30:12.156154: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:36793 2023-01-25 03:30:12.237691: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 38539 2023-01-25 03:30:12.311510: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 36627 2023-01-25 03:30:13.649223: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:13.649267: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:39705 2023-01-25 03:30:13.650239: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 39405 2023-01-25 03:30:13.667990: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39705 2023-01-25 03:30:13.668218: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:42813 2023-01-25 03:30:13.670505: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39705 2023-01-25 03:30:13.670736: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:40531 2023-01-25 03:30:13.739497: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 36793 2023-01-25 03:30:13.776545: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 41911 INFO:tensorflow:time(__main__.TfTestCase.runTest): 4.41s 2023-01-25 03:30:15.009914: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 39705 2023-01-25 03:30:15.053510: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 40531 2023-01-25 03:30:15.118797: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 42813 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.distribute [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id 2023-01-25 03:30:15.133089: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:15.133177: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:43389 2023-01-25 03:30:15.196740: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:43389 2023-01-25 03:30:15.197034: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:46867 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.41s 2023-01-25 03:30:16.537921: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 43389 2023-01-25 03:30:16.576479: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 46867 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset 2023-01-25 03:30:16.607696: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:16.607777: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:39059 2023-01-25 03:30:16.610482: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39059 2023-01-25 03:30:16.610696: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:43835 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.19s 2023-01-25 03:30:17.771236: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 39059 2023-01-25 03:30:17.825312: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 43835 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset [ RUN ] tensorflow.python.eager.context.executing_eagerly INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.16s [ OK ] tensorflow.python.eager.context.executing_eagerly [ RUN ] tensorflow.python.eager.context.executing_eagerly_v1 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.eager.context.executing_eagerly_v1 [ RUN ] tensorflow.python.eager.context.set_log_device_placement INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.eager.context.set_log_device_placement [ RUN ] tensorflow.python.framework.constant_op.constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.framework.constant_op.constant [ RUN ] tensorflow.python.framework.errors_impl.CancelledError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.errors_impl.CancelledError [ RUN ] tensorflow.python.framework.errors_impl.InvalidArgumentError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.errors_impl.InvalidArgumentError [ RUN ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError [ RUN ] tensorflow.python.framework.tensor_util.constant_value INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.tensor_util.constant_value [ RUN ] tensorflow.python.ops.array_ops.boolean_mask_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.array_ops.boolean_mask_v2 [ RUN ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape [ RUN ] tensorflow.python.ops.array_ops.broadcast_static_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.broadcast_static_shape [ RUN ] tensorflow.python.ops.array_ops.concat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.concat [ RUN ] tensorflow.python.ops.array_ops.edit_distance INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.edit_distance [ RUN ] tensorflow.python.ops.array_ops.expand_dims INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.expand_dims [ RUN ] tensorflow.python.ops.array_ops.expand_dims_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.expand_dims_v2 [ RUN ] tensorflow.python.ops.array_ops.fill INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.fill [ RUN ] tensorflow.python.ops.array_ops.gather INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.array_ops.gather [ RUN ] tensorflow.python.ops.array_ops.gather_nd INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.15s [ OK ] tensorflow.python.ops.array_ops.gather_nd [ RUN ] tensorflow.python.ops.array_ops.gather_nd_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.12s [ OK ] tensorflow.python.ops.array_ops.gather_nd_v2 [ RUN ] tensorflow.python.ops.array_ops.gather_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.array_ops.gather_v2 [ RUN ] tensorflow.python.ops.array_ops.identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.identity [ RUN ] tensorflow.python.ops.array_ops.ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.ones [ RUN ] tensorflow.python.ops.array_ops.ones_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.ones_like_v2 [ RUN ] tensorflow.python.ops.array_ops.placeholder_with_default INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.53s [ OK ] tensorflow.python.ops.array_ops.placeholder_with_default [ RUN ] tensorflow.python.ops.array_ops.repeat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.22s [ OK ] tensorflow.python.ops.array_ops.repeat [ RUN ] tensorflow.python.ops.array_ops.repeat_with_axis INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.11s [ OK ] tensorflow.python.ops.array_ops.repeat_with_axis [ RUN ] tensorflow.python.ops.array_ops.reshape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.reshape [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence_v2 [ RUN ] tensorflow.python.ops.array_ops.searchsorted INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.array_ops.searchsorted [ RUN ] tensorflow.python.ops.array_ops.shape_n INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.shape_n [ RUN ] tensorflow.python.ops.array_ops.shape_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.shape_v2 [ RUN ] tensorflow.python.ops.array_ops.size_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.size_v2 [ RUN ] tensorflow.python.ops.array_ops.split INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.array_ops.split [ RUN ] tensorflow.python.ops.array_ops.squeeze INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.squeeze [ RUN ] tensorflow.python.ops.array_ops.stack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.stack [ RUN ] tensorflow.python.ops.array_ops.tensor_diag_part INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.tensor_diag_part [ RUN ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.14s [ OK ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update [ RUN ] tensorflow.python.ops.array_ops.transpose_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.transpose_v2 [ RUN ] tensorflow.python.ops.array_ops.unstack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.19s [ OK ] tensorflow.python.ops.array_ops.unstack [ RUN ] tensorflow.python.ops.array_ops.where INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.where [ RUN ] tensorflow.python.ops.array_ops.where_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.13s [ OK ] tensorflow.python.ops.array_ops.where_v2 [ RUN ] tensorflow.python.ops.array_ops.zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.zeros [ RUN ] tensorflow.python.ops.array_ops.zeros_like INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like [ RUN ] tensorflow.python.ops.array_ops.zeros_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like_v2 [ RUN ] tensorflow.python.ops.gradients_impl.gradients_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.52s [ OK ] tensorflow.python.ops.gradients_impl.gradients_v2 [ RUN ] tensorflow.python.ops.init_ops_v2.Constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.Constant [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotNormal [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotUniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotUniform [ RUN ] tensorflow.python.ops.init_ops_v2.Identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.init_ops_v2.Identity [ RUN ] tensorflow.python.ops.init_ops_v2.Ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.Ones [ RUN ] tensorflow.python.ops.init_ops_v2.Orthogonal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer Orthogonal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.Orthogonal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomNormal INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.RandomNormal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomUniform INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.RandomUniform [ RUN ] tensorflow.python.ops.init_ops_v2.TruncatedNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer TruncatedNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.TruncatedNormal [ RUN ] tensorflow.python.ops.init_ops_v2.VarianceScaling /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer VarianceScaling is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.VarianceScaling [ RUN ] tensorflow.python.ops.init_ops_v2.Zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.Zeros [ RUN ] tensorflow.python.ops.init_ops_v2.he_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.he_normal [ RUN ] tensorflow.python.ops.init_ops_v2.he_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.he_uniform [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_normal [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_uniform [ RUN ] tensorflow.python.ops.nn_ops INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.13s [ OK ] tensorflow.python.ops.nn_ops [ RUN ] tensorflow.python.ops.nn_ops.approx_max_k 2023-01-25 03:30:22.673636: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x39592c80 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:30:22.673712: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:30:22.753884: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffffa8b67360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/execute.py", line 52 in quick_execute File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 381 in call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 1757 in _call_flat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 968 in _call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 896 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/util/traceback_utils.py", line 141 in error_handler File "", line 1 in File "/usr/lib/python3.8/doctest.py", line 1336 in __run File "/usr/lib/python3.8/doctest.py", line 1483 in run File "/usr/lib/python3.8/doctest.py", line 2198 in runTest File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2164 in main_function File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2166 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/tools/docs/tf_doctest.py", line 225 in ================================================================================ ==================== Test output for //tensorflow/tools/docs:tf_doctest (shard 4 of 4): 2023-01-25 03:30:28.270661: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:30:28.369659: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.saving.functional_saver has been moved to tensorflow.python.checkpoint.functional_saver. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.autotrackable has been moved to tensorflow.python.trackable.autotrackable. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.graph_view has been moved to tensorflow.python.checkpoint.graph_view. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.trackable_utils has been moved to tensorflow.python.trackable.trackable_utils. The old module will be deleted in version 2.11. [ RUN ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch 2023-01-25 03:30:33.933988: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'args_0' with dtype int64 [[{{node args_0}}]] WARNING:tensorflow:From :2: dense_to_ragged_batch (from tensorflow.python.data.experimental.ops.batching) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.ragged_batch` instead. 2023-01-25 03:30:33.979373: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'Placeholder/_0' with dtype int64 and shape [6] [[{{node Placeholder/_0}}]] INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.33s [ OK ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.distribute 2023-01-25 03:30:34.158008: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:34.158074: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:45949 2023-01-25 03:30:34.160964: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:45949 2023-01-25 03:30:34.161197: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:39799 2023-01-25 03:30:34.163032: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:45949 2023-01-25 03:30:34.163242: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:42691 2023-01-25 03:30:35.367384: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:35.367443: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:42367 2023-01-25 03:30:35.368472: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 45949 2023-01-25 03:30:35.396846: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:42367 2023-01-25 03:30:35.397088: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:39045 2023-01-25 03:30:35.417579: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:42367 2023-01-25 03:30:35.417839: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:34033 2023-01-25 03:30:35.436603: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 42691 2023-01-25 03:30:35.477423: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 39799 2023-01-25 03:30:36.888356: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:36.888416: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:35611 2023-01-25 03:30:36.889502: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 42367 2023-01-25 03:30:36.917378: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:35611 2023-01-25 03:30:36.917569: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:42921 2023-01-25 03:30:36.936660: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:35611 2023-01-25 03:30:36.936939: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:37885 2023-01-25 03:30:36.978214: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 34033 2023-01-25 03:30:37.001389: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 39045 INFO:tensorflow:time(__main__.TfTestCase.runTest): 4.13s 2023-01-25 03:30:38.278659: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 35611 2023-01-25 03:30:38.347742: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 37885 2023-01-25 03:30:38.438820: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 42921 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.distribute [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id 2023-01-25 03:30:38.468431: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:38.468517: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:37243 2023-01-25 03:30:38.507560: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:37243 2023-01-25 03:30:38.507844: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:45301 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.22s 2023-01-25 03:30:39.660416: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 37243 2023-01-25 03:30:39.711580: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 45301 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset 2023-01-25 03:30:39.725171: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:39.725259: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:39683 2023-01-25 03:30:39.733942: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:39683 2023-01-25 03:30:39.734200: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:40105 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.41s 2023-01-25 03:30:41.125561: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 39683 2023-01-25 03:30:41.156363: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 40105 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset [ RUN ] tensorflow.python.eager.context.executing_eagerly INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.eager.context.executing_eagerly [ RUN ] tensorflow.python.eager.context.executing_eagerly_v1 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.eager.context.executing_eagerly_v1 [ RUN ] tensorflow.python.eager.context.set_log_device_placement INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.eager.context.set_log_device_placement [ RUN ] tensorflow.python.framework.constant_op.constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.framework.constant_op.constant [ RUN ] tensorflow.python.framework.errors_impl.CancelledError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.framework.errors_impl.CancelledError [ RUN ] tensorflow.python.framework.errors_impl.InvalidArgumentError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.errors_impl.InvalidArgumentError [ RUN ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError [ RUN ] tensorflow.python.framework.tensor_util.constant_value INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.framework.tensor_util.constant_value [ RUN ] tensorflow.python.ops.array_ops.boolean_mask_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.array_ops.boolean_mask_v2 [ RUN ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape [ RUN ] tensorflow.python.ops.array_ops.broadcast_static_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.broadcast_static_shape [ RUN ] tensorflow.python.ops.array_ops.concat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.concat [ RUN ] tensorflow.python.ops.array_ops.edit_distance INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.edit_distance [ RUN ] tensorflow.python.ops.array_ops.expand_dims INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.expand_dims [ RUN ] tensorflow.python.ops.array_ops.expand_dims_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.expand_dims_v2 [ RUN ] tensorflow.python.ops.array_ops.fill INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.fill [ RUN ] tensorflow.python.ops.array_ops.gather INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.11s [ OK ] tensorflow.python.ops.array_ops.gather [ RUN ] tensorflow.python.ops.array_ops.gather_nd INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.18s [ OK ] tensorflow.python.ops.array_ops.gather_nd [ RUN ] tensorflow.python.ops.array_ops.gather_nd_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.13s [ OK ] tensorflow.python.ops.array_ops.gather_nd_v2 [ RUN ] tensorflow.python.ops.array_ops.gather_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.array_ops.gather_v2 [ RUN ] tensorflow.python.ops.array_ops.identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.05s [ OK ] tensorflow.python.ops.array_ops.identity [ RUN ] tensorflow.python.ops.array_ops.ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.ones [ RUN ] tensorflow.python.ops.array_ops.ones_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.ones_like_v2 [ RUN ] tensorflow.python.ops.array_ops.placeholder_with_default INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.22s [ OK ] tensorflow.python.ops.array_ops.placeholder_with_default [ RUN ] tensorflow.python.ops.array_ops.repeat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.19s [ OK ] tensorflow.python.ops.array_ops.repeat [ RUN ] tensorflow.python.ops.array_ops.repeat_with_axis INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.29s [ OK ] tensorflow.python.ops.array_ops.repeat_with_axis [ RUN ] tensorflow.python.ops.array_ops.reshape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.05s [ OK ] tensorflow.python.ops.array_ops.reshape [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence_v2 [ RUN ] tensorflow.python.ops.array_ops.searchsorted INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.array_ops.searchsorted [ RUN ] tensorflow.python.ops.array_ops.shape_n INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.shape_n [ RUN ] tensorflow.python.ops.array_ops.shape_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.shape_v2 [ RUN ] tensorflow.python.ops.array_ops.size_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.size_v2 [ RUN ] tensorflow.python.ops.array_ops.split INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.array_ops.split [ RUN ] tensorflow.python.ops.array_ops.squeeze INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.squeeze [ RUN ] tensorflow.python.ops.array_ops.stack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.stack [ RUN ] tensorflow.python.ops.array_ops.tensor_diag_part INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.tensor_diag_part [ RUN ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.14s [ OK ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update [ RUN ] tensorflow.python.ops.array_ops.transpose_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.transpose_v2 [ RUN ] tensorflow.python.ops.array_ops.unstack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.2s [ OK ] tensorflow.python.ops.array_ops.unstack [ RUN ] tensorflow.python.ops.array_ops.where INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.where [ RUN ] tensorflow.python.ops.array_ops.where_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.15s [ OK ] tensorflow.python.ops.array_ops.where_v2 [ RUN ] tensorflow.python.ops.array_ops.zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.zeros [ RUN ] tensorflow.python.ops.array_ops.zeros_like INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like [ RUN ] tensorflow.python.ops.array_ops.zeros_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like_v2 [ RUN ] tensorflow.python.ops.gradients_impl.gradients_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.82s [ OK ] tensorflow.python.ops.gradients_impl.gradients_v2 [ RUN ] tensorflow.python.ops.init_ops_v2.Constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.ops.init_ops_v2.Constant [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotNormal [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotUniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotUniform [ RUN ] tensorflow.python.ops.init_ops_v2.Identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.05s [ OK ] tensorflow.python.ops.init_ops_v2.Identity [ RUN ] tensorflow.python.ops.init_ops_v2.Ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.Ones [ RUN ] tensorflow.python.ops.init_ops_v2.Orthogonal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer Orthogonal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.init_ops_v2.Orthogonal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomNormal INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.RandomNormal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomUniform INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.RandomUniform [ RUN ] tensorflow.python.ops.init_ops_v2.TruncatedNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer TruncatedNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.TruncatedNormal [ RUN ] tensorflow.python.ops.init_ops_v2.VarianceScaling /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer VarianceScaling is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.VarianceScaling [ RUN ] tensorflow.python.ops.init_ops_v2.Zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.Zeros [ RUN ] tensorflow.python.ops.init_ops_v2.he_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.he_normal [ RUN ] tensorflow.python.ops.init_ops_v2.he_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.he_uniform [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_normal [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_uniform [ RUN ] tensorflow.python.ops.nn_ops INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.13s [ OK ] tensorflow.python.ops.nn_ops [ RUN ] tensorflow.python.ops.nn_ops.approx_max_k 2023-01-25 03:30:46.432639: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xc629170 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:30:46.432731: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:30:46.519229: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffffa9087360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/execute.py", line 52 in quick_execute File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 381 in call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 1757 in _call_flat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 968 in _call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 896 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/util/traceback_utils.py", line 141 in error_handler File "", line 1 in File "/usr/lib/python3.8/doctest.py", line 1336 in __run File "/usr/lib/python3.8/doctest.py", line 1483 in run File "/usr/lib/python3.8/doctest.py", line 2198 in runTest File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2164 in main_function File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2166 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/tools/docs/tf_doctest.py", line 225 in ================================================================================ ==================== Test output for //tensorflow/tools/docs:tf_doctest (shard 4 of 4): 2023-01-25 03:30:50.835163: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:30:50.893313: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.saving.functional_saver has been moved to tensorflow.python.checkpoint.functional_saver. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.autotrackable has been moved to tensorflow.python.trackable.autotrackable. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.graph_view has been moved to tensorflow.python.checkpoint.graph_view. The old module will be deleted in version 2.11. WARNING:tensorflow:Please fix your imports. Module tensorflow.python.training.tracking.trackable_utils has been moved to tensorflow.python.trackable.trackable_utils. The old module will be deleted in version 2.11. [ RUN ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch 2023-01-25 03:30:56.169501: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'args_0' with dtype int64 [[{{node args_0}}]] WARNING:tensorflow:From :2: dense_to_ragged_batch (from tensorflow.python.data.experimental.ops.batching) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.ragged_batch` instead. 2023-01-25 03:30:56.213225: I tensorflow/core/common_runtime/executor.cc:1195] [/device:CPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): INVALID_ARGUMENT: You must feed a value for placeholder tensor 'Placeholder/_0' with dtype int64 and shape [6] [[{{node Placeholder/_0}}]] INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.26s [ OK ] tensorflow.python.data.experimental.ops.batching.dense_to_ragged_batch [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.distribute 2023-01-25 03:30:56.351377: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:56.351442: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:38541 2023-01-25 03:30:56.368923: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:38541 2023-01-25 03:30:56.369185: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:42525 2023-01-25 03:30:56.370992: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:38541 2023-01-25 03:30:56.371197: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:41105 2023-01-25 03:30:57.479898: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:57.479992: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:42185 2023-01-25 03:30:57.480659: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 38541 2023-01-25 03:30:57.483736: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:42185 2023-01-25 03:30:57.483891: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:38991 2023-01-25 03:30:57.485583: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:42185 2023-01-25 03:30:57.485780: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:41221 2023-01-25 03:30:57.507259: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 41105 2023-01-25 03:30:57.548211: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 42525 2023-01-25 03:30:58.676368: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:30:58.676446: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:38353 2023-01-25 03:30:58.686251: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 42185 2023-01-25 03:30:58.689857: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:38353 2023-01-25 03:30:58.690042: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:33217 2023-01-25 03:30:58.692099: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:38353 2023-01-25 03:30:58.692363: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:37245 2023-01-25 03:30:58.725707: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 41221 2023-01-25 03:30:58.756784: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 38991 INFO:tensorflow:time(__main__.TfTestCase.runTest): 3.62s 2023-01-25 03:30:59.958501: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 38353 2023-01-25 03:30:59.986397: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 37245 2023-01-25 03:31:00.048021: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 33217 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.distribute [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id 2023-01-25 03:31:00.077659: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:31:00.077741: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:38861 2023-01-25 03:31:00.082830: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:38861 2023-01-25 03:31:00.083076: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:38315 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.18s 2023-01-25 03:31:01.233000: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 38861 2023-01-25 03:31:01.249679: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 38315 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.from_dataset_id [ RUN ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset 2023-01-25 03:31:01.277270: I tensorflow/core/data/service/dispatcher_impl.cc:216] Running with fault_tolerant_mode=False. The dispatcher will not be able to recover its state on restart. 2023-01-25 03:31:01.277339: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data DispatchServer running at 0.0.0.0:34151 2023-01-25 03:31:01.297553: I tensorflow/core/data/service/worker_impl.cc:185] Worker registered with dispatcher running at localhost:34151 2023-01-25 03:31:01.297840: I tensorflow/core/data/service/server_lib.cc:79] Started tf.data WorkerServer running at 0.0.0.0:42757 INFO:tensorflow:time(__main__.TfTestCase.runTest): 1.12s 2023-01-25 03:31:02.385325: I tensorflow/core/data/service/server_lib.cc:91] Shut down DispatchServer server running at port 34151 2023-01-25 03:31:02.419095: I tensorflow/core/data/service/server_lib.cc:91] Shut down WorkerServer server running at port 42757 [ OK ] tensorflow.python.data.experimental.ops.data_service_ops.register_dataset [ RUN ] tensorflow.python.eager.context.executing_eagerly INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.eager.context.executing_eagerly [ RUN ] tensorflow.python.eager.context.executing_eagerly_v1 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.eager.context.executing_eagerly_v1 [ RUN ] tensorflow.python.eager.context.set_log_device_placement INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.eager.context.set_log_device_placement [ RUN ] tensorflow.python.framework.constant_op.constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.framework.constant_op.constant [ RUN ] tensorflow.python.framework.errors_impl.CancelledError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.errors_impl.CancelledError [ RUN ] tensorflow.python.framework.errors_impl.InvalidArgumentError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.errors_impl.InvalidArgumentError [ RUN ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError [ RUN ] tensorflow.python.framework.tensor_util.constant_value INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.framework.tensor_util.constant_value [ RUN ] tensorflow.python.ops.array_ops.boolean_mask_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.array_ops.boolean_mask_v2 [ RUN ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.broadcast_dynamic_shape [ RUN ] tensorflow.python.ops.array_ops.broadcast_static_shape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.broadcast_static_shape [ RUN ] tensorflow.python.ops.array_ops.concat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.concat [ RUN ] tensorflow.python.ops.array_ops.edit_distance INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.edit_distance [ RUN ] tensorflow.python.ops.array_ops.expand_dims INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.expand_dims [ RUN ] tensorflow.python.ops.array_ops.expand_dims_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.expand_dims_v2 [ RUN ] tensorflow.python.ops.array_ops.fill INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.fill [ RUN ] tensorflow.python.ops.array_ops.gather INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.09s [ OK ] tensorflow.python.ops.array_ops.gather [ RUN ] tensorflow.python.ops.array_ops.gather_nd INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.14s [ OK ] tensorflow.python.ops.array_ops.gather_nd [ RUN ] tensorflow.python.ops.array_ops.gather_nd_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.17s [ OK ] tensorflow.python.ops.array_ops.gather_nd_v2 [ RUN ] tensorflow.python.ops.array_ops.gather_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.array_ops.gather_v2 [ RUN ] tensorflow.python.ops.array_ops.identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.identity [ RUN ] tensorflow.python.ops.array_ops.ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.ones [ RUN ] tensorflow.python.ops.array_ops.ones_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.ones_like_v2 [ RUN ] tensorflow.python.ops.array_ops.placeholder_with_default INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.19s [ OK ] tensorflow.python.ops.array_ops.placeholder_with_default [ RUN ] tensorflow.python.ops.array_ops.repeat INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.12s [ OK ] tensorflow.python.ops.array_ops.repeat [ RUN ] tensorflow.python.ops.array_ops.repeat_with_axis INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.array_ops.repeat_with_axis [ RUN ] tensorflow.python.ops.array_ops.reshape INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.reshape [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence [ RUN ] tensorflow.python.ops.array_ops.reverse_sequence_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.reverse_sequence_v2 [ RUN ] tensorflow.python.ops.array_ops.searchsorted INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.05s [ OK ] tensorflow.python.ops.array_ops.searchsorted [ RUN ] tensorflow.python.ops.array_ops.shape_n INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.shape_n [ RUN ] tensorflow.python.ops.array_ops.shape_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.shape_v2 [ RUN ] tensorflow.python.ops.array_ops.size_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.size_v2 [ RUN ] tensorflow.python.ops.array_ops.split INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.array_ops.split [ RUN ] tensorflow.python.ops.array_ops.squeeze INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.squeeze [ RUN ] tensorflow.python.ops.array_ops.stack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.stack [ RUN ] tensorflow.python.ops.array_ops.tensor_diag_part INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.tensor_diag_part [ RUN ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.13s [ OK ] tensorflow.python.ops.array_ops.tensor_scatter_nd_update [ RUN ] tensorflow.python.ops.array_ops.transpose_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.03s [ OK ] tensorflow.python.ops.array_ops.transpose_v2 [ RUN ] tensorflow.python.ops.array_ops.unstack INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.17s [ OK ] tensorflow.python.ops.array_ops.unstack [ RUN ] tensorflow.python.ops.array_ops.where INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.where [ RUN ] tensorflow.python.ops.array_ops.where_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.1s [ OK ] tensorflow.python.ops.array_ops.where_v2 [ RUN ] tensorflow.python.ops.array_ops.zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.01s [ OK ] tensorflow.python.ops.array_ops.zeros [ RUN ] tensorflow.python.ops.array_ops.zeros_like INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like [ RUN ] tensorflow.python.ops.array_ops.zeros_like_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.02s [ OK ] tensorflow.python.ops.array_ops.zeros_like_v2 [ RUN ] tensorflow.python.ops.gradients_impl.gradients_v2 INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.75s [ OK ] tensorflow.python.ops.gradients_impl.gradients_v2 [ RUN ] tensorflow.python.ops.init_ops_v2.Constant INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.Constant [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotNormal [ RUN ] tensorflow.python.ops.init_ops_v2.GlorotUniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer GlorotUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.GlorotUniform [ RUN ] tensorflow.python.ops.init_ops_v2.Identity INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.04s [ OK ] tensorflow.python.ops.init_ops_v2.Identity [ RUN ] tensorflow.python.ops.init_ops_v2.Ones INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.Ones [ RUN ] tensorflow.python.ops.init_ops_v2.Orthogonal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer Orthogonal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.08s [ OK ] tensorflow.python.ops.init_ops_v2.Orthogonal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomNormal INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.RandomNormal [ RUN ] tensorflow.python.ops.init_ops_v2.RandomUniform INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.RandomUniform [ RUN ] tensorflow.python.ops.init_ops_v2.TruncatedNormal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer TruncatedNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer RandomUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.TruncatedNormal [ RUN ] tensorflow.python.ops.init_ops_v2.VarianceScaling /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer VarianceScaling is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.VarianceScaling [ RUN ] tensorflow.python.ops.init_ops_v2.Zeros INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.06s [ OK ] tensorflow.python.ops.init_ops_v2.Zeros [ RUN ] tensorflow.python.ops.init_ops_v2.he_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.he_normal [ RUN ] tensorflow.python.ops.init_ops_v2.he_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer HeUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.he_uniform [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_normal /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunNormal is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_normal [ RUN ] tensorflow.python.ops.init_ops_v2.lecun_uniform /home/buildslave/.local/lib/python3.8/site-packages/keras/initializers/initializers_v2.py:120: UserWarning: The initializer LecunUniform is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.07s [ OK ] tensorflow.python.ops.init_ops_v2.lecun_uniform [ RUN ] tensorflow.python.ops.nn_ops INFO:tensorflow:time(__main__.TfTestCase.runTest): 0.12s [ OK ] tensorflow.python.ops.nn_ops [ RUN ] tensorflow.python.ops.nn_ops.approx_max_k 2023-01-25 03:31:06.789331: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x17b019d0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:31:06.789447: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:31:06.873468: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff90a27360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/execute.py", line 52 in quick_execute File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 381 in call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/monomorphic_function.py", line 1757 in _call_flat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 968 in _call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/eager/polymorphic_function/polymorphic_function.py", line 896 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/python/util/traceback_utils.py", line 141 in error_handler File "", line 1 in File "/usr/lib/python3.8/doctest.py", line 1336 in __run File "/usr/lib/python3.8/doctest.py", line 1483 in run File "/usr/lib/python3.8/doctest.py", line 2198 in runTest File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2164 in main_function File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2166 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/docs/tf_doctest.runfiles/org_tensorflow/tensorflow/tools/docs/tf_doctest.py", line 225 in ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 10 of 30): Note: This is test shard 10 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 2023-01-25 03:34:09.490306: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaae3d91570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.490479: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:09.490885: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaae3d7d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.490912: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:09.551460: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } 2023-01-25 03:34:09.551560: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } } 2023-01-25 03:34:09.551580: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:09.552019: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617649551599-expected.{pb,txt} 2023-01-25 03:34:09.552354: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617649552037-actual.{pb,txt} 2023-01-25 03:34:09.552690: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617649552371-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 16 (100.0000%) in shape f32[2,2,2,2] (16 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 810, expected 0.899999976, index {1,1,1,1}, rel error 899, abs error 809 actual 405, expected 0.449999988, index {0,1,1,1}, rel error 899, abs error 405 actual 608.179993, expected 0.698000014, index {1,1,1,0}, rel error 870, abs error 607 actual 304.089996, expected 0.349000007, index {0,1,1,0}, rel error 870, abs error 304 actual 204.141602, expected 0.255600005, index {1,1,0,1}, rel error 798, abs error 204 Expected literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } Actual literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch (70 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 [ OK ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 (40 ms) [----------] 2 tests from ConvolutionVariantsTest (111 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (111 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 10 of 30): Note: This is test shard 10 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 2023-01-25 03:34:16.815757: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadd3d1570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.815902: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:16.816298: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadd3bd7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.816332: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:16.878181: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } 2023-01-25 03:34:16.878274: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } } 2023-01-25 03:34:16.878291: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:16.878675: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617656878310-expected.{pb,txt} 2023-01-25 03:34:16.878979: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617656878691-actual.{pb,txt} 2023-01-25 03:34:16.879257: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617656878994-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 16 (100.0000%) in shape f32[2,2,2,2] (16 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 810, expected 0.899999976, index {1,1,1,1}, rel error 899, abs error 809 actual 405, expected 0.449999988, index {0,1,1,1}, rel error 899, abs error 405 actual 608.179993, expected 0.698000014, index {1,1,1,0}, rel error 870, abs error 607 actual 304.089996, expected 0.349000007, index {0,1,1,0}, rel error 870, abs error 304 actual 204.141602, expected 0.255600005, index {1,1,0,1}, rel error 798, abs error 204 Expected literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } Actual literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch (71 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 [ OK ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 (40 ms) [----------] 2 tests from ConvolutionVariantsTest (112 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (112 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 10 of 30): Note: This is test shard 10 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 2023-01-25 03:34:23.099014: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaae4c81570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.099196: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:23.099660: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaae4c6d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.099688: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:23.265444: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } 2023-01-25 03:34:23.265565: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,2,2] f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } } 2023-01-25 03:34:23.265582: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:23.266142: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617663265601-expected.{pb,txt} 2023-01-25 03:34:23.266471: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617663266164-actual.{pb,txt} 2023-01-25 03:34:23.266780: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.outputs/tempfile-1674617663266487-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 16 (100.0000%) in shape f32[2,2,2,2] (16 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 810, expected 0.899999976, index {1,1,1,1}, rel error 899, abs error 809 actual 405, expected 0.449999988, index {0,1,1,1}, rel error 899, abs error 405 actual 608.179993, expected 0.698000014, index {1,1,1,0}, rel error 870, abs error 607 actual 304.089996, expected 0.349000007, index {0,1,1,0}, rel error 870, abs error 304 actual 204.141602, expected 0.255600005, index {1,1,0,1}, rel error 798, abs error 204 Expected literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 167, 1278 }, { 3490, 4500 } }, { /*i1=1*/ { 0.0167, 0.1278 }, { 0.349, 0.45 } } }, { /*i0=1*/ { /*i1=0*/ { 334, 2556 }, { 6980, 9000 } }, { /*i1=1*/ { 0.0334, 0.2556 }, { 0.698, 0.9 } } } } Actual literal: f32[2,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 10.607, 1020.70801 }, { 3040.9, 4050 } }, { /*i1=1*/ { 1.06069994, 102.070801 }, { 304.09, 405 } } }, { /*i0=1*/ { /*i1=0*/ { 21.214, 2041.41602 }, { 6081.8, 8100 } }, { /*i1=1*/ { 2.12139988, 204.141602 }, { 608.18, 810 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch (175 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 [ OK ] ConvolutionVariantsTest.RandomData_Input1x16x1x1_Filter1x16x1x1 (40 ms) [----------] 2 tests from ConvolutionVariantsTest (215 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (215 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter1x2in2x3WithDepthAndBatch 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 9 of 30): Note: This is test shard 9 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2in2x2 2023-01-25 03:34:09.610649: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaacafb1570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.610895: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:09.611269: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaacaf9d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.611296: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter2x2in2x2 (45 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 2023-01-25 03:34:09.692299: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } 2023-01-25 03:34:09.692418: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } } 2023-01-25 03:34:09.692437: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:09.692913: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617649692458-expected.{pb,txt} 2023-01-25 03:34:09.693217: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617649692931-actual.{pb,txt} 2023-01-25 03:34:09.693488: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617649693233-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 8 (100.0000%) in shape f32[1,2,2,2] (8 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 0.728659213, expected 0.330139458, index {0,0,1,1}, rel error 1.21, abs error 0.399 actual 0.696527362, expected 0.323952287, index {0,0,0,1}, rel error 1.15, abs error 0.373 actual 0.223698467, expected 0.56715852, index {0,1,1,0}, rel error 0.606, abs error 0.343 actual 0.221831217, expected 0.556947589, index {0,1,0,0}, rel error 0.602, abs error 0.335 actual 0.309080243, expected 0.364805371, index {0,1,0,1}, rel error 0.153, abs error 0.0557 Expected literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } Actual literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 (45 ms) [----------] 2 tests from ConvolutionVariantsTest (90 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (90 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 9 of 30): Note: This is test shard 9 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2in2x2 2023-01-25 03:34:16.403823: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaef761570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.403977: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:16.436516: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaef74d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.436575: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter2x2in2x2 (91 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 2023-01-25 03:34:16.530719: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } 2023-01-25 03:34:16.530806: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } } 2023-01-25 03:34:16.530823: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:16.531212: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617656530842-expected.{pb,txt} 2023-01-25 03:34:16.531503: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617656531229-actual.{pb,txt} 2023-01-25 03:34:16.531774: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617656531518-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 8 (100.0000%) in shape f32[1,2,2,2] (8 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 0.728659213, expected 0.330139458, index {0,0,1,1}, rel error 1.21, abs error 0.399 actual 0.696527362, expected 0.323952287, index {0,0,0,1}, rel error 1.15, abs error 0.373 actual 0.223698467, expected 0.56715852, index {0,1,1,0}, rel error 0.606, abs error 0.343 actual 0.221831217, expected 0.556947589, index {0,1,0,0}, rel error 0.602, abs error 0.335 actual 0.309080243, expected 0.364805371, index {0,1,0,1}, rel error 0.153, abs error 0.0557 Expected literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } Actual literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 (43 ms) [----------] 2 tests from ConvolutionVariantsTest (134 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (134 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 9 of 30): Note: This is test shard 9 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2in2x2 2023-01-25 03:34:23.286052: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf1301570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.286301: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:23.286716: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf12ed7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.286744: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter2x2in2x2 (51 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 2023-01-25 03:34:23.375096: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } 2023-01-25 03:34:23.375214: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,2,2,2] f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } } 2023-01-25 03:34:23.375237: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:23.375753: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617663375256-expected.{pb,txt} 2023-01-25 03:34:23.376074: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617663375772-actual.{pb,txt} 2023-01-25 03:34:23.376486: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.outputs/tempfile-1674617663376090-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 8 (100.0000%) in shape f32[1,2,2,2] (8 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 0.728659213, expected 0.330139458, index {0,0,1,1}, rel error 1.21, abs error 0.399 actual 0.696527362, expected 0.323952287, index {0,0,0,1}, rel error 1.15, abs error 0.373 actual 0.223698467, expected 0.56715852, index {0,1,1,0}, rel error 0.606, abs error 0.343 actual 0.221831217, expected 0.556947589, index {0,1,0,0}, rel error 0.602, abs error 0.335 actual 0.309080243, expected 0.364805371, index {0,1,0,1}, rel error 0.153, abs error 0.0557 Expected literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.774093926, 0.323952287 }, { 0.79074508, 0.330139458 } }, { /*i1=1*/ { 0.556947589, 0.364805371 }, { 0.56715852, 0.378874421 } } } } Actual literal: f32[1,2,2,2] { { /*i0=0*/ { /*i1=0*/ { 0.829819, 0.696527362 }, { 0.842977941, 0.728659213 } }, { /*i1=1*/ { 0.221831217, 0.309080243 }, { 0.223698467, 0.32664153 } } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 (46 ms) [----------] 2 tests from ConvolutionVariantsTest (98 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (98 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input1x1x2x3_Filter2x1x1x2 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 29 of 30): Note: This is test shard 29 of 30. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 2023-01-25 03:34:09.203849: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0d311570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.204035: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:09.243995: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0d2fd7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:09.244061: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:09.344794: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } 2023-01-25 03:34:09.344996: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } } 2023-01-25 03:34:09.345029: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:09.345663: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617649345049-expected.{pb,txt} 2023-01-25 03:34:09.346089: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617649345683-actual.{pb,txt} 2023-01-25 03:34:09.346500: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617649346108-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 64 (100.0000%) in shape f32[32,2,1,1] (64 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 106368, expected 63392, index {2,0,0,0}, rel error 0.678, abs error 4.3e+04 actual 147328, expected 87968, index {3,0,0,0}, rel error 0.675, abs error 5.94e+04 actual 188288, expected 112544, index {4,0,0,0}, rel error 0.673, abs error 7.57e+04 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 64 (100.0000%), mismatches 64 Elements exceeding abs error bound 0.0001: 64 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 64 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 64 (100.0000%) Expected literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } Actual literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 (177 ms) [----------] 1 test from ConvolutionVariantsTest (177 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (177 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 29 of 30): Note: This is test shard 29 of 30. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 2023-01-25 03:34:16.665082: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadcbf1570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.665238: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:16.665601: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadcbdd7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:16.665625: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:16.753681: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } 2023-01-25 03:34:16.753839: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } } 2023-01-25 03:34:16.753865: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:16.754316: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617656753883-expected.{pb,txt} 2023-01-25 03:34:16.754692: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617656754334-actual.{pb,txt} 2023-01-25 03:34:16.755017: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617656754707-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 64 (100.0000%) in shape f32[32,2,1,1] (64 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 106368, expected 63392, index {2,0,0,0}, rel error 0.678, abs error 4.3e+04 actual 147328, expected 87968, index {3,0,0,0}, rel error 0.675, abs error 5.94e+04 actual 188288, expected 112544, index {4,0,0,0}, rel error 0.673, abs error 7.57e+04 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 64 (100.0000%), mismatches 64 Elements exceeding abs error bound 0.0001: 64 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 64 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 64 (100.0000%) Expected literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } Actual literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 (97 ms) [----------] 1 test from ConvolutionVariantsTest (97 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (97 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 29 of 30): Note: This is test shard 29 of 30. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 2023-01-25 03:34:23.476355: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0c5f1570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.476540: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:23.476921: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0c5dd7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:23.476947: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:23.545895: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } 2023-01-25 03:34:23.546053: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[32,2,1,1] f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } } 2023-01-25 03:34:23.546080: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:23.546585: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617663546100-expected.{pb,txt} 2023-01-25 03:34:23.546975: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617663546606-actual.{pb,txt} 2023-01-25 03:34:23.547318: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.outputs/tempfile-1674617663546992-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 64 (100.0000%) in shape f32[32,2,1,1] (64 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 106368, expected 63392, index {2,0,0,0}, rel error 0.678, abs error 4.3e+04 actual 147328, expected 87968, index {3,0,0,0}, rel error 0.675, abs error 5.94e+04 actual 188288, expected 112544, index {4,0,0,0}, rel error 0.673, abs error 7.57e+04 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 64 (100.0000%), mismatches 64 Elements exceeding abs error bound 0.0001: 64 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 64 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 64 (100.0000%) >= 0.001 : 64 (100.0000%) >= 0.01 : 64 (100.0000%) >= 0.1 : 64 (100.0000%) >= 1 : 64 (100.0000%) Expected literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } }, { /*i0=2*/ { /*i1=0*/ {63392} }, { /*i1=1*/ {145184} } }, { /*i0=3*/ { /*i1=0*/ {87968} }, { /*i1=1*/ {202528} } }, { /*i0=4*/ { /*i1=0*/ {112544} }, { /*i1=1*/ {259872} } }, { /*i0=5*/ { /*i1=0*/ {137120} }, { /*i1=1*/ {317216} } }, { /*i0=6*/ { /*i1=0*/ {161696} }, { /*i1=1*/ {374560} } }, { /*i0=7*/ { /*i1=0*/ {186272} }, { /*i1=1*/ {431904} } }, { /*i0=8*/ { /*i1=0*/ {210848} }, { /*i1=1*/ {489248} } }, { /*i0=9*/ { /*i1=0*/ {235424} }, { /*i1=1*/ {546592} } }, { /*i0=10*/ { /*i1=0*/ {260000} }, { /*i1=1*/ {603936} } }, { /*i0=11*/ { /*i1=0*/ {284576} }, { /*i1=1*/ {661280} } }, { /*i0=12*/ { /*i1=0*/ {309152} }, { /*i1=1*/ {718624} } }, { /*i0=13*/ { /*i1=0*/ {333728} }, { /*i1=1*/ {775968} } }, { /*i0=14*/ { /*i1=0*/ {358304} }, { /*i1=1*/ {833312} } }, { /*i0=15*/ { /*i1=0*/ {382880} }, { /*i1=1*/ {890656} } }, { /*i0=16*/ { /*i1=0*/ {407456} }, { /*i1=1*/ {948000} } }, { /*i0=17*/ { /*i1=0*/ {432032} }, { /*i1=1*/ {1005344} } }, { /*i0=18*/ { /*i1=0*/ {456608} }, { /*i1=1*/ {1062688} } }, { /*i0=19*/ { /*i1=0*/ {481184} }, { /*i1=1*/ {1120032} } }, { /*i0=20*/ { /*i1=0*/ {505760} }, { /*i1=1*/ {1177376} } }, { /*i0=21*/ { /*i1=0*/ {530336} }, { /*i1=1*/ {1.23472e+06} } }, { /*i0=22*/ { /*i1=0*/ {554912} }, { /*i1=1*/ {1292064} } }, { /*i0=23*/ { /*i1=0*/ {579488} }, { /*i1=1*/ {1349408} } }, { /*i0=24*/ { /*i1=0*/ {604064} }, { /*i1=1*/ {1406752} } }, { /*i0=25*/ { /*i1=0*/ {628640} }, { /*i1=1*/ {1464096} } }, { /*i0=26*/ { /*i1=0*/ {653216} }, { /*i1=1*/ {1.52144e+06} } }, { /*i0=27*/ { /*i1=0*/ {677792} }, { /*i1=1*/ {1578784} } }, { /*i0=28*/ { /*i1=0*/ {702368} }, { /*i1=1*/ {1636128} } }, { /*i0=29*/ { /*i1=0*/ {726944} }, { /*i1=1*/ {1693472} } }, { /*i0=30*/ { /*i1=0*/ {751520} }, { /*i1=1*/ {1750816} } }, { /*i0=31*/ { /*i1=0*/ {776096} }, { /*i1=1*/ {1.80816e+06} } } } Actual literal: f32[32,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } }, { /*i0=2*/ { /*i1=0*/ {106368} }, { /*i1=1*/ {106368} } }, { /*i0=3*/ { /*i1=0*/ {147328} }, { /*i1=1*/ {147328} } }, { /*i0=4*/ { /*i1=0*/ {188288} }, { /*i1=1*/ {188288} } }, { /*i0=5*/ { /*i1=0*/ {229248} }, { /*i1=1*/ {229248} } }, { /*i0=6*/ { /*i1=0*/ {270208} }, { /*i1=1*/ {270208} } }, { /*i0=7*/ { /*i1=0*/ {311168} }, { /*i1=1*/ {311168} } }, { /*i0=8*/ { /*i1=0*/ {352128} }, { /*i1=1*/ {352128} } }, { /*i0=9*/ { /*i1=0*/ {393088} }, { /*i1=1*/ {393088} } }, { /*i0=10*/ { /*i1=0*/ {434048} }, { /*i1=1*/ {434048} } }, { /*i0=11*/ { /*i1=0*/ {475008} }, { /*i1=1*/ {475008} } }, { /*i0=12*/ { /*i1=0*/ {515968} }, { /*i1=1*/ {515968} } }, { /*i0=13*/ { /*i1=0*/ {556928} }, { /*i1=1*/ {556928} } }, { /*i0=14*/ { /*i1=0*/ {597888} }, { /*i1=1*/ {597888} } }, { /*i0=15*/ { /*i1=0*/ {638848} }, { /*i1=1*/ {638848} } }, { /*i0=16*/ { /*i1=0*/ {679808} }, { /*i1=1*/ {679808} } }, { /*i0=17*/ { /*i1=0*/ {720768} }, { /*i1=1*/ {720768} } }, { /*i0=18*/ { /*i1=0*/ {761728} }, { /*i1=1*/ {761728} } }, { /*i0=19*/ { /*i1=0*/ {802688} }, { /*i1=1*/ {802688} } }, { /*i0=20*/ { /*i1=0*/ {843648} }, { /*i1=1*/ {843648} } }, { /*i0=21*/ { /*i1=0*/ {884608} }, { /*i1=1*/ {884608} } }, { /*i0=22*/ { /*i1=0*/ {925568} }, { /*i1=1*/ {925568} } }, { /*i0=23*/ { /*i1=0*/ {966528} }, { /*i1=1*/ {966528} } }, { /*i0=24*/ { /*i1=0*/ {1007488} }, { /*i1=1*/ {1007488} } }, { /*i0=25*/ { /*i1=0*/ {1048448} }, { /*i1=1*/ {1048448} } }, { /*i0=26*/ { /*i1=0*/ {1089408} }, { /*i1=1*/ {1089408} } }, { /*i0=27*/ { /*i1=0*/ {1130368} }, { /*i1=1*/ {1130368} } }, { /*i0=28*/ { /*i1=0*/ {1171328} }, { /*i1=1*/ {1171328} } }, { /*i0=29*/ { /*i1=0*/ {1212288} }, { /*i1=1*/ {1212288} } }, { /*i0=30*/ { /*i1=0*/ {1253248} }, { /*i1=1*/ {1253248} } }, { /*i0=31*/ { /*i1=0*/ {1294208} }, { /*i1=1*/ {1294208} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 (79 ms) [----------] 1 test from ConvolutionVariantsTest (79 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (79 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input32x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 13 of 30): Note: This is test shard 13 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 2023-01-25 03:34:11.215334: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac1471570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:11.215495: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:11.216039: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac145d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:11.216089: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 (109 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 2023-01-25 03:34:11.458421: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } 2023-01-25 03:34:11.458862: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } } 2023-01-25 03:34:11.458900: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:11.459743: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617651458921-expected.{pb,txt} 2023-01-25 03:34:11.460492: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617651459764-actual.{pb,txt} 2023-01-25 03:34:11.461011: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617651460512-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 122 (47.6562%) in shape f32[16,16,1,1] (256 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 1057.83032, expected 1010.0332, index {1,8,0,0}, rel error 0.0473, abs error 47.8 actual 1018.78473, expected 1064.53479, index {14,7,0,0}, rel error 0.043, abs error 45.8 actual 1055.72144, expected 1013.32825, index {15,8,0,0}, rel error 0.0418, abs error 42.4 actual 1040.92505, expected 1000.90112, index {9,8,0,0}, rel error 0.04, abs error 40 actual 1030.75366, expected 993.360229, index {4,8,0,0}, rel error 0.0376, abs error 37.4 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 256 (100.0000%), mismatches 122 Elements exceeding abs error bound 0.0001: 256 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 256 (100.0000%) >= 0.001 : 243 (94.9219%) >= 0.01 : 122 (47.6562%) >= 0.1 : 0 (0.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 122 (47.6562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 122 (100.0000%) >= 0.001 : 122 (100.0000%) >= 0.01 : 122 (100.0000%) >= 0.1 : 122 (100.0000%) >= 1 : 122 (100.0000%) Expected literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } Actual literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 (146 ms) [----------] 2 tests from ConvolutionVariantsTest (256 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (256 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 13 of 30): Note: This is test shard 13 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 2023-01-25 03:34:18.329202: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0aa71570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:18.329360: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:18.329773: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0aa5d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:18.329802: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 (42 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 2023-01-25 03:34:18.477613: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } 2023-01-25 03:34:18.478033: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } } 2023-01-25 03:34:18.478066: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:18.478833: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617658478086-expected.{pb,txt} 2023-01-25 03:34:18.479464: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617658478849-actual.{pb,txt} 2023-01-25 03:34:18.479894: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617658479479-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 122 (47.6562%) in shape f32[16,16,1,1] (256 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 1057.83032, expected 1010.0332, index {1,8,0,0}, rel error 0.0473, abs error 47.8 actual 1018.78473, expected 1064.53479, index {14,7,0,0}, rel error 0.043, abs error 45.8 actual 1055.72144, expected 1013.32825, index {15,8,0,0}, rel error 0.0418, abs error 42.4 actual 1040.92505, expected 1000.90112, index {9,8,0,0}, rel error 0.04, abs error 40 actual 1030.75366, expected 993.360229, index {4,8,0,0}, rel error 0.0376, abs error 37.4 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 256 (100.0000%), mismatches 122 Elements exceeding abs error bound 0.0001: 256 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 256 (100.0000%) >= 0.001 : 243 (94.9219%) >= 0.01 : 122 (47.6562%) >= 0.1 : 0 (0.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 122 (47.6562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 122 (100.0000%) >= 0.001 : 122 (100.0000%) >= 0.01 : 122 (100.0000%) >= 0.1 : 122 (100.0000%) >= 1 : 122 (100.0000%) Expected literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } Actual literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 (118 ms) [----------] 2 tests from ConvolutionVariantsTest (160 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (160 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 13 of 30): Note: This is test shard 13 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 2023-01-25 03:34:25.369752: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab12f81570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:25.369974: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:25.370435: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab12f6d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:25.370467: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] ConvolutionVariantsTest.Filter1x3stride1x2in1x4 (86 ms) [ RUN ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 2023-01-25 03:34:25.598747: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } 2023-01-25 03:34:25.599209: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[16,16,1,1] f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } } 2023-01-25 03:34:25.599248: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:25.600249: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617665599271-expected.{pb,txt} 2023-01-25 03:34:25.600952: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617665600269-actual.{pb,txt} 2023-01-25 03:34:25.601462: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.outputs/tempfile-1674617665600970-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 122 (47.6562%) in shape f32[16,16,1,1] (256 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 1057.83032, expected 1010.0332, index {1,8,0,0}, rel error 0.0473, abs error 47.8 actual 1018.78473, expected 1064.53479, index {14,7,0,0}, rel error 0.043, abs error 45.8 actual 1055.72144, expected 1013.32825, index {15,8,0,0}, rel error 0.0418, abs error 42.4 actual 1040.92505, expected 1000.90112, index {9,8,0,0}, rel error 0.04, abs error 40 actual 1030.75366, expected 993.360229, index {4,8,0,0}, rel error 0.0376, abs error 37.4 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 256 (100.0000%), mismatches 122 Elements exceeding abs error bound 0.0001: 256 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 256 (100.0000%) >= 0.001 : 243 (94.9219%) >= 0.01 : 122 (47.6562%) >= 0.1 : 0 (0.0000%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 122 (47.6562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 122 (100.0000%) >= 0.001 : 122 (100.0000%) >= 0.01 : 122 (100.0000%) >= 0.1 : 122 (100.0000%) >= 1 : 122 (100.0000%) Expected literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1022.67786} }, { /*i1=1*/ {1012.73938} }, { /*i1=2*/ {1032.34656} }, { /*i1=3*/ {1033.15027} }, { /*i1=4*/ {1023.32239} }, { /*i1=5*/ {1027.06372} }, { /*i1=6*/ {1022.7644} }, { /*i1=7*/ {1042.61646} }, { /*i1=8*/ {1020.26373} }, { /*i1=9*/ {1028.51917} }, { /*i1=10*/ {1028.26331} }, { /*i1=11*/ {1012.49078} }, { /*i1=12*/ {1031.5835} }, { /*i1=13*/ {1025.15747} }, { /*i1=14*/ {1020.05829} }, { /*i1=15*/ {1032.53979} } }, { /*i0=1*/ { /*i1=0*/ {1038.40674} }, { /*i1=1*/ {1037.73096} }, { /*i1=2*/ {1047.01746} }, { /*i1=3*/ {1045.42163} }, { /*i1=4*/ {1040.80542} }, { /*i1=5*/ {1030.3241} }, { /*i1=6*/ {1039.68909} }, { /*i1=7*/ {1054.40259} }, { /*i1=8*/ {1010.0332} }, { /*i1=9*/ {1031.83008} }, { /*i1=10*/ {1030.44885} }, { /*i1=11*/ {1029.14783} }, { /*i1=12*/ {1049.45081} }, { /*i1=13*/ {1033.86548} }, { /*i1=14*/ {1042.95203} }, { /*i1=15*/ {1044.9032} } }, { /*i0=2*/ { /*i1=0*/ {1012.91449} }, { /*i1=1*/ {1009.54114} }, { /*i1=2*/ {1023.80444} }, { /*i1=3*/ {1016.40448} }, { /*i1=4*/ {1014.35114} }, { /*i1=5*/ {1017.02228} }, { /*i1=6*/ {1011.66241} }, { /*i1=7*/ {1036.58801} }, { /*i1=8*/ {993.795349} }, { /*i1=9*/ {1017.00439} }, { /*i1=10*/ {1019.56073} }, { /*i1=11*/ {1008.48865} }, { /*i1=12*/ {1020.85541} }, { /*i1=13*/ {998.855957} }, { /*i1=14*/ {1010.88629} }, { /*i1=15*/ {1005.93121} } }, { /*i0=3*/ { /*i1=0*/ {1005.21326} }, { /*i1=1*/ {1010.91742} }, { /*i1=2*/ {1020.06622} }, { /*i1=3*/ {1020.0791} }, { /*i1=4*/ {1013.99652} }, { /*i1=5*/ {1018.198} }, { /*i1=6*/ {1008.92267} }, { /*i1=7*/ {1019.82428} }, { /*i1=8*/ {999.730408} }, { /*i1=9*/ {1020.68079} }, { /*i1=10*/ {1020.09387} }, { /*i1=11*/ {1001.46216} }, { /*i1=12*/ {1013.20276} }, { /*i1=13*/ {999.710083} }, { /*i1=14*/ {1008.71307} }, { /*i1=15*/ {1014.22137} } }, { /*i0=4*/ { /*i1=0*/ {1009.23004} }, { /*i1=1*/ {996.925964} }, { /*i1=2*/ {1013.32806} }, { /*i1=3*/ {1014.11407} }, { /*i1=4*/ {1005.79993} }, { /*i1=5*/ {1005.27216} }, { /*i1=6*/ {1013.53363} }, { /*i1=7*/ {1019.29309} }, { /*i1=8*/ {993.360229} }, { /*i1=9*/ {1005.50842} }, { /*i1=10*/ {994.267517} }, { /*i1=11*/ {996.59259} }, { /*i1=12*/ {1014.10516} }, { /*i1=13*/ {990.360352} }, { /*i1=14*/ {1006.24646} }, { /*i1=15*/ {996.318787} } }, { /*i0=5*/ { /*i1=0*/ {1006.21027} }, { /*i1=1*/ {1001.23981} }, { /*i1=2*/ {1023.39771} }, { /*i1=3*/ {1019.09979} }, { /*i1=4*/ {1015.96277} }, { /*i1=5*/ {1004.73688} }, { /*i1=6*/ {1016.41925} }, { /*i1=7*/ {1033.53467} }, { /*i1=8*/ {1006.1051} }, { /*i1=9*/ {1028.80493} }, { /*i1=10*/ {1018.63171} }, { /*i1=11*/ {1015.80322} }, { /*i1=12*/ {1016.99451} }, { /*i1=13*/ {1008.75549} }, { /*i1=14*/ {1018.47968} }, { /*i1=15*/ {1011.53125} } }, { /*i0=6*/ { /*i1=0*/ {1006.30963} }, { /*i1=1*/ {988.803528} }, { /*i1=2*/ {1017.90594} }, { /*i1=3*/ {1005.57288} }, { /*i1=4*/ {1006.78711} }, { /*i1=5*/ {1010.00049} }, { /*i1=6*/ {1013.4895} }, { /*i1=7*/ {1020.52704} }, { /*i1=8*/ {992.368713} }, { /*i1=9*/ {1007.31604} }, { /*i1=10*/ {1018.37091} }, { /*i1=11*/ {1002.45105} }, { /*i1=12*/ {1024.13232} }, { /*i1=13*/ {989.143616} }, { /*i1=14*/ {994.334717} }, { /*i1=15*/ {1008.97296} } }, { /*i0=7*/ { /*i1=0*/ {1018.8252} }, { /*i1=1*/ {1011.16504} }, { /*i1=2*/ {1024.45642} }, { /*i1=3*/ {1024.08899} }, { /*i1=4*/ {1034.5625} }, { /*i1=5*/ {1021.78009} }, { /*i1=6*/ {1020.8042} }, { /*i1=7*/ {1036.40662} }, { /*i1=8*/ {1010.49005} }, { /*i1=9*/ {1022.33417} }, { /*i1=10*/ {1012.90985} }, { /*i1=11*/ {1018.28625} }, { /*i1=12*/ {1028.68433} }, { /*i1=13*/ {1012.47583} }, { /*i1=14*/ {1029.05457} }, { /*i1=15*/ {1025.38171} } }, { /*i0=8*/ { /*i1=0*/ {1023.10663} }, { /*i1=1*/ {1012.0293} }, { /*i1=2*/ {1033.88623} }, { /*i1=3*/ {1023.31732} }, { /*i1=4*/ {1022.1355} }, { /*i1=5*/ {1016.10919} }, { /*i1=6*/ {1025.88733} }, { /*i1=7*/ {1030.67871} }, { /*i1=8*/ {1000.67694} }, { /*i1=9*/ {1012.32117} }, { /*i1=10*/ {1027.64685} }, { /*i1=11*/ {1007.04602} }, { /*i1=12*/ {1011.30511} }, { /*i1=13*/ {1009.1499} }, { /*i1=14*/ {1027.85742} }, { /*i1=15*/ {1018.02838} } }, { /*i0=9*/ { /*i1=0*/ {1030.37634} }, { /*i1=1*/ {1007.2356} }, { /*i1=2*/ {1026.09509} }, { /*i1=3*/ {1028.31128} }, { /*i1=4*/ {1022.19202} }, { /*i1=5*/ {1011.04974} }, { /*i1=6*/ {1025.58447} }, { /*i1=7*/ {1029.7395} }, { /*i1=8*/ {1000.90112} }, { /*i1=9*/ {1022.94562} }, { /*i1=10*/ {1017.49908} }, { /*i1=11*/ {1021.06714} }, { /*i1=12*/ {1027.42798} }, { /*i1=13*/ {1011.48596} }, { /*i1=14*/ {1022.8797} }, { /*i1=15*/ {1013.68628} } }, { /*i0=10*/ { /*i1=0*/ {1027.10107} }, { /*i1=1*/ {1014.82404} }, { /*i1=2*/ {1028.10974} }, { /*i1=3*/ {1025.21875} }, { /*i1=4*/ {1030.67053} }, { /*i1=5*/ {1022.27917} }, { /*i1=6*/ {1025.73279} }, { /*i1=7*/ {1041.44324} }, { /*i1=8*/ {1008.31171} }, { /*i1=9*/ {1028.52356} }, { /*i1=10*/ {1024.46387} }, { /*i1=11*/ {1017.15302} }, { /*i1=12*/ {1035.32434} }, { /*i1=13*/ {1008.50427} }, { /*i1=14*/ {1033.15613} }, { /*i1=15*/ {1026.03198} } }, { /*i0=11*/ { /*i1=0*/ {1009.55743} }, { /*i1=1*/ {999.87738} }, { /*i1=2*/ {1022.48694} }, { /*i1=3*/ {1021.96985} }, { /*i1=4*/ {1008.47083} }, { /*i1=5*/ {1017.09766} }, { /*i1=6*/ {1010.76398} }, { /*i1=7*/ {1028.65466} }, { /*i1=8*/ {1005.50262} }, { /*i1=9*/ {1007.76953} }, { /*i1=10*/ {1004.9826} }, { /*i1=11*/ {1007.99243} }, { /*i1=12*/ {1014.57721} }, { /*i1=13*/ {1005.92456} }, { /*i1=14*/ {1017.1969} }, { /*i1=15*/ {1012.63873} } }, { /*i0=12*/ { /*i1=0*/ {1006.27643} }, { /*i1=1*/ {993.685303} }, { /*i1=2*/ {1021.72711} }, { /*i1=3*/ {1019.23883} }, { /*i1=4*/ {1025.63562} }, { /*i1=5*/ {1002.836} }, { /*i1=6*/ {1027.599} }, { /*i1=7*/ {1026.20154} }, { /*i1=8*/ {1008.42059} }, { /*i1=9*/ {1005.58875} }, { /*i1=10*/ {1013.50757} }, { /*i1=11*/ {1010.98511} }, { /*i1=12*/ {1025.40735} }, { /*i1=13*/ {995.796509} }, { /*i1=14*/ {1020.44769} }, { /*i1=15*/ {1008.43207} } }, { /*i0=13*/ { /*i1=0*/ {1008.0318} }, { /*i1=1*/ {1001.94598} }, { /*i1=2*/ {1018.26263} }, { /*i1=3*/ {1015.98932} }, { /*i1=4*/ {1007.84229} }, { /*i1=5*/ {1007.76324} }, { /*i1=6*/ {997.735352} }, { /*i1=7*/ {1030.02661} }, { /*i1=8*/ {1000.98065} }, { /*i1=9*/ {1001.25928} }, { /*i1=10*/ {1006.81812} }, { /*i1=11*/ {1010.70361} }, { /*i1=12*/ {1019.22} }, { /*i1=13*/ {997.455811} }, { /*i1=14*/ {1008.59052} }, { /*i1=15*/ {1004.23163} } }, { /*i0=14*/ { /*i1=0*/ {1035.46716} }, { /*i1=1*/ {1027.77222} }, { /*i1=2*/ {1041.57849} }, { /*i1=3*/ {1046.42688} }, { /*i1=4*/ {1042.77747} }, { /*i1=5*/ {1038.11084} }, { /*i1=6*/ {1032.88} }, { /*i1=7*/ {1064.53479} }, { /*i1=8*/ {1027.18604} }, { /*i1=9*/ {1032.12805} }, { /*i1=10*/ {1035.53784} }, { /*i1=11*/ {1031.42688} }, { /*i1=12*/ {1035.49463} }, { /*i1=13*/ {1026.07397} }, { /*i1=14*/ {1039.52502} }, { /*i1=15*/ {1036.64722} } }, { /*i0=15*/ { /*i1=0*/ {1030.77063} }, { /*i1=1*/ {1013.3335} }, { /*i1=2*/ {1039.49646} }, { /*i1=3*/ {1028.90454} }, { /*i1=4*/ {1030.05811} }, { /*i1=5*/ {1022.90607} }, { /*i1=6*/ {1042.51721} }, { /*i1=7*/ {1040.0155} }, { /*i1=8*/ {1013.32825} }, { /*i1=9*/ {1034.08569} }, { /*i1=10*/ {1024.39624} }, { /*i1=11*/ {1021.12677} }, { /*i1=12*/ {1046.35217} }, { /*i1=13*/ {1018.01868} }, { /*i1=14*/ {1041.12964} }, { /*i1=15*/ {1029.78809} } } } Actual literal: f32[16,16,1,1] { { /*i0=0*/ { /*i1=0*/ {1011.88727} }, { /*i1=1*/ {1021.38} }, { /*i1=2*/ {1024.90027} }, { /*i1=3*/ {1023.37195} }, { /*i1=4*/ {1046.52148} }, { /*i1=5*/ {1035.1001} }, { /*i1=6*/ {1017.26727} }, { /*i1=7*/ {1013.46631} }, { /*i1=8*/ {1046.11194} }, { /*i1=9*/ {1039.58374} }, { /*i1=10*/ {1024.38452} }, { /*i1=11*/ {1025.36633} }, { /*i1=12*/ {1043.75037} }, { /*i1=13*/ {1019.46021} }, { /*i1=14*/ {1037.17407} }, { /*i1=15*/ {997.322693} } }, { /*i0=1*/ { /*i1=0*/ {1024.93713} }, { /*i1=1*/ {1032.28638} }, { /*i1=2*/ {1036.93054} }, { /*i1=3*/ {1028.56165} }, { /*i1=4*/ {1056.87878} }, { /*i1=5*/ {1046.34521} }, { /*i1=6*/ {1032.88208} }, { /*i1=7*/ {1038.73987} }, { /*i1=8*/ {1057.83032} }, { /*i1=9*/ {1050.86438} }, { /*i1=10*/ {1027.26306} }, { /*i1=11*/ {1036.3595} }, { /*i1=12*/ {1049.32764} }, { /*i1=13*/ {1031.30127} }, { /*i1=14*/ {1034.63647} }, { /*i1=15*/ {1016.65497} } }, { /*i0=2*/ { /*i1=0*/ {1009.18805} }, { /*i1=1*/ {1012.789} }, { /*i1=2*/ {1011.40021} }, { /*i1=3*/ {1002.40063} }, { /*i1=4*/ {1028.4563} }, { /*i1=5*/ {1031.21899} }, { /*i1=6*/ {1006.80396} }, { /*i1=7*/ {998.111694} }, { /*i1=8*/ {1025.25964} }, { /*i1=9*/ {1023.65314} }, { /*i1=10*/ {1014.54993} }, { /*i1=11*/ {1001.28809} }, { /*i1=12*/ {1021.14435} }, { /*i1=13*/ {1006.79987} }, { /*i1=14*/ {1025.25415} }, { /*i1=15*/ {990.768555} } }, { /*i0=3*/ { /*i1=0*/ {1007.42548} }, { /*i1=1*/ {1001.67438} }, { /*i1=2*/ {1019.29742} }, { /*i1=3*/ {1001.38947} }, { /*i1=4*/ {1020.78363} }, { /*i1=5*/ {1016.56268} }, { /*i1=6*/ {1003.01721} }, { /*i1=7*/ {1000.87799} }, { /*i1=8*/ {1028.31775} }, { /*i1=9*/ {1003.07568} }, { /*i1=10*/ {1005.16248} }, { /*i1=11*/ {1002.71539} }, { /*i1=12*/ {1029.50269} }, { /*i1=13*/ {1009.49646} }, { /*i1=14*/ {1030.56} }, { /*i1=15*/ {995.067688} } }, { /*i0=4*/ { /*i1=0*/ {992.957275} }, { /*i1=1*/ {999.705322} }, { /*i1=2*/ {1010.28864} }, { /*i1=3*/ {997.718506} }, { /*i1=4*/ {1013.53864} }, { /*i1=5*/ {1014.19446} }, { /*i1=6*/ {999.297241} }, { /*i1=7*/ {992.297485} }, { /*i1=8*/ {1030.75366} }, { /*i1=9*/ {1017.13348} }, { /*i1=10*/ {1004.00421} }, { /*i1=11*/ {1002.66656} }, { /*i1=12*/ {1023.11041} }, { /*i1=13*/ {1004.47522} }, { /*i1=14*/ {1010.57178} }, { /*i1=15*/ {986.580688} } }, { /*i0=5*/ { /*i1=0*/ {1010.48444} }, { /*i1=1*/ {1005.61719} }, { /*i1=2*/ {1017.54633} }, { /*i1=3*/ {1002.09509} }, { /*i1=4*/ {1032.44031} }, { /*i1=5*/ {1019.26709} }, { /*i1=6*/ {1020.37164} }, { /*i1=7*/ {1013.99091} }, { /*i1=8*/ {1034.58887} }, { /*i1=9*/ {1015.22516} }, { /*i1=10*/ {1016.14655} }, { /*i1=11*/ {1003.9458} }, { /*i1=12*/ {1019.87665} }, { /*i1=13*/ {1011.43311} }, { /*i1=14*/ {1019.9118} }, { /*i1=15*/ {986.325073} } }, { /*i0=6*/ { /*i1=0*/ {1001.5614} }, { /*i1=1*/ {1010.60052} }, { /*i1=2*/ {1012.23297} }, { /*i1=3*/ {997.699768} }, { /*i1=4*/ {1020.68024} }, { /*i1=5*/ {1019.57574} }, { /*i1=6*/ {1003.78693} }, { /*i1=7*/ {990.607788} }, { /*i1=8*/ {1017.55383} }, { /*i1=9*/ {1008.00653} }, { /*i1=10*/ {1001.42633} }, { /*i1=11*/ {1004.89862} }, { /*i1=12*/ {1020.9646} }, { /*i1=13*/ {993.540039} }, { /*i1=14*/ {1012.86407} }, { /*i1=15*/ {976.830566} } }, { /*i0=7*/ { /*i1=0*/ {1010.90741} }, { /*i1=1*/ {1019.87817} }, { /*i1=2*/ {1019.0307} }, { /*i1=3*/ {1015.00916} }, { /*i1=4*/ {1032.18298} }, { /*i1=5*/ {1033.17578} }, { /*i1=6*/ {1022.24536} }, { /*i1=7*/ {1013.74469} }, { /*i1=8*/ {1027.23938} }, { /*i1=9*/ {1023.63794} }, { /*i1=10*/ {1031.11475} }, { /*i1=11*/ {1017.10645} }, { /*i1=12*/ {1044.91394} }, { /*i1=13*/ {1015.78619} }, { /*i1=14*/ {1024.78162} }, { /*i1=15*/ {1008.17395} } }, { /*i0=8*/ { /*i1=0*/ {1008.09229} }, { /*i1=1*/ {1012.79578} }, { /*i1=2*/ {1019.27057} }, { /*i1=3*/ {1016.12415} }, { /*i1=4*/ {1033.0426} }, { /*i1=5*/ {1024.96057} }, { /*i1=6*/ {1014.53802} }, { /*i1=7*/ {1015.56665} }, { /*i1=8*/ {1031.81152} }, { /*i1=9*/ {1016.2085} }, { /*i1=10*/ {1009.51025} }, { /*i1=11*/ {1018.56586} }, { /*i1=12*/ {1024.82629} }, { /*i1=13*/ {1017.16028} }, { /*i1=14*/ {1014.92236} }, { /*i1=15*/ {1004.01099} } }, { /*i0=9*/ { /*i1=0*/ {1013.74103} }, { /*i1=1*/ {1026.69287} }, { /*i1=2*/ {1027.46716} }, { /*i1=3*/ {1007.60919} }, { /*i1=4*/ {1045.3634} }, { /*i1=5*/ {1029.90222} }, { /*i1=6*/ {1023.10712} }, { /*i1=7*/ {1009.0426} }, { /*i1=8*/ {1040.92505} }, { /*i1=9*/ {1020.36884} }, { /*i1=10*/ {1022.25543} }, { /*i1=11*/ {1019.93915} }, { /*i1=12*/ {1025.43872} }, { /*i1=13*/ {1017.8277} }, { /*i1=14*/ {1029.99475} }, { /*i1=15*/ {1002.28693} } }, { /*i0=10*/ { /*i1=0*/ {1013.27478} }, { /*i1=1*/ {1028.87378} }, { /*i1=2*/ {1034.26086} }, { /*i1=3*/ {1015.66614} }, { /*i1=4*/ {1046.69885} }, { /*i1=5*/ {1040.75159} }, { /*i1=6*/ {1027.72986} }, { /*i1=7*/ {1014.08618} }, { /*i1=8*/ {1044.75269} }, { /*i1=9*/ {1035.16064} }, { /*i1=10*/ {1024.57935} }, { /*i1=11*/ {1018.2804} }, { /*i1=12*/ {1041.40515} }, { /*i1=13*/ {1014.04175} }, { /*i1=14*/ {1029.87122} }, { /*i1=15*/ {990.343201} } }, { /*i0=11*/ { /*i1=0*/ {1007.90973} }, { /*i1=1*/ {1015.83667} }, { /*i1=2*/ {1016.6889} }, { /*i1=3*/ {998.825745} }, { /*i1=4*/ {1031.54895} }, { /*i1=5*/ {1017.36841} }, { /*i1=6*/ {1008.57959} }, { /*i1=7*/ {995.692932} }, { /*i1=8*/ {1025.45776} }, { /*i1=9*/ {1019.159} }, { /*i1=10*/ {1012.13422} }, { /*i1=11*/ {1002.62952} }, { /*i1=12*/ {1015.25568} }, { /*i1=13*/ {1005.42719} }, { /*i1=14*/ {1020.9845} }, { /*i1=15*/ {982.464} } }, { /*i0=12*/ { /*i1=0*/ {1006.84729} }, { /*i1=1*/ {1015.2373} }, { /*i1=2*/ {1018.11115} }, { /*i1=3*/ {1012.79218} }, { /*i1=4*/ {1026.65076} }, { /*i1=5*/ {1030.2467} }, { /*i1=6*/ {1010.06683} }, { /*i1=7*/ {1008.70319} }, { /*i1=8*/ {1031.90686} }, { /*i1=9*/ {1012.55414} }, { /*i1=10*/ {1012.21643} }, { /*i1=11*/ {1011.88776} }, { /*i1=12*/ {1017.37128} }, { /*i1=13*/ {1001.95264} }, { /*i1=14*/ {1018.74768} }, { /*i1=15*/ {992.153} } }, { /*i0=13*/ { /*i1=0*/ {1006.72107} }, { /*i1=1*/ {1005.17792} }, { /*i1=2*/ {1019.78943} }, { /*i1=3*/ {1005.73322} }, { /*i1=4*/ {1030.43738} }, { /*i1=5*/ {1021.02441} }, { /*i1=6*/ {1006.80511} }, { /*i1=7*/ {997.128} }, { /*i1=8*/ {1032.0531} }, { /*i1=9*/ {1016.6391} }, { /*i1=10*/ {1013.26221} }, { /*i1=11*/ {1009.59241} }, { /*i1=12*/ {1028.32275} }, { /*i1=13*/ {1003.47638} }, { /*i1=14*/ {1009.46338} }, { /*i1=15*/ {988.981812} } }, { /*i0=14*/ { /*i1=0*/ {1026.20752} }, { /*i1=1*/ {1034.90857} }, { /*i1=2*/ {1044.98779} }, { /*i1=3*/ {1029.08228} }, { /*i1=4*/ {1053.86389} }, { /*i1=5*/ {1043.03845} }, { /*i1=6*/ {1038.13281} }, { /*i1=7*/ {1018.78473} }, { /*i1=8*/ {1048.48108} }, { /*i1=9*/ {1044.59009} }, { /*i1=10*/ {1041.46851} }, { /*i1=11*/ {1035.60046} }, { /*i1=12*/ {1045.87036} }, { /*i1=13*/ {1027.7} }, { /*i1=14*/ {1046.22437} }, { /*i1=15*/ {1013.8125} } }, { /*i0=15*/ { /*i1=0*/ {1035.05151} }, { /*i1=1*/ {1027.7356} }, { /*i1=2*/ {1046.38892} }, { /*i1=3*/ {1026.58154} }, { /*i1=4*/ {1048.44543} }, { /*i1=5*/ {1036.46179} }, { /*i1=6*/ {1037.11084} }, { /*i1=7*/ {1028.38318} }, { /*i1=8*/ {1055.72144} }, { /*i1=9*/ {1041.24023} }, { /*i1=10*/ {1036.12512} }, { /*i1=11*/ {1031.06897} }, { /*i1=12*/ {1042.74927} }, { /*i1=13*/ {1028.91516} }, { /*i1=14*/ {1038.49377} }, { /*i1=15*/ {1009.53021} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 (155 ms) [----------] 2 tests from ConvolutionVariantsTest (242 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (242 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.RandomData_Input16x16x16x16_Filter16x16x16x16 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 28 of 30): Note: This is test shard 28 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 2023-01-25 03:34:14.937064: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab13471570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:14.937221: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:14.937671: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab1345d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:14.937696: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:15.055463: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } 2023-01-25 03:34:15.055546: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } } 2023-01-25 03:34:15.055563: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:15.106511: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617655055583-expected.{pb,txt} 2023-01-25 03:34:15.112310: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617655106555-actual.{pb,txt} 2023-01-25 03:34:15.121715: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617655112348-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 4 (100.0000%) in shape f32[2,2,1,1] (4 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 65408, expected 87840, index {1,1,0,0}, rel error 0.255, abs error 2.24e+04 actual 24448, expected 30496, index {0,1,0,0}, rel error 0.198, abs error 6.05e+03 Expected literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } Actual literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 (192 ms) [ RUN ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D [ OK ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D (22 ms) [----------] 2 tests from ConvolutionVariantsTest (215 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (215 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 28 of 30): Note: This is test shard 28 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 2023-01-25 03:34:21.858861: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaad0cd1570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:21.859012: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:21.859503: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaad0cbd7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:21.859532: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:21.952099: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } 2023-01-25 03:34:21.952179: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } } 2023-01-25 03:34:21.952195: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:21.952656: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617661952213-expected.{pb,txt} 2023-01-25 03:34:21.952947: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617661952673-actual.{pb,txt} 2023-01-25 03:34:21.953215: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617661952962-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 4 (100.0000%) in shape f32[2,2,1,1] (4 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 65408, expected 87840, index {1,1,0,0}, rel error 0.255, abs error 2.24e+04 actual 24448, expected 30496, index {0,1,0,0}, rel error 0.198, abs error 6.05e+03 Expected literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } Actual literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 (101 ms) [ RUN ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D [ OK ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D (19 ms) [----------] 2 tests from ConvolutionVariantsTest (121 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (121 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_variants_test_cpu (shard 28 of 30): Note: This is test shard 28 of 30. [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ConvolutionVariantsTest [ RUN ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 2023-01-25 03:34:28.117249: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaebd31570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:28.117395: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:34:28.117786: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaebd1d7d0 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:34:28.117811: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:34:28.186330: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } 2023-01-25 03:34:28.186427: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[2,2,1,1] f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } } 2023-01-25 03:34:28.186443: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:34:28.186925: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617668186459-expected.{pb,txt} 2023-01-25 03:34:28.187209: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617668186942-actual.{pb,txt} 2023-01-25 03:34:28.187495: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.outputs/tempfile-1674617668187224-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 4 (100.0000%) in shape f32[2,2,1,1] (4 elements), abs bound 0.0001, rel bound 0.01 Top relative error mismatches: actual 24448, expected 14240, index {0,0,0,0}, rel error 0.717, abs error 1.02e+04 actual 65408, expected 38816, index {1,0,0,0}, rel error 0.685, abs error 2.66e+04 actual 65408, expected 87840, index {1,1,0,0}, rel error 0.255, abs error 2.24e+04 actual 24448, expected 30496, index {0,1,0,0}, rel error 0.198, abs error 6.05e+03 Expected literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {14240} }, { /*i1=1*/ {30496} } }, { /*i0=1*/ { /*i1=0*/ {38816} }, { /*i1=1*/ {87840} } } } Actual literal: f32[2,2,1,1] { { /*i0=0*/ { /*i1=0*/ {24448} }, { /*i1=1*/ {24448} } }, { /*i0=1*/ { /*i1=0*/ {65408} }, { /*i1=1*/ {65408} } } }) Expected: true [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 (78 ms) [ RUN ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D [ OK ] ConvolutionVariantsTest.BackwardFilterEvenPadding3D (20 ms) [----------] 2 tests from ConvolutionVariantsTest (99 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (99 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionVariantsTest.Filter2x2x8x8Input2x2x8x8 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 2 of 50): Note: This is test shard 2 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1, where TypeParam = Eigen::half [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types 2023-01-25 03:35:40.398133: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac3bcbd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:40.398331: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:40.399647: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac3bccf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:40.399689: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:40.830347: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:40.830411: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:40.830425: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:40.833505: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617740830444-expected.{pb,txt} 2023-01-25 03:35:40.836331: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617740833536-actual.{pb,txt} 2023-01-25 03:35:40.838246: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617740836366-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 3072 (75.0000%) in shape f16[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 0, expected inf, index {0,65,0,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,0}, rel error inf, abs error inf Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%) Elements exceeding abs error bound 0.0001: 3072 (75.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Elements exceeding rel error bound 0.001: 3072 (75.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half (449 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1 (449 ms total) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2, where TypeParam = float [ RUN ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types [ OK ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types (48 ms) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2 (48 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (497 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 2 of 50): Note: This is test shard 2 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1, where TypeParam = Eigen::half [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types 2023-01-25 03:35:52.823455: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaab8b5bd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:52.823638: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:52.824097: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaab8b5cf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:52.824127: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:53.211725: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.211785: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.211799: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:53.214643: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617753211818-expected.{pb,txt} 2023-01-25 03:35:53.217328: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617753214670-actual.{pb,txt} 2023-01-25 03:35:53.219104: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617753217357-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 3072 (75.0000%) in shape f16[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 0, expected inf, index {0,65,0,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,0}, rel error inf, abs error inf Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%) Elements exceeding abs error bound 0.0001: 3072 (75.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Elements exceeding rel error bound 0.001: 3072 (75.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half (405 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1 (405 ms total) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2, where TypeParam = float [ RUN ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types [ OK ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types (22 ms) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2 (22 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (428 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 2 of 50): Note: This is test shard 2 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1, where TypeParam = Eigen::half [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types 2023-01-25 03:36:02.642732: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaacb1abd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.642891: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:02.643310: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaacb1acf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.643334: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:03.015169: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:03.015227: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:03.015241: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:03.018192: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617763015259-expected.{pb,txt} 2023-01-25 03:36:03.020792: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617763018228-actual.{pb,txt} 2023-01-25 03:36:03.022543: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.outputs/tempfile-1674617763020822-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 3072 (75.0000%) in shape f16[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 0, expected inf, index {0,65,0,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,1,0}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,1}, rel error inf, abs error inf actual 0, expected inf, index {0,64,0,0}, rel error inf, abs error inf Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%) Elements exceeding abs error bound 0.0001: 3072 (75.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Elements exceeding rel error bound 0.001: 3072 (75.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3072 (100.0000%) >= 0.001 : 3072 (100.0000%) >= 0.01 : 3072 (100.0000%) >= 0.1 : 3072 (100.0000%) >= 1 : 3072 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half (403 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1 (403 ms total) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2, where TypeParam = float [ RUN ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types [ OK ] Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2.Types (84 ms) [----------] 1 test from Convolve2D_1x4x4x160_3x3x1x160_Depthwise_Both_Batch_In_Lanes/2 (84 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (487 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 3 of 50): Note: This is test shard 3 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2, where TypeParam = float [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types 2023-01-25 03:35:42.120975: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaebe3bd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:42.121173: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:42.309358: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaebe3cf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:42.309455: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:42.722294: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:42.722394: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:42.722408: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:42.726773: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617742722425-expected.{pb,txt} 2023-01-25 03:35:42.730230: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617742726812-actual.{pb,txt} 2023-01-25 03:35:42.732108: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617742730263-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 4096 (100.0000%) in shape f32[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 1177088, expected 293760, index {0,4,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,3,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,2,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,1,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,0,0,0}, rel error 3.01, abs error 8.83e+05 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%), mismatches 1024 Elements exceeding abs error bound 0.0001: 4096 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Elements exceeding rel error bound 0.001: 4096 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float (677 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2 (677 ms total) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types [ OK ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types (187 ms) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0 (187 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (865 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 3 of 50): Note: This is test shard 3 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2, where TypeParam = float [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types 2023-01-25 03:35:53.444479: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadabcbd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:53.444607: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:53.445009: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaadabccf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:53.445034: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:53.674037: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.674115: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.674129: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:53.678342: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617753674146-expected.{pb,txt} 2023-01-25 03:35:53.681686: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617753678374-actual.{pb,txt} 2023-01-25 03:35:53.683512: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617753681712-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 4096 (100.0000%) in shape f32[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 1177088, expected 293760, index {0,4,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,3,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,2,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,1,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,0,0,0}, rel error 3.01, abs error 8.83e+05 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%), mismatches 1024 Elements exceeding abs error bound 0.0001: 4096 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Elements exceeding rel error bound 0.001: 4096 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float (246 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2 (246 ms total) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types [ OK ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types (188 ms) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0 (188 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (435 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 3 of 50): Note: This is test shard 3 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2, where TypeParam = float [ RUN ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types 2023-01-25 03:36:02.626334: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaafa52bd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.626505: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:02.646620: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaafa52cf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.646666: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:02.943860: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:02.943914: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,256,2,2] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:02.943927: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:02.948047: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617762943944-expected.{pb,txt} 2023-01-25 03:36:02.951277: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617762948081-actual.{pb,txt} 2023-01-25 03:36:02.952983: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.outputs/tempfile-1674617762951301-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:481: Failure Value of: LiteralTestUtil::Near(reference, result, error) Actual: false ( Mismatch count 4096 (100.0000%) in shape f32[4,256,2,2] (4096 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 1177088, expected 293760, index {0,4,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,3,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,2,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,1,0,0}, rel error 3.01, abs error 8.83e+05 actual 1177088, expected 293760, index {0,0,0,0}, rel error 3.01, abs error 8.83e+05 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3072 ( 75.0000%), mismatches 3072 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 1024 ( 25.0000%), mismatches 1024 Elements exceeding abs error bound 0.0001: 4096 (100.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Elements exceeding rel error bound 0.001: 4096 (100.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4096 (100.0000%) >= 0.001 : 4096 (100.0000%) >= 0.01 : 4096 (100.0000%) >= 0.1 : 4096 (100.0000%) >= 1 : 4096 (100.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float (361 ms) [----------] 1 test from ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2 (361 ms total) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types [ OK ] Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0.Types (285 ms) [----------] 1 test from Convolve2D_1x4x4x1024_3x3x1x1024_Depthwise_Valid/0 (285 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (647 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ForwardPassConvolution_3x3x256_256_OutputZ_Iota/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 21 of 50): Note: This is test shard 21 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types 2023-01-25 03:35:46.638334: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaee47bd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:46.638511: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:46.766630: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaee47cf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:46.766714: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:46.851807: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } 2023-01-25 03:35:46.851921: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } } 2023-01-25 03:35:46.851938: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:46.852766: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617746851957-expected.{pb,txt} 2023-01-25 03:35:46.853113: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617746852788-actual.{pb,txt} 2023-01-25 03:35:46.853443: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617746853131-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 1 (33.3333%) in shape f16[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31392, expected inf, index {0,0,0,0}, rel error inf, abs error inf Expected literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } Actual literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half (222 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1 (222 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types (50 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0 (50 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (273 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 21 of 50): Note: This is test shard 21 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types 2023-01-25 03:35:56.693851: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab14e4bd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:56.694024: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:56.718519: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab14e4cf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:56.718587: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:56.780309: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } 2023-01-25 03:35:56.780391: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } } 2023-01-25 03:35:56.780407: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:56.781263: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617756780425-expected.{pb,txt} 2023-01-25 03:35:56.781575: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617756781282-actual.{pb,txt} 2023-01-25 03:35:56.781874: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617756781593-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 1 (33.3333%) in shape f16[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31392, expected inf, index {0,0,0,0}, rel error inf, abs error inf Expected literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } Actual literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half (102 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1 (102 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types (52 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0 (52 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (155 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 21 of 50): Note: This is test shard 21 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types 2023-01-25 03:36:05.705941: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaad52cbd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:05.706097: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:05.706983: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaad52ccf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:05.707029: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:05.883918: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } 2023-01-25 03:36:05.883990: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f16[1,1,1,3] f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } } 2023-01-25 03:36:05.884006: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:05.884610: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617765884022-expected.{pb,txt} 2023-01-25 03:36:05.884936: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617765884629-actual.{pb,txt} 2023-01-25 03:36:05.885212: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.outputs/tempfile-1674617765884952-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 1 (33.3333%) in shape f16[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31392, expected inf, index {0,0,0,0}, rel error inf, abs error inf Expected literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { inf, inf, inf } } } } Actual literal: f16[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31392, inf, inf } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half (197 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/1 (197 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0, where TypeParam = int [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0.Types (63 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/0 (63 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (261 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/1.Types, where TypeParam = Eigen::half 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 22 of 50): Note: This is test shard 22 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2, where TypeParam = float [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types 2023-01-25 03:35:53.653346: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0742bd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:53.653511: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:53.655303: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab0742cf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:53.655346: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:35:53.789808: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } 2023-01-25 03:35:53.789889: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } } 2023-01-25 03:35:53.789907: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:53.790485: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617753789928-expected.{pb,txt} 2023-01-25 03:35:53.790844: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617753790505-actual.{pb,txt} 2023-01-25 03:35:53.791159: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617753790862-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 3 (100.0000%) in shape f32[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31395, expected 92115, index {0,0,0,0}, rel error 0.659, abs error 6.07e+04 actual 124545, expected 94185, index {0,0,0,2}, rel error 0.322, abs error 3.04e+04 actual 77970, expected 93150, index {0,0,0,1}, rel error 0.163, abs error 1.52e+04 Expected literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } Actual literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float (162 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2 (162 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types (40 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1 (40 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (202 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 22 of 50): Note: This is test shard 22 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2, where TypeParam = float [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types 2023-01-25 03:36:02.463283: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf9b4bd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.463429: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:02.463939: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf9b4cf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.463964: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:02.527187: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } 2023-01-25 03:36:02.527263: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } } 2023-01-25 03:36:02.527278: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:02.527878: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617762527295-expected.{pb,txt} 2023-01-25 03:36:02.528166: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617762527896-actual.{pb,txt} 2023-01-25 03:36:02.528456: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617762528182-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 3 (100.0000%) in shape f32[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31395, expected 92115, index {0,0,0,0}, rel error 0.659, abs error 6.07e+04 actual 124545, expected 94185, index {0,0,0,2}, rel error 0.322, abs error 3.04e+04 actual 77970, expected 93150, index {0,0,0,1}, rel error 0.163, abs error 1.52e+04 Expected literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } Actual literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float (76 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2 (76 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types (37 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1 (37 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (113 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 22 of 50): Note: This is test shard 22 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2, where TypeParam = float [ RUN ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types 2023-01-25 03:36:12.952105: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab003abd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:12.952236: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:13.035691: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab003acf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:13.035736: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:13.147024: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } 2023-01-25 03:36:13.147091: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[1,1,1,3] f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } } 2023-01-25 03:36:13.147107: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:13.147785: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617773147125-expected.{pb,txt} 2023-01-25 03:36:13.148068: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617773147802-actual.{pb,txt} 2023-01-25 03:36:13.148328: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.outputs/tempfile-1674617773148083-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 3 (100.0000%) in shape f32[1,1,1,3] (3 elements), abs bound 0.0001, rel bound 0.001 Top relative error mismatches: actual 31395, expected 92115, index {0,0,0,0}, rel error 0.659, abs error 6.07e+04 actual 124545, expected 94185, index {0,0,0,2}, rel error 0.322, abs error 3.04e+04 actual 77970, expected 93150, index {0,0,0,1}, rel error 0.163, abs error 1.52e+04 Expected literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 92115, 93150, 94185 } } } } Actual literal: f32[1,1,1,3] { { /*i0=0*/ { /*i1=0*/ { 31395, 77970, 124545 } } } }) Expected: true [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float (224 ms) [----------] 1 test from Convolve2D_1x3x3x5_3x3x5x3_Valid/2 (224 ms total) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1, where TypeParam = Eigen::half [ RUN ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types [ OK ] Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1.Types (35 ms) [----------] 1 test from Convolve2D_1x1x1x12_1x1x3x4_Grouped_Valid/1 (35 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (259 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] Convolve2D_1x3x3x5_3x3x5x3_Valid/2.Types, where TypeParam = float 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 35 of 50): Note: This is test shard 35 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0, where TypeParam = int [ RUN ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types 2023-01-25 03:35:49.453702: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaabf96bd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:49.453882: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:35:49.512017: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaabf96cf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:35:49.512118: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types (3850 ms) [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0 (3850 ms total) [----------] 1 test from ConvolutionHloTest [ RUN ] ConvolutionHloTest.TestFusedConv2D 2023-01-25 03:35:53.576873: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.576934: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:35:53.576949: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:35:53.582040: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617753576965-expected.{pb,txt} 2023-01-25 03:35:53.586898: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617753582069-actual.{pb,txt} 2023-01-25 03:35:53.588504: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617753586933-mismatches.{pb,txt} tensorflow/compiler/xla/tests/convolution_test.cc:1771: Failure Value of: RunAndCompare(kHlo, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3188 (49.8125%) in shape f32[8,5,5,32] (6400 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0161694176, expected 0, index {0,3,1,9}, rel error inf, abs error 0.0162 actual 0.0128878094, expected 0, index {0,2,1,8}, rel error inf, abs error 0.0129 actual 0.0225762911, expected 0, index {0,1,3,8}, rel error inf, abs error 0.0226 actual 0.041117873, expected 0, index {0,1,1,13}, rel error inf, abs error 0.0411 actual 0.0433429517, expected 0, index {0,0,3,13}, rel error inf, abs error 0.0433 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2105 ( 32.8906%), mismatches 140 0.0001 <= x < 0.001 : 9 ( 0.1406%), mismatches 2 0.001 <= x < 0.01 : 95 ( 1.4844%), mismatches 19 0.01 <= x < 0.1 : 1666 ( 26.0312%), mismatches 1166 0.1 <= x < 1 : 2525 ( 39.4531%), mismatches 1861 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3188 (49.8125%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3188 (100.0000%) >= 0.001 : 3188 (100.0000%) >= 0.01 : 3188 (100.0000%) >= 0.1 : 2941 (92.2522%) >= 1 : 387 (12.1393%) Elements exceeding rel error bound 0.01: 4389 (68.5781%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0456%) >= 0.0001 : 4387 (99.9544%) >= 0.001 : 4349 (99.0886%) >= 0.01 : 3188 (72.6361%) >= 0.1 : 19 (0.4329%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ConvolutionHloTest.TestFusedConv2D (315 ms) [----------] 1 test from ConvolutionHloTest (315 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (4166 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionHloTest.TestFusedConv2D 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 35 of 50): Note: This is test shard 35 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0, where TypeParam = int [ RUN ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types 2023-01-25 03:36:02.904628: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac9b6bd10 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:02.904761: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:03.058939: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaac9b6cf60 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:03.058991: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types (2319 ms) [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0 (2319 ms total) [----------] 1 test from ConvolutionHloTest [ RUN ] ConvolutionHloTest.TestFusedConv2D 2023-01-25 03:36:05.837372: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:05.837422: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:05.837436: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:05.842311: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617765837453-expected.{pb,txt} 2023-01-25 03:36:05.847099: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617765842342-actual.{pb,txt} 2023-01-25 03:36:05.848624: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617765847134-mismatches.{pb,txt} tensorflow/compiler/xla/tests/convolution_test.cc:1771: Failure Value of: RunAndCompare(kHlo, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3188 (49.8125%) in shape f32[8,5,5,32] (6400 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0161694176, expected 0, index {0,3,1,9}, rel error inf, abs error 0.0162 actual 0.0128878094, expected 0, index {0,2,1,8}, rel error inf, abs error 0.0129 actual 0.0225762911, expected 0, index {0,1,3,8}, rel error inf, abs error 0.0226 actual 0.041117873, expected 0, index {0,1,1,13}, rel error inf, abs error 0.0411 actual 0.0433429517, expected 0, index {0,0,3,13}, rel error inf, abs error 0.0433 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2105 ( 32.8906%), mismatches 140 0.0001 <= x < 0.001 : 9 ( 0.1406%), mismatches 2 0.001 <= x < 0.01 : 95 ( 1.4844%), mismatches 19 0.01 <= x < 0.1 : 1666 ( 26.0312%), mismatches 1166 0.1 <= x < 1 : 2525 ( 39.4531%), mismatches 1861 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3188 (49.8125%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3188 (100.0000%) >= 0.001 : 3188 (100.0000%) >= 0.01 : 3188 (100.0000%) >= 0.1 : 2941 (92.2522%) >= 1 : 387 (12.1393%) Elements exceeding rel error bound 0.01: 4389 (68.5781%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0456%) >= 0.0001 : 4387 (99.9544%) >= 0.001 : 4349 (99.0886%) >= 0.01 : 3188 (72.6361%) >= 0.1 : 19 (0.4329%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ConvolutionHloTest.TestFusedConv2D (678 ms) [----------] 1 test from ConvolutionHloTest (678 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (2998 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionHloTest.TestFusedConv2D 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_test_cpu (shard 35 of 50): Note: This is test shard 35 of 50. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0, where TypeParam = int [ RUN ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types 2023-01-25 03:36:15.485145: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab1789bd40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:15.485302: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:15.600658: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaab1789cf90 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:15.600736: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, [ OK ] Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0.Types (3562 ms) [----------] 1 test from Convolve2D_256x4x4x512_3x3x1x512_Depthwise_Input_Batch_in_Lanes/0 (3562 ms total) [----------] 1 test from ConvolutionHloTest [ RUN ] ConvolutionHloTest.TestFusedConv2D 2023-01-25 03:36:20.034240: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:20.034277: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[8,5,5,32] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:36:20.034289: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:20.039244: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617780034306-expected.{pb,txt} 2023-01-25 03:36:20.043994: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617780039270-actual.{pb,txt} 2023-01-25 03:36:20.045526: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.outputs/tempfile-1674617780044020-mismatches.{pb,txt} tensorflow/compiler/xla/tests/convolution_test.cc:1771: Failure Value of: RunAndCompare(kHlo, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3188 (49.8125%) in shape f32[8,5,5,32] (6400 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0161694176, expected 0, index {0,3,1,9}, rel error inf, abs error 0.0162 actual 0.0128878094, expected 0, index {0,2,1,8}, rel error inf, abs error 0.0129 actual 0.0225762911, expected 0, index {0,1,3,8}, rel error inf, abs error 0.0226 actual 0.041117873, expected 0, index {0,1,1,13}, rel error inf, abs error 0.0411 actual 0.0433429517, expected 0, index {0,0,3,13}, rel error inf, abs error 0.0433 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2105 ( 32.8906%), mismatches 140 0.0001 <= x < 0.001 : 9 ( 0.1406%), mismatches 2 0.001 <= x < 0.01 : 95 ( 1.4844%), mismatches 19 0.01 <= x < 0.1 : 1666 ( 26.0312%), mismatches 1166 0.1 <= x < 1 : 2525 ( 39.4531%), mismatches 1861 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3188 (49.8125%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3188 (100.0000%) >= 0.001 : 3188 (100.0000%) >= 0.01 : 3188 (100.0000%) >= 0.1 : 2941 (92.2522%) >= 1 : 387 (12.1393%) Elements exceeding rel error bound 0.01: 4389 (68.5781%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0456%) >= 0.0001 : 4387 (99.9544%) >= 0.001 : 4349 (99.0886%) >= 0.01 : 3188 (72.6361%) >= 0.1 : 19 (0.4329%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] ConvolutionHloTest.TestFusedConv2D (1104 ms) [----------] 1 test from ConvolutionHloTest (1104 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (4667 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionHloTest.TestFusedConv2D 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_dimension_numbers_test_cpu (shard 4 of 20): Note: This is test shard 4 of 20. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionDimensionNumbersTest [ RUN ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 2023-01-25 03:36:55.832482: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaddcd90c0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:55.832688: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:36:55.833085: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaddd27e80 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:36:55.833120: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:36:55.945145: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } 2023-01-25 03:36:55.945268: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } } 2023-01-25 03:36:55.945285: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:36:55.945805: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617815945304-expected.{pb,txt} 2023-01-25 03:36:55.946109: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617815945823-actual.{pb,txt} 2023-01-25 03:36:55.946522: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617815946155-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 12 (100.0000%) in shape f32[4,3,1,1] (12 elements), abs bound 0.001, rel bound 0.01 Top relative error mismatches: actual 11974.1201, expected 3158.7998, index {0,2,0,0}, rel error 2.79, abs error 8.82e+03 actual 9251.87012, expected 2475.05005, index {0,1,0,0}, rel error 2.74, abs error 6.78e+03 actual 6529.62012, expected 1791.30005, index {0,0,0,0}, rel error 2.65, abs error 4.74e+03 actual 8906.26953, expected 15685.499, index {3,0,0,0}, rel error 0.432, abs error 6.78e+03 actual 12658.5674, expected 21398.0059, index {3,1,0,0}, rel error 0.408, abs error 8.74e+03 Expected literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } Actual literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } }) Expected: true [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers (130 ms) [----------] 1 test from ConvolutionDimensionNumbersTest (130 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (130 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_dimension_numbers_test_cpu (shard 4 of 20): Note: This is test shard 4 of 20. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionDimensionNumbersTest [ RUN ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 2023-01-25 03:37:02.866320: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf0f190c0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:37:02.866462: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:37:02.956251: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf0f67e80 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:37:02.956324: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:37:03.126643: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } 2023-01-25 03:37:03.126747: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } } 2023-01-25 03:37:03.126764: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:37:03.127208: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617823126784-expected.{pb,txt} 2023-01-25 03:37:03.127498: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617823127225-actual.{pb,txt} 2023-01-25 03:37:03.127842: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617823127514-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 12 (100.0000%) in shape f32[4,3,1,1] (12 elements), abs bound 0.001, rel bound 0.01 Top relative error mismatches: actual 11974.1201, expected 3158.7998, index {0,2,0,0}, rel error 2.79, abs error 8.82e+03 actual 9251.87012, expected 2475.05005, index {0,1,0,0}, rel error 2.74, abs error 6.78e+03 actual 6529.62012, expected 1791.30005, index {0,0,0,0}, rel error 2.65, abs error 4.74e+03 actual 8906.26953, expected 15685.499, index {3,0,0,0}, rel error 0.432, abs error 6.78e+03 actual 12658.5674, expected 21398.0059, index {3,1,0,0}, rel error 0.408, abs error 8.74e+03 Expected literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } Actual literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } }) Expected: true [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers (312 ms) [----------] 1 test from ConvolutionDimensionNumbersTest (312 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (312 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:convolution_dimension_numbers_test_cpu (shard 4 of 20): Note: This is test shard 4 of 20. [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from ConvolutionDimensionNumbersTest [ RUN ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 2023-01-25 03:37:09.796528: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf1da90c0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:37:09.796679: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:37:09.797052: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xaaaaf1df7e80 initialized for platform Interpreter (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:37:09.797079: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Interpreter, 2023-01-25 03:37:09.901481: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } 2023-01-25 03:37:09.901606: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,3,1,1] f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } } 2023-01-25 03:37:09.901623: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:37:09.902238: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617829901641-expected.{pb,txt} 2023-01-25 03:37:09.902550: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617829902255-actual.{pb,txt} 2023-01-25 03:37:09.902834: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.outputs/tempfile-1674617829902565-mismatches.{pb,txt} tensorflow/compiler/xla/tests/client_library_test_base.cc:413: Failure Value of: LiteralTestUtil::Near(*expected_ptr, actual, error) Actual: false ( Mismatch count 12 (100.0000%) in shape f32[4,3,1,1] (12 elements), abs bound 0.001, rel bound 0.01 Top relative error mismatches: actual 11974.1201, expected 3158.7998, index {0,2,0,0}, rel error 2.79, abs error 8.82e+03 actual 9251.87012, expected 2475.05005, index {0,1,0,0}, rel error 2.74, abs error 6.78e+03 actual 6529.62012, expected 1791.30005, index {0,0,0,0}, rel error 2.65, abs error 4.74e+03 actual 8906.26953, expected 15685.499, index {3,0,0,0}, rel error 0.432, abs error 6.78e+03 actual 12658.5674, expected 21398.0059, index {3,1,0,0}, rel error 0.408, abs error 8.74e+03 Expected literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {1791.3} }, { /*i1=1*/ {2475.05} }, { /*i1=2*/ {3158.7998} } }, { /*i0=1*/ { /*i1=0*/ {6422.69971} }, { /*i1=1*/ {8782.7} }, { /*i1=2*/ {11142.7012} } }, { /*i0=2*/ { /*i1=0*/ {11054.1006} }, { /*i1=1*/ {15090.3525} }, { /*i1=2*/ {19126.6016} } }, { /*i0=3*/ { /*i1=0*/ {15685.499} }, { /*i1=1*/ {21398.0059} }, { /*i1=2*/ {27110.5059} } } } Actual literal: f32[4,3,1,1] { { /*i0=0*/ { /*i1=0*/ {6529.62} }, { /*i1=1*/ {9251.87} }, { /*i1=2*/ {11974.1201} } }, { /*i0=1*/ { /*i1=0*/ {7198.86182} }, { /*i1=1*/ {10234.3105} }, { /*i1=2*/ {13269.7588} } }, { /*i0=2*/ { /*i1=0*/ {7808.95264} }, { /*i1=1*/ {11091.4521} }, { /*i1=2*/ {14373.9531} } }, { /*i0=3*/ { /*i1=0*/ {8906.27} }, { /*i1=1*/ {12658.5674} }, { /*i1=2*/ {16410.8691} } } }) Expected: true [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers (113 ms) [----------] 1 test from ConvolutionDimensionNumbersTest (113 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (114 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] ConvolutionDimensionNumbersTest.TwoConvsWithDifferentDimensionNumbers 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 3 of 40): Note: This is test shard 3 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:20.824169: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } 2023-01-25 03:38:20.824518: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } } 2023-01-25 03:38:20.824544: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:20.825193: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617900824565-expected.{pb,txt} 2023-01-25 03:38:20.825632: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617900825210-actual.{pb,txt} 2023-01-25 03:38:20.826010: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617900825648-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 188 (94.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.344, expected 2.109, index {0,4,1,0}, rel error 0.363, abs error 0.766 actual 2.359, expected 1.758, index {1,9,0,0}, rel error 0.342, abs error 0.602 actual 2.078, expected 1.57, index {4,9,0,0}, rel error 0.323, abs error 0.508 actual 1.414, expected 1.07, index {0,0,0,0}, rel error 0.321, abs error 0.344 actual 1.57, expected 2.281, index {0,6,1,0}, rel error 0.312, abs error 0.711 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 187 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 188 (94.9495%) >= 0.1 : 85 (42.9293%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 188 (94.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 188 (100.0000%) >= 0.001 : 188 (100.0000%) >= 0.01 : 188 (100.0000%) >= 0.1 : 153 (81.3830%) >= 1 : 0 (0.0000%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-6B C2-DD AA-AA 00-00 E0-6B C2-DD AA-AA 00-00 E0-6B C2-DD AA-AA 00-00 C0-7B C0-DD AA-AA 00-00 E0-7B C0-DD AA-AA 00-00 ... E0-EA C1-DD AA-AA 00-00 E0-EA C1-DD AA-AA 00-00 60-74 C2-DD AA-AA 00-00 80-74 C2-DD AA-AA 00-00 80-74 C2-DD AA-AA 00-00 90-8E C0-DD AA-AA 00-00 B0-8E C0-DD AA-AA 00-00 B0-8E C0-DD AA-AA 00-00>, true) (218 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (218 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (127 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (127 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (346 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-6B C2-DD AA-AA 00-00 E0-6B C2-DD AA-AA 00-00 E0-6B C2-DD AA-AA 00-00 C0-7B C0-DD AA-AA 00-00 E0-7B C0-DD AA-AA 00-00 ... E0-EA C1-DD AA-AA 00-00 E0-EA C1-DD AA-AA 00-00 60-74 C2-DD AA-AA 00-00 80-74 C2-DD AA-AA 00-00 80-74 C2-DD AA-AA 00-00 90-8E C0-DD AA-AA 00-00 B0-8E C0-DD AA-AA 00-00 B0-8E C0-DD AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 3 of 40): Note: This is test shard 3 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:28.900762: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } 2023-01-25 03:38:28.901108: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } } 2023-01-25 03:38:28.901139: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.901861: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617908901167-expected.{pb,txt} 2023-01-25 03:38:28.902417: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617908901883-actual.{pb,txt} 2023-01-25 03:38:28.902909: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617908902439-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 188 (94.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.344, expected 2.109, index {0,4,1,0}, rel error 0.363, abs error 0.766 actual 2.359, expected 1.758, index {1,9,0,0}, rel error 0.342, abs error 0.602 actual 2.078, expected 1.57, index {4,9,0,0}, rel error 0.323, abs error 0.508 actual 1.414, expected 1.07, index {0,0,0,0}, rel error 0.321, abs error 0.344 actual 1.57, expected 2.281, index {0,6,1,0}, rel error 0.312, abs error 0.711 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 187 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 188 (94.9495%) >= 0.1 : 85 (42.9293%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 188 (94.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 188 (100.0000%) >= 0.001 : 188 (100.0000%) >= 0.01 : 188 (100.0000%) >= 0.1 : 153 (81.3830%) >= 1 : 0 (0.0000%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-F7 55-E2 AA-AA 00-00 90-F7 55-E2 AA-AA 00-00 90-F7 55-E2 AA-AA 00-00 40-A8 55-E2 AA-AA 00-00 60-A8 55-E2 AA-AA 00-00 ... D0-7C 56-E2 AA-AA 00-00 D0-7C 56-E2 AA-AA 00-00 50-C8 55-E2 AA-AA 00-00 70-C8 55-E2 AA-AA 00-00 70-C8 55-E2 AA-AA 00-00 C0-C4 55-E2 AA-AA 00-00 E0-C4 55-E2 AA-AA 00-00 E0-C4 55-E2 AA-AA 00-00>, true) (339 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (339 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (132 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (132 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (472 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-F7 55-E2 AA-AA 00-00 90-F7 55-E2 AA-AA 00-00 90-F7 55-E2 AA-AA 00-00 40-A8 55-E2 AA-AA 00-00 60-A8 55-E2 AA-AA 00-00 ... D0-7C 56-E2 AA-AA 00-00 D0-7C 56-E2 AA-AA 00-00 50-C8 55-E2 AA-AA 00-00 70-C8 55-E2 AA-AA 00-00 70-C8 55-E2 AA-AA 00-00 C0-C4 55-E2 AA-AA 00-00 E0-C4 55-E2 AA-AA 00-00 E0-C4 55-E2 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 3 of 40): Note: This is test shard 3 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:38.484010: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } 2023-01-25 03:38:38.484380: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } } 2023-01-25 03:38:38.484411: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.485091: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617918484433-expected.{pb,txt} 2023-01-25 03:38:38.485572: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617918485108-actual.{pb,txt} 2023-01-25 03:38:38.485992: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.outputs/tempfile-1674617918485589-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 188 (94.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.344, expected 2.109, index {0,4,1,0}, rel error 0.363, abs error 0.766 actual 2.359, expected 1.758, index {1,9,0,0}, rel error 0.342, abs error 0.602 actual 2.078, expected 1.57, index {4,9,0,0}, rel error 0.323, abs error 0.508 actual 1.414, expected 1.07, index {0,0,0,0}, rel error 0.321, abs error 0.344 actual 1.57, expected 2.281, index {0,6,1,0}, rel error 0.312, abs error 0.711 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 187 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 188 (94.9495%) >= 0.1 : 85 (42.9293%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 188 (94.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 188 (100.0000%) >= 0.001 : 188 (100.0000%) >= 0.01 : 188 (100.0000%) >= 0.1 : 153 (81.3830%) >= 1 : 0 (0.0000%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.07}, {1.32} }, { /*i1=1*/ {1.93}, {1.633} }, { /*i1=2*/ {2.234}, {1.617} }, { /*i1=3*/ {2.406}, {1.609} }, { /*i1=4*/ {2.031}, {2.109} }, { /*i1=5*/ {1.867}, {1.836} }, { /*i1=6*/ {1.883}, {2.281} }, { /*i1=7*/ {2.328}, {2.109} }, { /*i1=8*/ {1.977}, {2.047} }, { /*i1=9*/ {1.625}, {1.367} } }, { /*i0=1*/ { /*i1=0*/ {1.867}, {2.125} }, { /*i1=1*/ {3.078}, {2.766} }, { /*i1=2*/ {3}, {2.797} }, { /*i1=3*/ {3.062}, {2.875} }, { /*i1=4*/ {2.547}, {3.234} }, { /*i1=5*/ {2.844}, {2.906} }, { /*i1=6*/ {3.188}, {2.922} }, { /*i1=7*/ {3.312}, {2.984} }, { /*i1=8*/ {2.719}, {3.219} }, { /*i1=9*/ {1.758}, {1.969} } }, { /*i0=2*/ { /*i1=0*/ {1.82}, {2.016} }, { /*i1=1*/ {3.078}, {2.922} }, { /*i1=2*/ {3.125}, {2.859} }, { /*i1=3*/ {2.812}, {3.453} }, { /*i1=4*/ {2.891}, {2.406} }, { /*i1=5*/ {3.359}, {3.078} }, { /*i1=6*/ {3.422}, {3.078} }, { /*i1=7*/ {2.938}, {2.828} }, { /*i1=8*/ {2.578}, {3.203} }, { /*i1=9*/ {1.891}, {1.844} } }, { /*i0=3*/ { /*i1=0*/ {1.953}, {2} }, { /*i1=1*/ {3.062}, {3.016} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.203}, {3.422} }, { /*i1=4*/ {2.734}, {3.359} }, { /*i1=5*/ {3.141}, {2.938} }, { /*i1=6*/ {2.859}, {3.016} }, { /*i1=7*/ {3.172}, {2.453} }, { /*i1=8*/ {2.938}, {3.266} }, { /*i1=9*/ {1.906}, {1.922} } }, { /*i0=4*/ { /*i1=0*/ {2.266}, {1.531} }, { /*i1=1*/ {3.031}, {2.734} }, { /*i1=2*/ {3.359}, {2.75} }, { /*i1=3*/ {3.031}, {3.234} }, { /*i1=4*/ {2.547}, {2.688} }, { /*i1=5*/ {2.625}, {2.953} }, { /*i1=6*/ {2.781}, {2.844} }, { /*i1=7*/ {2.578}, {2.828} }, { /*i1=8*/ {2.812}, {3.266} }, { /*i1=9*/ {1.57}, {2.203} } }, { /*i0=5*/ { /*i1=0*/ {1.898}, {1.836} }, { /*i1=1*/ {3.75}, {2.781} }, { /*i1=2*/ {3.219}, {3.031} }, { /*i1=3*/ {2.984}, {3.531} }, { /*i1=4*/ {3.25}, {3.484} }, { /*i1=5*/ {2.781}, {2.984} }, { /*i1=6*/ {3.266}, {2.656} }, { /*i1=7*/ {2.453}, {3.125} }, { /*i1=8*/ {2.234}, {3.031} }, { /*i1=9*/ {1.812}, {1.82} } }, { /*i0=6*/ { /*i1=0*/ {2.266}, {1.695} }, { /*i1=1*/ {3.328}, {2.812} }, { /*i1=2*/ {3.375}, {2.781} }, { /*i1=3*/ {3.031}, {3.031} }, { /*i1=4*/ {2.484}, {2.828} }, { /*i1=5*/ {3.125}, {2.672} }, { /*i1=6*/ {2.812}, {2.969} }, { /*i1=7*/ {3.109}, {2.828} }, { /*i1=8*/ {2.812}, {2.688} }, { /*i1=9*/ {2.016}, {1.992} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2.219} }, { /*i1=1*/ {3.453}, {2.953} }, { /*i1=2*/ {3.172}, {2.656} }, { /*i1=3*/ {3.016}, {2.875} }, { /*i1=4*/ {3.094}, {2.859} }, { /*i1=5*/ {3.016}, {2.875} }, { /*i1=6*/ {3.281}, {2.609} }, { /*i1=7*/ {3.094}, {2.766} }, { /*i1=8*/ {3.047}, {2.828} }, { /*i1=9*/ {1.641}, {1.734} } }, { /*i0=8*/ { /*i1=0*/ {2.062}, {2.281} }, { /*i1=1*/ {3.422}, {2.75} }, { /*i1=2*/ {3.266}, {3.062} }, { /*i1=3*/ {3}, {3.266} }, { /*i1=4*/ {2.75}, {3.078} }, { /*i1=5*/ {2.562}, {3} }, { /*i1=6*/ {2.938}, {2.594} }, { /*i1=7*/ {2.797}, {2.547} }, { /*i1=8*/ {3.125}, {2.656} }, { /*i1=9*/ {2.016}, {2.391} } }, { /*i0=9*/ { /*i1=0*/ {1.273}, {1.336} }, { /*i1=1*/ {2.422}, {2.375} }, { /*i1=2*/ {2.094}, {2.062} }, { /*i1=3*/ {1.609}, {2.016} }, { /*i1=4*/ {1.312}, {1.969} }, { /*i1=5*/ {1.977}, {2.172} }, { /*i1=6*/ {2.109}, {2.328} }, { /*i1=7*/ {2.422}, {1.828} }, { /*i1=8*/ {1.953}, {1.922} }, { /*i1=9*/ {1.656}, {1.203} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.414}, {1.008} }, { /*i1=1*/ {1.891}, {1.891} }, { /*i1=2*/ {2.266}, {1.93} }, { /*i1=3*/ {2.188}, {1.594} }, { /*i1=4*/ {2.25}, {1.344} }, { /*i1=5*/ {1.977}, {1.602} }, { /*i1=6*/ {2.031}, {1.57} }, { /*i1=7*/ {2.094}, {2.062} }, { /*i1=8*/ {2.109}, {1.633} }, { /*i1=9*/ {1.617}, {1.195} } }, { /*i0=1*/ { /*i1=0*/ {1.578}, {1.953} }, { /*i1=1*/ {2.688}, {3.188} }, { /*i1=2*/ {2.734}, {2.781} }, { /*i1=3*/ {3.219}, {2.578} }, { /*i1=4*/ {2.469}, {3.547} }, { /*i1=5*/ {2.656}, {2.375} }, { /*i1=6*/ {3.406}, {2.203} }, { /*i1=7*/ {3.594}, {3.031} }, { /*i1=8*/ {2.484}, {3.078} }, { /*i1=9*/ {2.359}, {1.773} } }, { /*i0=2*/ { /*i1=0*/ {2.297}, {1.969} }, { /*i1=1*/ {3.062}, {2.891} }, { /*i1=2*/ {3.594}, {2.875} }, { /*i1=3*/ {3.141}, {2.844} }, { /*i1=4*/ {2.828}, {2.922} }, { /*i1=5*/ {3.156}, {3.172} }, { /*i1=6*/ {2.781}, {2.984} }, { /*i1=7*/ {3.656}, {3.172} }, { /*i1=8*/ {3.297}, {2.875} }, { /*i1=9*/ {2.438}, {1.984} } }, { /*i0=3*/ { /*i1=0*/ {1.852}, {2.344} }, { /*i1=1*/ {3.469}, {2.906} }, { /*i1=2*/ {3.016}, {3.266} }, { /*i1=3*/ {3.141}, {3.812} }, { /*i1=4*/ {3.172}, {3.688} }, { /*i1=5*/ {2.562}, {2.953} }, { /*i1=6*/ {3.609}, {2.625} }, { /*i1=7*/ {3.391}, {2.484} }, { /*i1=8*/ {3.156}, {2.828} }, { /*i1=9*/ {2.344}, {2.312} } }, { /*i0=4*/ { /*i1=0*/ {2.109}, {1.57} }, { /*i1=1*/ {3.188}, {3.094} }, { /*i1=2*/ {3.703}, {3.062} }, { /*i1=3*/ {3.688}, {3.125} }, { /*i1=4*/ {2.953}, {3.016} }, { /*i1=5*/ {3.359}, {3.062} }, { /*i1=6*/ {3.078}, {3.062} }, { /*i1=7*/ {2.531}, {2.625} }, { /*i1=8*/ {2.703}, {3.578} }, { /*i1=9*/ {2.078}, {2.469} } }, { /*i0=5*/ { /*i1=0*/ {2.234}, {1.891} }, { /*i1=1*/ {3.109}, {2.578} }, { /*i1=2*/ {3.125}, {3.094} }, { /*i1=3*/ {3.062}, {3.328} }, { /*i1=4*/ {2.562}, {2.781} }, { /*i1=5*/ {2.984}, {2.672} }, { /*i1=6*/ {2.703}, {3.203} }, { /*i1=7*/ {2.547}, {2.812} }, { /*i1=8*/ {2.922}, {3} }, { /*i1=9*/ {1.93}, {1.773} } }, { /*i0=6*/ { /*i1=0*/ {1.789}, {1.852} }, { /*i1=1*/ {3.172}, {2.688} }, { /*i1=2*/ {3.328}, {3.125} }, { /*i1=3*/ {3.016}, {2.75} }, { /*i1=4*/ {2.578}, {2.891} }, { /*i1=5*/ {3.312}, {2.875} }, { /*i1=6*/ {3}, {3.031} }, { /*i1=7*/ {2.875}, {3.156} }, { /*i1=8*/ {2.797}, {3} }, { /*i1=9*/ {1.883}, {1.617} } }, { /*i0=7*/ { /*i1=0*/ {2.156}, {2.203} }, { /*i1=1*/ {3.203}, {2.547} }, { /*i1=2*/ {3.281}, {3.062} }, { /*i1=3*/ {2.891}, {3.281} }, { /*i1=4*/ {2.984}, {2.953} }, { /*i1=5*/ {2.891}, {3.094} }, { /*i1=6*/ {3.141}, {2.859} }, { /*i1=7*/ {3.125}, {2.969} }, { /*i1=8*/ {3.141}, {3.359} }, { /*i1=9*/ {1.688}, {1.773} } }, { /*i0=8*/ { /*i1=0*/ {2.078}, {2.094} }, { /*i1=1*/ {3.297}, {2.672} }, { /*i1=2*/ {2.859}, {2.891} }, { /*i1=3*/ {2.734}, {2.75} }, { /*i1=4*/ {2.312}, {3.25} }, { /*i1=5*/ {3.344}, {2.828} }, { /*i1=6*/ {2.641}, {2.594} }, { /*i1=7*/ {2.969}, {2.266} }, { /*i1=8*/ {2.875}, {2.969} }, { /*i1=9*/ {2.094}, {2.328} } }, { /*i0=9*/ { /*i1=0*/ {0.9062}, {1.578} }, { /*i1=1*/ {2.188}, {2.078} }, { /*i1=2*/ {1.625}, {1.805} }, { /*i1=3*/ {1.625}, {1.75} }, { /*i1=4*/ {1.57}, {2.188} }, { /*i1=5*/ {1.875}, {1.922} }, { /*i1=6*/ {2}, {2.047} }, { /*i1=7*/ {2.25}, {1.656} }, { /*i1=8*/ {1.82}, {1.992} }, { /*i1=9*/ {1.469}, {1.305} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 50-72 3E-F4 AA-AA 00-00 70-72 3E-F4 AA-AA 00-00 70-72 3E-F4 AA-AA 00-00 80-A3 3D-F4 AA-AA 00-00 A0-A3 3D-F4 AA-AA 00-00 ... 00-70 3E-F4 AA-AA 00-00 00-70 3E-F4 AA-AA 00-00 10-A4 3D-F4 AA-AA 00-00 30-A4 3D-F4 AA-AA 00-00 30-A4 3D-F4 AA-AA 00-00 80-B3 3D-F4 AA-AA 00-00 A0-B3 3D-F4 AA-AA 00-00 A0-B3 3D-F4 AA-AA 00-00>, true) (617 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (617 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (199 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (199 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (817 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 50-72 3E-F4 AA-AA 00-00 70-72 3E-F4 AA-AA 00-00 70-72 3E-F4 AA-AA 00-00 80-A3 3D-F4 AA-AA 00-00 A0-A3 3D-F4 AA-AA 00-00 ... 00-70 3E-F4 AA-AA 00-00 00-70 3E-F4 AA-AA 00-00 10-A4 3D-F4 AA-AA 00-00 30-A4 3D-F4 AA-AA 00-00 30-A4 3D-F4 AA-AA 00-00 80-B3 3D-F4 AA-AA 00-00 A0-B3 3D-F4 AA-AA 00-00 A0-B3 3D-F4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 2 of 40): Note: This is test shard 2 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:20.555364: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } 2023-01-25 03:38:20.555835: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } } 2023-01-25 03:38:20.555864: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:20.556644: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617900555885-expected.{pb,txt} 2023-01-25 03:38:20.557157: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617900556664-actual.{pb,txt} 2023-01-25 03:38:20.557524: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617900557172-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 186 (93.0000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.34661305, expected 2.10508633, index {0,4,1,0}, rel error 0.36, abs error 0.758 actual 2.35370922, expected 1.76042616, index {1,9,0,0}, rel error 0.337, abs error 0.593 actual 1.41423452, expected 1.06900477, index {0,0,0,0}, rel error 0.323, abs error 0.345 actual 2.07064223, expected 1.56866086, index {4,9,0,0}, rel error 0.32, abs error 0.502 actual 2.93117237, expected 2.23259544, index {5,8,0,0}, rel error 0.313, abs error 0.699 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 185 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 186 (93.9394%) >= 0.1 : 87 (43.9394%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 186 (93.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 186 (100.0000%) >= 0.001 : 186 (100.0000%) >= 0.01 : 186 (100.0000%) >= 0.1 : 153 (82.2581%) >= 1 : 0 (0.0000%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-BE DE-06 AB-AA 00-00 E0-BE DE-06 AB-AA 00-00 E0-BE DE-06 AB-AA 00-00 90-BE DE-06 AB-AA 00-00 B0-BE DE-06 AB-AA 00-00 ... C0-BD DE-06 AB-AA 00-00 C0-BD DE-06 AB-AA 00-00 70-BD DE-06 AB-AA 00-00 90-BD DE-06 AB-AA 00-00 90-BD DE-06 AB-AA 00-00 D0-E6 DE-06 AB-AA 00-00 F0-E6 DE-06 AB-AA 00-00 F0-E6 DE-06 AB-AA 00-00>, false) (222 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (222 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (179 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (179 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (402 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-BE DE-06 AB-AA 00-00 E0-BE DE-06 AB-AA 00-00 E0-BE DE-06 AB-AA 00-00 90-BE DE-06 AB-AA 00-00 B0-BE DE-06 AB-AA 00-00 ... C0-BD DE-06 AB-AA 00-00 C0-BD DE-06 AB-AA 00-00 70-BD DE-06 AB-AA 00-00 90-BD DE-06 AB-AA 00-00 90-BD DE-06 AB-AA 00-00 D0-E6 DE-06 AB-AA 00-00 F0-E6 DE-06 AB-AA 00-00 F0-E6 DE-06 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 2 of 40): Note: This is test shard 2 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:28.505496: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } 2023-01-25 03:38:28.505962: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } } 2023-01-25 03:38:28.505992: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.506739: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617908506012-expected.{pb,txt} 2023-01-25 03:38:28.507277: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617908506761-actual.{pb,txt} 2023-01-25 03:38:28.507668: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617908507293-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 186 (93.0000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.34661305, expected 2.10508633, index {0,4,1,0}, rel error 0.36, abs error 0.758 actual 2.35370922, expected 1.76042616, index {1,9,0,0}, rel error 0.337, abs error 0.593 actual 1.41423452, expected 1.06900477, index {0,0,0,0}, rel error 0.323, abs error 0.345 actual 2.07064223, expected 1.56866086, index {4,9,0,0}, rel error 0.32, abs error 0.502 actual 2.93117237, expected 2.23259544, index {5,8,0,0}, rel error 0.313, abs error 0.699 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 185 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 186 (93.9394%) >= 0.1 : 87 (43.9394%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 186 (93.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 186 (100.0000%) >= 0.001 : 186 (100.0000%) >= 0.01 : 186 (100.0000%) >= 0.1 : 153 (82.2581%) >= 1 : 0 (0.0000%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-BB 89-F8 AA-AA 00-00 80-BB 89-F8 AA-AA 00-00 80-BB 89-F8 AA-AA 00-00 30-BB 89-F8 AA-AA 00-00 50-BB 89-F8 AA-AA 00-00 ... E0-BE 89-F8 AA-AA 00-00 E0-BE 89-F8 AA-AA 00-00 90-BE 89-F8 AA-AA 00-00 B0-BE 89-F8 AA-AA 00-00 B0-BE 89-F8 AA-AA 00-00 E0-F6 89-F8 AA-AA 00-00 00-F7 89-F8 AA-AA 00-00 00-F7 89-F8 AA-AA 00-00>, false) (325 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (325 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (210 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (210 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (535 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-BB 89-F8 AA-AA 00-00 80-BB 89-F8 AA-AA 00-00 80-BB 89-F8 AA-AA 00-00 30-BB 89-F8 AA-AA 00-00 50-BB 89-F8 AA-AA 00-00 ... E0-BE 89-F8 AA-AA 00-00 E0-BE 89-F8 AA-AA 00-00 90-BE 89-F8 AA-AA 00-00 B0-BE 89-F8 AA-AA 00-00 B0-BE 89-F8 AA-AA 00-00 E0-F6 89-F8 AA-AA 00-00 00-F7 89-F8 AA-AA 00-00 00-F7 89-F8 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 2 of 40): Note: This is test shard 2 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:38.614277: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } 2023-01-25 03:38:38.614690: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } } 2023-01-25 03:38:38.614725: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.615458: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617918614744-expected.{pb,txt} 2023-01-25 03:38:38.615992: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617918615477-actual.{pb,txt} 2023-01-25 03:38:38.616427: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.outputs/tempfile-1674617918616009-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 186 (93.0000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.34661305, expected 2.10508633, index {0,4,1,0}, rel error 0.36, abs error 0.758 actual 2.35370922, expected 1.76042616, index {1,9,0,0}, rel error 0.337, abs error 0.593 actual 1.41423452, expected 1.06900477, index {0,0,0,0}, rel error 0.323, abs error 0.345 actual 2.07064223, expected 1.56866086, index {4,9,0,0}, rel error 0.32, abs error 0.502 actual 2.93117237, expected 2.23259544, index {5,8,0,0}, rel error 0.313, abs error 0.699 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 185 Elements exceeding abs error bound 0.01: 198 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 198 (100.0000%) >= 0.001 : 198 (100.0000%) >= 0.01 : 186 (93.9394%) >= 0.1 : 87 (43.9394%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 186 (93.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 186 (100.0000%) >= 0.001 : 186 (100.0000%) >= 0.01 : 186 (100.0000%) >= 0.1 : 153 (82.2581%) >= 1 : 0 (0.0000%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.06900477}, {1.32135725} }, { /*i1=1*/ {1.93066919}, {1.63581765} }, { /*i1=2*/ {2.23639798}, {1.61673546} }, { /*i1=3*/ {2.40277839}, {1.61158943} }, { /*i1=4*/ {2.03432369}, {2.10508633} }, { /*i1=5*/ {1.86503053}, {1.837116} }, { /*i1=6*/ {1.884305}, {2.27665734} }, { /*i1=7*/ {2.32930422}, {2.10387206} }, { /*i1=8*/ {1.9782213}, {2.03907013} }, { /*i1=9*/ {1.62985301}, {1.36404848} } }, { /*i0=1*/ { /*i1=0*/ {1.87064457}, {2.12991643} }, { /*i1=1*/ {3.0792048}, {2.76137924} }, { /*i1=2*/ {3.00251389}, {2.78935575} }, { /*i1=3*/ {3.06182146}, {2.87888432} }, { /*i1=4*/ {2.55310845}, {3.23044443} }, { /*i1=5*/ {2.84662414}, {2.90113664} }, { /*i1=6*/ {3.19409204}, {2.91443872} }, { /*i1=7*/ {3.32139635}, {2.98882151} }, { /*i1=8*/ {2.7222302}, {3.22411942} }, { /*i1=9*/ {1.76042616}, {1.96907735} } }, { /*i0=2*/ { /*i1=0*/ {1.82511497}, {2.01049781} }, { /*i1=1*/ {3.08562875}, {2.92196536} }, { /*i1=2*/ {3.12343192}, {2.85660696} }, { /*i1=3*/ {2.81080866}, {3.45317054} }, { /*i1=4*/ {2.8973639}, {2.40437222} }, { /*i1=5*/ {3.3569212}, {3.08080149} }, { /*i1=6*/ {3.42374134}, {3.0796268} }, { /*i1=7*/ {2.94071293}, {2.8331008} }, { /*i1=8*/ {2.57997656}, {3.20524454} }, { /*i1=9*/ {1.88933146}, {1.84246325} } }, { /*i0=3*/ { /*i1=0*/ {1.95441628}, {2.00660014} }, { /*i1=1*/ {3.05975366}, {3.01592827} }, { /*i1=2*/ {3.42415237}, {3.13086867} }, { /*i1=3*/ {3.20704794}, {3.42337346} }, { /*i1=4*/ {2.7403779}, {3.35841012} }, { /*i1=5*/ {3.13738298}, {2.93736839} }, { /*i1=6*/ {2.85589099}, {3.01120543} }, { /*i1=7*/ {3.18158507}, {2.44921851} }, { /*i1=8*/ {2.93578982}, {3.26201487} }, { /*i1=9*/ {1.9074}, {1.92164564} } }, { /*i0=4*/ { /*i1=0*/ {2.2644105}, {1.53163624} }, { /*i1=1*/ {3.03191805}, {2.73909283} }, { /*i1=2*/ {3.36016202}, {2.74729419} }, { /*i1=3*/ {3.02528858}, {3.2346} }, { /*i1=4*/ {2.55395579}, {2.69398904} }, { /*i1=5*/ {2.63050103}, {2.95938921} }, { /*i1=6*/ {2.78671432}, {2.84833288} }, { /*i1=7*/ {2.58498907}, {2.83734655} }, { /*i1=8*/ {2.81176114}, {3.26123762} }, { /*i1=9*/ {1.56866086}, {2.19710255} } }, { /*i0=5*/ { /*i1=0*/ {1.89907241}, {1.83631527} }, { /*i1=1*/ {3.75211787}, {2.78677964} }, { /*i1=2*/ {3.21484351}, {3.03122163} }, { /*i1=3*/ {2.98331714}, {3.52692175} }, { /*i1=4*/ {3.25384116}, {3.48141432} }, { /*i1=5*/ {2.78241825}, {2.97941208} }, { /*i1=6*/ {3.25813818}, {2.66117573} }, { /*i1=7*/ {2.44773316}, {3.13264084} }, { /*i1=8*/ {2.23259544}, {3.03119898} }, { /*i1=9*/ {1.8138994}, {1.8213321} } }, { /*i0=6*/ { /*i1=0*/ {2.27100945}, {1.69940209} }, { /*i1=1*/ {3.33005548}, {2.81884575} }, { /*i1=2*/ {3.3769424}, {2.77612281} }, { /*i1=3*/ {3.03711319}, {3.02815604} }, { /*i1=4*/ {2.48193383}, {2.82842016} }, { /*i1=5*/ {3.12533641}, {2.67983699} }, { /*i1=6*/ {2.8077383}, {2.97535777} }, { /*i1=7*/ {3.10257459}, {2.83126426} }, { /*i1=8*/ {2.81674409}, {2.68553662} }, { /*i1=9*/ {2.02180266}, {1.99211121} } }, { /*i0=7*/ { /*i1=0*/ {2.24665833}, {2.2185576} }, { /*i1=1*/ {3.45992112}, {2.9553} }, { /*i1=2*/ {3.18022299}, {2.66456389} }, { /*i1=3*/ {3.01197362}, {2.87217808} }, { /*i1=4*/ {3.08813477}, {2.86174703} }, { /*i1=5*/ {3.00871086}, {2.88283801} }, { /*i1=6*/ {3.28006458}, {2.60383224} }, { /*i1=7*/ {3.09370017}, {2.76046157} }, { /*i1=8*/ {3.05197835}, {2.83373189} }, { /*i1=9*/ {1.6412276}, {1.73844433} } }, { /*i0=8*/ { /*i1=0*/ {2.05730438}, {2.28445315} }, { /*i1=1*/ {3.41598}, {2.75009561} }, { /*i1=2*/ {3.26554894}, {3.05739856} }, { /*i1=3*/ {3.00396204}, {3.26788} }, { /*i1=4*/ {2.75032}, {3.0708673} }, { /*i1=5*/ {2.56699324}, {3.00785375} }, { /*i1=6*/ {2.93619347}, {2.5998702} }, { /*i1=7*/ {2.79837108}, {2.54650378} }, { /*i1=8*/ {3.13035178}, {2.65725589} }, { /*i1=9*/ {2.01251984}, {2.3937459} } }, { /*i0=9*/ { /*i1=0*/ {1.27628338}, {1.33738458} }, { /*i1=1*/ {2.4212513}, {2.37958932} }, { /*i1=2*/ {2.085953}, {2.06754518} }, { /*i1=3*/ {1.61286759}, {2.00746036} }, { /*i1=4*/ {1.31255817}, {1.97248209} }, { /*i1=5*/ {1.97875059}, {2.1760993} }, { /*i1=6*/ {2.11131191}, {2.32882595} }, { /*i1=7*/ {2.43009639}, {1.82771444} }, { /*i1=8*/ {1.95658827}, {1.9236238} }, { /*i1=9*/ {1.65539825}, {1.20454836} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.41423452}, {1.00766623} }, { /*i1=1*/ {1.89018083}, {1.89201295} }, { /*i1=2*/ {2.26646733}, {1.93388772} }, { /*i1=3*/ {2.18071628}, {1.5960021} }, { /*i1=4*/ {2.24376416}, {1.34661305} }, { /*i1=5*/ {1.97603202}, {1.60206592} }, { /*i1=6*/ {2.03575492}, {1.57428932} }, { /*i1=7*/ {2.09547687}, {2.06321549} }, { /*i1=8*/ {2.11524129}, {1.63438737} }, { /*i1=9*/ {1.61963224}, {1.19341743} } }, { /*i0=1*/ { /*i1=0*/ {1.57792234}, {1.95377338} }, { /*i1=1*/ {2.69117689}, {3.19130325} }, { /*i1=2*/ {2.73918605}, {2.78152013} }, { /*i1=3*/ {3.22001219}, {2.57458496} }, { /*i1=4*/ {2.46797633}, {3.54715919} }, { /*i1=5*/ {2.66084576}, {2.36760712} }, { /*i1=6*/ {3.41041708}, {2.20478344} }, { /*i1=7*/ {3.58673334}, {3.02462} }, { /*i1=8*/ {2.48305488}, {3.08542252} }, { /*i1=9*/ {2.35370922}, {1.77364254} } }, { /*i0=2*/ { /*i1=0*/ {2.30520105}, {1.96494269} }, { /*i1=1*/ {3.06872559}, {2.8943} }, { /*i1=2*/ {3.59738255}, {2.8812952} }, { /*i1=3*/ {3.13712287}, {2.84436488} }, { /*i1=4*/ {2.82052493}, {2.92792892} }, { /*i1=5*/ {3.14848113}, {3.17853427} }, { /*i1=6*/ {2.78309965}, {2.99008131} }, { /*i1=7*/ {3.66203952}, {3.16440463} }, { /*i1=8*/ {3.30023909}, {2.86852} }, { /*i1=9*/ {2.43258977}, {1.982952} } }, { /*i0=3*/ { /*i1=0*/ {1.84943438}, {2.336941} }, { /*i1=1*/ {3.46927166}, {2.91042495} }, { /*i1=2*/ {3.02009058}, {3.26729584} }, { /*i1=3*/ {3.14942956}, {3.8129437} }, { /*i1=4*/ {3.17509294}, {3.68567634} }, { /*i1=5*/ {2.57046676}, {2.94835162} }, { /*i1=6*/ {3.61623311}, {2.62425947} }, { /*i1=7*/ {3.38591266}, {2.47823811} }, { /*i1=8*/ {3.15687799}, {2.82203722} }, { /*i1=9*/ {2.3482635}, {2.30716372} } }, { /*i0=4*/ { /*i1=0*/ {2.10684752}, {1.56813788} }, { /*i1=1*/ {3.18210649}, {3.10138345} }, { /*i1=2*/ {3.70290637}, {3.05845094} }, { /*i1=3*/ {3.68425798}, {3.12836337} }, { /*i1=4*/ {2.94663405}, {3.0148232} }, { /*i1=5*/ {3.35632443}, {3.07097149} }, { /*i1=6*/ {3.07971}, {3.06454372} }, { /*i1=7*/ {2.53302622}, {2.62344193} }, { /*i1=8*/ {2.69813228}, {3.58244228} }, { /*i1=9*/ {2.07064223}, {2.46397614} } }, { /*i0=5*/ { /*i1=0*/ {2.23091769}, {1.88855529} }, { /*i1=1*/ {3.11365151}, {2.57363963} }, { /*i1=2*/ {3.1260829}, {3.09478307} }, { /*i1=3*/ {3.0561316}, {3.32055879} }, { /*i1=4*/ {2.5565424}, {2.78192329} }, { /*i1=5*/ {2.9782877}, {2.67383933} }, { /*i1=6*/ {2.69854856}, {3.20790434} }, { /*i1=7*/ {2.54047775}, {2.80693698} }, { /*i1=8*/ {2.93117237}, {3.00728703} }, { /*i1=9*/ {1.93228817}, {1.7763989} } }, { /*i0=6*/ { /*i1=0*/ {1.79192305}, {1.85344732} }, { /*i1=1*/ {3.17058921}, {2.69022131} }, { /*i1=2*/ {3.32116842}, {3.13225746} }, { /*i1=3*/ {3.01322794}, {2.7533462} }, { /*i1=4*/ {2.58380818}, {2.89175248} }, { /*i1=5*/ {3.32035375}, {2.87731385} }, { /*i1=6*/ {3.00621414}, {3.03394175} }, { /*i1=7*/ {2.87728405}, {3.16488266} }, { /*i1=8*/ {2.79844594}, {2.99366689} }, { /*i1=9*/ {1.8820188}, {1.61806571} } }, { /*i0=7*/ { /*i1=0*/ {2.15514517}, {2.20073438} }, { /*i1=1*/ {3.20158339}, {2.54246807} }, { /*i1=2*/ {3.28312}, {3.05878711} }, { /*i1=3*/ {2.8847115}, {3.28775454} }, { /*i1=4*/ {2.97989058}, {2.95986462} }, { /*i1=5*/ {2.89354658}, {3.1009047} }, { /*i1=6*/ {3.14334941}, {2.86636066} }, { /*i1=7*/ {3.1210947}, {2.96987486} }, { /*i1=8*/ {3.1417563}, {3.35434842} }, { /*i1=9*/ {1.68318307}, {1.77668047} } }, { /*i0=8*/ { /*i1=0*/ {2.08130336}, {2.09109068} }, { /*i1=1*/ {3.29867911}, {2.66584301} }, { /*i1=2*/ {2.8537612}, {2.88655519} }, { /*i1=3*/ {2.7389617}, {2.75647497} }, { /*i1=4*/ {2.31727529}, {3.24379015} }, { /*i1=5*/ {3.35189}, {2.82322598} }, { /*i1=6*/ {2.63479233}, {2.59673882} }, { /*i1=7*/ {2.97490978}, {2.26781487} }, { /*i1=8*/ {2.87861872}, {2.97193527} }, { /*i1=9*/ {2.09162474}, {2.32102942} } }, { /*i0=9*/ { /*i1=0*/ {0.907079458}, {1.58165705} }, { /*i1=1*/ {2.18038678}, {2.08190393} }, { /*i1=2*/ {1.62040961}, {1.80166841} }, { /*i1=3*/ {1.62740088}, {1.7483722} }, { /*i1=4*/ {1.57278109}, {2.19275355} }, { /*i1=5*/ {1.8714093}, {1.92070806} }, { /*i1=6*/ {1.9981066}, {2.04648256} }, { /*i1=7*/ {2.24811864}, {1.6585139} }, { /*i1=8*/ {1.81977224}, {1.98906231} }, { /*i1=9*/ {1.46414816}, {1.30146456} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-BD C8-0B AB-AA 00-00 C0-BD C8-0B AB-AA 00-00 C0-BD C8-0B AB-AA 00-00 70-BD C8-0B AB-AA 00-00 90-BD C8-0B AB-AA 00-00 ... F0-BA C8-0B AB-AA 00-00 F0-BA C8-0B AB-AA 00-00 A0-BA C8-0B AB-AA 00-00 C0-BA C8-0B AB-AA 00-00 C0-BA C8-0B AB-AA 00-00 50-72 C9-0B AB-AA 00-00 70-72 C9-0B AB-AA 00-00 70-72 C9-0B AB-AA 00-00>, false) (473 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (473 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_0_3_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (207 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (207 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (681 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_0_3_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-BD C8-0B AB-AA 00-00 C0-BD C8-0B AB-AA 00-00 C0-BD C8-0B AB-AA 00-00 70-BD C8-0B AB-AA 00-00 90-BD C8-0B AB-AA 00-00 ... F0-BA C8-0B AB-AA 00-00 F0-BA C8-0B AB-AA 00-00 A0-BA C8-0B AB-AA 00-00 C0-BA C8-0B AB-AA 00-00 C0-BA C8-0B AB-AA 00-00 50-72 C9-0B AB-AA 00-00 70-72 C9-0B AB-AA 00-00 70-72 C9-0B AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 4 of 40): Note: This is test shard 4 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:20.984622: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } 2023-01-25 03:38:20.985034: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } } 2023-01-25 03:38:20.985065: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:20.985804: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617900985085-expected.{pb,txt} 2023-01-25 03:38:20.986382: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617900985823-actual.{pb,txt} 2023-01-25 03:38:20.986777: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617900986402-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 191 (95.5000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.80674398, expected 1.04082274, index {9,0,1,0}, rel error 0.736, abs error 0.766 actual 0.836473525, expected 1.42990208, index {0,0,1,0}, rel error 0.415, abs error 0.593 actual 2.25408435, expected 1.64153671, index {4,0,0,0}, rel error 0.373, abs error 0.613 actual 2.19354725, expected 1.60560381, index {0,3,0,0}, rel error 0.366, abs error 0.588 actual 3.41936207, expected 2.52284241, index {2,8,0,0}, rel error 0.355, abs error 0.897 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 190 Elements exceeding abs error bound 0.01: 197 (98.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 197 (100.0000%) >= 0.001 : 197 (100.0000%) >= 0.01 : 191 (96.9543%) >= 0.1 : 94 (47.7157%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 191 (95.5000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 191 (100.0000%) >= 0.001 : 191 (100.0000%) >= 0.01 : 191 (100.0000%) >= 0.1 : 160 (83.7696%) >= 1 : 1 (0.5236%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-BA D6-04 AB-AA 00-00 60-BA D6-04 AB-AA 00-00 60-BA D6-04 AB-AA 00-00 00-93 D5-04 AB-AA 00-00 20-93 D5-04 AB-AA 00-00 ... 90-DE D3-04 AB-AA 00-00 90-DE D3-04 AB-AA 00-00 30-E4 D6-04 AB-AA 00-00 50-E4 D6-04 AB-AA 00-00 50-E4 D6-04 AB-AA 00-00 80-B9 D6-04 AB-AA 00-00 A0-B9 D6-04 AB-AA 00-00 A0-B9 D6-04 AB-AA 00-00>, false) (308 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (308 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (110 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (110 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (419 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-BA D6-04 AB-AA 00-00 60-BA D6-04 AB-AA 00-00 60-BA D6-04 AB-AA 00-00 00-93 D5-04 AB-AA 00-00 20-93 D5-04 AB-AA 00-00 ... 90-DE D3-04 AB-AA 00-00 90-DE D3-04 AB-AA 00-00 30-E4 D6-04 AB-AA 00-00 50-E4 D6-04 AB-AA 00-00 50-E4 D6-04 AB-AA 00-00 80-B9 D6-04 AB-AA 00-00 A0-B9 D6-04 AB-AA 00-00 A0-B9 D6-04 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 4 of 40): Note: This is test shard 4 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:28.732006: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } 2023-01-25 03:38:28.732448: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } } 2023-01-25 03:38:28.732481: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.733249: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617908732501-expected.{pb,txt} 2023-01-25 03:38:28.733789: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617908733268-actual.{pb,txt} 2023-01-25 03:38:28.734199: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617908733807-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 191 (95.5000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.80674398, expected 1.04082274, index {9,0,1,0}, rel error 0.736, abs error 0.766 actual 0.836473525, expected 1.42990208, index {0,0,1,0}, rel error 0.415, abs error 0.593 actual 2.25408435, expected 1.64153671, index {4,0,0,0}, rel error 0.373, abs error 0.613 actual 2.19354725, expected 1.60560381, index {0,3,0,0}, rel error 0.366, abs error 0.588 actual 3.41936207, expected 2.52284241, index {2,8,0,0}, rel error 0.355, abs error 0.897 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 190 Elements exceeding abs error bound 0.01: 197 (98.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 197 (100.0000%) >= 0.001 : 197 (100.0000%) >= 0.01 : 191 (96.9543%) >= 0.1 : 94 (47.7157%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 191 (95.5000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 191 (100.0000%) >= 0.001 : 191 (100.0000%) >= 0.01 : 191 (100.0000%) >= 0.1 : 160 (83.7696%) >= 1 : 1 (0.5236%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-A9 8E-E9 AA-AA 00-00 80-A9 8E-E9 AA-AA 00-00 80-A9 8E-E9 AA-AA 00-00 10-99 8D-E9 AA-AA 00-00 30-99 8D-E9 AA-AA 00-00 ... 90-DE 8B-E9 AA-AA 00-00 90-DE 8B-E9 AA-AA 00-00 D0-BA 8E-E9 AA-AA 00-00 F0-BA 8E-E9 AA-AA 00-00 F0-BA 8E-E9 AA-AA 00-00 F0-DB 8E-E9 AA-AA 00-00 10-DC 8E-E9 AA-AA 00-00 10-DC 8E-E9 AA-AA 00-00>, false) (378 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (378 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (199 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (199 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (578 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-A9 8E-E9 AA-AA 00-00 80-A9 8E-E9 AA-AA 00-00 80-A9 8E-E9 AA-AA 00-00 10-99 8D-E9 AA-AA 00-00 30-99 8D-E9 AA-AA 00-00 ... 90-DE 8B-E9 AA-AA 00-00 90-DE 8B-E9 AA-AA 00-00 D0-BA 8E-E9 AA-AA 00-00 F0-BA 8E-E9 AA-AA 00-00 F0-BA 8E-E9 AA-AA 00-00 F0-DB 8E-E9 AA-AA 00-00 10-DC 8E-E9 AA-AA 00-00 10-DC 8E-E9 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 4 of 40): Note: This is test shard 4 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:39.365897: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } 2023-01-25 03:38:39.366296: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[10,10,2,1] f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } } 2023-01-25 03:38:39.366337: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:39.387208: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617919386273-expected.{pb,txt} 2023-01-25 03:38:39.387910: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617919387250-actual.{pb,txt} 2023-01-25 03:38:39.388335: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.outputs/tempfile-1674617919387932-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 191 (95.5000%) in shape f32[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.80674398, expected 1.04082274, index {9,0,1,0}, rel error 0.736, abs error 0.766 actual 0.836473525, expected 1.42990208, index {0,0,1,0}, rel error 0.415, abs error 0.593 actual 2.25408435, expected 1.64153671, index {4,0,0,0}, rel error 0.373, abs error 0.613 actual 2.19354725, expected 1.60560381, index {0,3,0,0}, rel error 0.366, abs error 0.588 actual 3.41936207, expected 2.52284241, index {2,8,0,0}, rel error 0.355, abs error 0.897 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 190 Elements exceeding abs error bound 0.01: 197 (98.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 197 (100.0000%) >= 0.001 : 197 (100.0000%) >= 0.01 : 191 (96.9543%) >= 0.1 : 94 (47.7157%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 191 (95.5000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 191 (100.0000%) >= 0.001 : 191 (100.0000%) >= 0.01 : 191 (100.0000%) >= 0.1 : 160 (83.7696%) >= 1 : 1 (0.5236%) Expected literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.960458875}, {1.42990208} }, { /*i1=1*/ {1.5906707}, {1.97581637} }, { /*i1=2*/ {1.71538806}, {2.13774419} }, { /*i1=3*/ {1.60560381}, {2.40876365} }, { /*i1=4*/ {1.87741411}, {2.26199746} }, { /*i1=5*/ {1.85729373}, {1.84485328} }, { /*i1=6*/ {2.03189397}, {2.1290679} }, { /*i1=7*/ {1.96177793}, {2.47139764} }, { /*i1=8*/ {1.91129339}, {2.10599732} }, { /*i1=9*/ {1.43520856}, {1.55869329} } }, { /*i0=1*/ { /*i1=0*/ {2.0248208}, {1.975739} }, { /*i1=1*/ {2.87645912}, {2.96412468} }, { /*i1=2*/ {2.79387784}, {2.99799156} }, { /*i1=3*/ {2.85031462}, {3.09038973} }, { /*i1=4*/ {2.67002726}, {3.11352706} }, { /*i1=5*/ {3.12361622}, {2.62414455} }, { /*i1=6*/ {3.20788598}, {2.90064383} }, { /*i1=7*/ {2.96836019}, {3.34185934} }, { /*i1=8*/ {2.99389815}, {2.95245123} }, { /*i1=9*/ {1.86398482}, {1.86551845} } }, { /*i0=2*/ { /*i1=0*/ {1.59419823}, {2.2414155} }, { /*i1=1*/ {2.92598057}, {3.08161259} }, { /*i1=2*/ {2.37692237}, {3.60311818} }, { /*i1=3*/ {3.15150738}, {3.11247158} }, { /*i1=4*/ {2.7322011}, {2.56953549} }, { /*i1=5*/ {2.93741035}, {3.50031328} }, { /*i1=6*/ {2.89354563}, {3.60982323} }, { /*i1=7*/ {2.88610816}, {2.88770461} }, { /*i1=8*/ {2.52284241}, {3.26237869} }, { /*i1=9*/ {2.09225821}, {1.63953543} } }, { /*i0=3*/ { /*i1=0*/ {1.87074864}, {2.09026742} }, { /*i1=1*/ {3.02853632}, {3.04714489} }, { /*i1=2*/ {3.42601}, {3.1290102} }, { /*i1=3*/ {3.45720029}, {3.17322135} }, { /*i1=4*/ {3.39622283}, {2.70256376} }, { /*i1=5*/ {3.20614028}, {2.86861086} }, { /*i1=6*/ {2.78857017}, {3.07852745} }, { /*i1=7*/ {2.29229784}, {3.33850622} }, { /*i1=8*/ {2.94485545}, {3.25294971} }, { /*i1=9*/ {1.893296}, {1.93574953} } }, { /*i0=4*/ { /*i1=0*/ {1.64153671}, {2.1545105} }, { /*i1=1*/ {2.92663813}, {2.84437108} }, { /*i1=2*/ {2.84227633}, {3.26517963} }, { /*i1=3*/ {3.143255}, {3.11663413} }, { /*i1=4*/ {2.80515218}, {2.44279337} }, { /*i1=5*/ {2.86941767}, {2.72047114} }, { /*i1=6*/ {2.52530789}, {3.10973978} }, { /*i1=7*/ {2.33667278}, {3.08566141} }, { /*i1=8*/ {2.65596104}, {3.41703725} }, { /*i1=9*/ {1.5997566}, {2.16600704} } }, { /*i0=5*/ { /*i1=0*/ {1.69340122}, {2.04198647} }, { /*i1=1*/ {3.21621418}, {3.32268476} }, { /*i1=2*/ {3.07856202}, {3.1675036} }, { /*i1=3*/ {3.17297482}, {3.3372643} }, { /*i1=4*/ {3.42262602}, {3.31263041} }, { /*i1=5*/ {2.96355081}, {2.79827952} }, { /*i1=6*/ {2.61235642}, {3.30695701} }, { /*i1=7*/ {2.37822223}, {3.20215106} }, { /*i1=8*/ {2.39976764}, {2.86402845} }, { /*i1=9*/ {1.71262705}, {1.92260432} } }, { /*i0=6*/ { /*i1=0*/ {1.8619535}, {2.10845852} }, { /*i1=1*/ {2.79019141}, {3.35870934} }, { /*i1=2*/ {2.85360789}, {3.2994566} }, { /*i1=3*/ {3.18081832}, {2.88445187} }, { /*i1=4*/ {2.70552969}, {2.6048243} }, { /*i1=5*/ {2.40892}, {3.39625382} }, { /*i1=6*/ {2.68799}, {3.09510446} }, { /*i1=7*/ {2.80307198}, {3.13076758} }, { /*i1=8*/ {2.92279577}, {2.57948589} }, { /*i1=9*/ {2.13887429}, {1.87503934} } }, { /*i0=7*/ { /*i1=0*/ {2.31040239}, {2.15481329} }, { /*i1=1*/ {3.37558126}, {3.03963947} }, { /*i1=2*/ {2.89706516}, {2.94772243} }, { /*i1=3*/ {3.00790596}, {2.87624454} }, { /*i1=4*/ {2.55103779}, {3.39884472} }, { /*i1=5*/ {2.76476264}, {3.12678528} }, { /*i1=6*/ {2.96051455}, {2.923383} }, { /*i1=7*/ {2.79265451}, {3.06150603} }, { /*i1=8*/ {2.65037894}, {3.23533201} }, { /*i1=9*/ {1.57577014}, {1.80390203} } }, { /*i0=8*/ { /*i1=0*/ {2.10352}, {2.23823738} }, { /*i1=1*/ {3.08859825}, {3.07747722} }, { /*i1=2*/ {3.12011838}, {3.20283127} }, { /*i1=3*/ {2.71617985}, {3.55566311} }, { /*i1=4*/ {2.98097706}, {2.84020925} }, { /*i1=5*/ {2.57686019}, {2.99798679} }, { /*i1=6*/ {2.75617409}, {2.77988982} }, { /*i1=7*/ {2.73036885}, {2.61450577} }, { /*i1=8*/ {2.9402678}, {2.84733915} }, { /*i1=9*/ {2.22314548}, {2.18312049} } }, { /*i0=9*/ { /*i1=0*/ {1.5728451}, {1.04082274} }, { /*i1=1*/ {2.27794337}, {2.52289701} }, { /*i1=2*/ {1.83302224}, {2.32047701} }, { /*i1=3*/ {1.74733257}, {1.8729943} }, { /*i1=4*/ {1.6515255}, {1.63351452} }, { /*i1=5*/ {1.79795361}, {2.35689664} }, { /*i1=6*/ {2.21838093}, {2.22175741} }, { /*i1=7*/ {2.06418562}, {2.19362688} }, { /*i1=8*/ {1.64018917}, {2.24002361} }, { /*i1=9*/ {1.38541055}, {1.47453594} } } } Actual literal: f32[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.25906909}, {0.836473525} }, { /*i1=1*/ {2.06660271}, {2.00912666} }, { /*i1=2*/ {1.74070191}, {1.9192462} }, { /*i1=3*/ {2.19354725}, {1.84720325} }, { /*i1=4*/ {1.98048949}, {1.70199013} }, { /*i1=5*/ {1.98607767}, {1.75851357} }, { /*i1=6*/ {2.34527469}, {2.15214872} }, { /*i1=7*/ {2.0582037}, {1.84869134} }, { /*i1=8*/ {2.50536537}, {1.66373706} }, { /*i1=9*/ {1.65863037}, {1.48866689} } }, { /*i0=1*/ { /*i1=0*/ {2.00618124}, {2.11596918} }, { /*i1=1*/ {2.63425708}, {2.89137053} }, { /*i1=2*/ {3.09404087}, {2.3386364} }, { /*i1=3*/ {3.25099945}, {2.85448194} }, { /*i1=4*/ {2.66497135}, {3.29058361} }, { /*i1=5*/ {2.73193359}, {2.57488036} }, { /*i1=6*/ {2.77799535}, {2.6906004} }, { /*i1=7*/ {3.10201859}, {2.61904979} }, { /*i1=8*/ {2.70834041}, {2.66293669} }, { /*i1=9*/ {2.16463304}, {2.14710212} } }, { /*i0=2*/ { /*i1=0*/ {1.77678907}, {2.16236734} }, { /*i1=1*/ {2.9566946}, {2.78135729} }, { /*i1=2*/ {2.96721125}, {3.38785815} }, { /*i1=3*/ {3.13838625}, {3.01100802} }, { /*i1=4*/ {2.52352357}, {3.04265308} }, { /*i1=5*/ {3.24478436}, {2.82558942} }, { /*i1=6*/ {2.74128914}, {3.07798553} }, { /*i1=7*/ {3.30668664}, {2.59965849} }, { /*i1=8*/ {3.41936207}, {2.69543052} }, { /*i1=9*/ {2.39753699}, {1.75243199} } }, { /*i0=3*/ { /*i1=0*/ {1.7870971}, {2.2580874} }, { /*i1=1*/ {2.90469956}, {3.34768581} }, { /*i1=2*/ {3.36387253}, {3.22498059} }, { /*i1=3*/ {3.53868961}, {3.23712277} }, { /*i1=4*/ {3.45576787}, {3.04771972} }, { /*i1=5*/ {2.7407527}, {3.40123987} }, { /*i1=6*/ {2.73109388}, {2.86269712} }, { /*i1=7*/ {2.65020204}, {2.75849271} }, { /*i1=8*/ {2.62865257}, {2.86510754} }, { /*i1=9*/ {2.16721725}, {2.14306855} } }, { /*i0=4*/ { /*i1=0*/ {2.25408435}, {1.99006891} }, { /*i1=1*/ {3.02070379}, {3.27904034} }, { /*i1=2*/ {3.40648913}, {3.56097841} }, { /*i1=3*/ {3.42825627}, {3.01549768} }, { /*i1=4*/ {2.81177807}, {3.00428391} }, { /*i1=5*/ {2.97635651}, {2.74884796} }, { /*i1=6*/ {2.3457346}, {2.99714017} }, { /*i1=7*/ {2.48512745}, {2.92786336} }, { /*i1=8*/ {3.00185251}, {2.83771133} }, { /*i1=9*/ {2.03310227}, {2.05984044} } }, { /*i0=5*/ { /*i1=0*/ {1.94292402}, {1.98435} }, { /*i1=1*/ {2.59770131}, {2.6564784} }, { /*i1=2*/ {2.80224}, {2.97557497} }, { /*i1=3*/ {2.89763927}, {3.7305975} }, { /*i1=4*/ {3.12837529}, {2.81859469} }, { /*i1=5*/ {3.17238235}, {2.67954659} }, { /*i1=6*/ {3.2010293}, {2.98970509} }, { /*i1=7*/ {2.60006452}, {2.56217885} }, { /*i1=8*/ {2.52440977}, {3.10806417} }, { /*i1=9*/ {1.7595427}, {1.51674449} } }, { /*i0=6*/ { /*i1=0*/ {2.00834465}, {1.65759265} }, { /*i1=1*/ {3.09648252}, {2.31558299} }, { /*i1=2*/ {2.79091668}, {2.94522738} }, { /*i1=3*/ {2.58264875}, {2.99130249} }, { /*i1=4*/ {2.97332382}, {2.38356948} }, { /*i1=5*/ {2.95841146}, {2.91619396} }, { /*i1=6*/ {2.55550694}, {3.11199188} }, { /*i1=7*/ {3.10259247}, {3.24048805} }, { /*i1=8*/ {2.48309684}, {3.00820184} }, { /*i1=9*/ {2.0292263}, {1.85962582} } }, { /*i0=7*/ { /*i1=0*/ {2.25020814}, {1.99922907} }, { /*i1=1*/ {2.95116663}, {2.72411895} }, { /*i1=2*/ {2.8779397}, {2.78672433} }, { /*i1=3*/ {2.62429786}, {2.50739932} }, { /*i1=4*/ {3.01403379}, {3.15149522} }, { /*i1=5*/ {2.95587254}, {2.9165175} }, { /*i1=6*/ {3.49286079}, {2.81389093} }, { /*i1=7*/ {2.94939184}, {3.02006054} }, { /*i1=8*/ {2.97247696}, {2.82910609} }, { /*i1=9*/ {1.83558095}, {2.20658} } }, { /*i0=8*/ { /*i1=0*/ {2.18471265}, {1.65056765} }, { /*i1=1*/ {3.62297988}, {2.47725844} }, { /*i1=2*/ {3.14129496}, {3.01590681} }, { /*i1=3*/ {3.13674879}, {2.72730851} }, { /*i1=4*/ {2.64307737}, {2.59440255} }, { /*i1=5*/ {3.04330635}, {2.79719615} }, { /*i1=6*/ {3.0264852}, {2.62429881} }, { /*i1=7*/ {2.84638691}, {2.44816351} }, { /*i1=8*/ {2.62593603}, {2.77480698} }, { /*i1=9*/ {2.11518335}, {2.21234} } }, { /*i0=9*/ { /*i1=0*/ {1.07236946}, {1.80674398} }, { /*i1=1*/ {1.90886426}, {2.16593} }, { /*i1=2*/ {1.8759712}, {1.59815288} }, { /*i1=3*/ {1.80325699}, {1.64923346} }, { /*i1=4*/ {1.82079887}, {1.76627433} }, { /*i1=5*/ {2.05140138}, {2.06478} }, { /*i1=6*/ {2.09085822}, {2.33632588} }, { /*i1=7*/ {2.07300115}, {2.11457324} }, { /*i1=8*/ {1.86081278}, {1.98243237} }, { /*i1=9*/ {1.13596034}, {1.44454122} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-1F AA-FB AA-AA 00-00 D0-1F AA-FB AA-AA 00-00 D0-1F AA-FB AA-AA 00-00 50-AD A9-FB AA-AA 00-00 70-AD A9-FB AA-AA 00-00 ... 90-DE A6-FB AA-AA 00-00 90-DE A6-FB AA-AA 00-00 70-12 AA-FB AA-AA 00-00 90-12 AA-FB AA-AA 00-00 90-12 AA-FB AA-AA 00-00 10-BA A9-FB AA-AA 00-00 30-BA A9-FB AA-AA 00-00 30-BA A9-FB AA-AA 00-00>, false) (747 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (747 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1f32_output_layout_2_3_0_1 (260 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (260 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1007 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-1F AA-FB AA-AA 00-00 D0-1F AA-FB AA-AA 00-00 D0-1F AA-FB AA-AA 00-00 50-AD A9-FB AA-AA 00-00 70-AD A9-FB AA-AA 00-00 ... 90-DE A6-FB AA-AA 00-00 90-DE A6-FB AA-AA 00-00 70-12 AA-FB AA-AA 00-00 90-12 AA-FB AA-AA 00-00 90-12 AA-FB AA-AA 00-00 10-BA A9-FB AA-AA 00-00 30-BA A9-FB AA-AA 00-00 30-BA A9-FB AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 1 of 40): Note: This is test shard 1 of 40. [==========] Running 3 tests from 3 test suites. [----------] Global test environment set-up. [----------] 1 test from HloTestBase [ RUN ] HloTestBase.OutpuChannelsSmallerThanBatch [ OK ] HloTestBase.OutpuChannelsSmallerThanBatch (175 ms) [----------] 1 test from HloTestBase (175 ms total) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:20.652597: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:20.652753: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:20.652767: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:20.653998: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617900652784-expected.{pb,txt} 2023-01-25 03:38:20.655002: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617900654024-actual.{pb,txt} 2023-01-25 03:38:20.655695: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617900655022-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 901 (87.9883%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09668, expected -0.0003815, index {0,1,40,0}, rel error 255, abs error 0.0972 actual 0.1826, expected 0.0007935, index {1,0,20,0}, rel error 229, abs error 0.182 actual 0.08789, expected 0.0004864, index {0,3,41,0}, rel error 180, abs error 0.0874 actual 0.168, expected -0.001839, index {0,2,39,0}, rel error 92.4, abs error 0.17 actual 0.07861, expected 0.000843, index {3,2,45,0}, rel error 92.1, abs error 0.0776 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 3 ( 0.2930%), mismatches 2 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 565 ( 55.1758%), mismatches 491 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 901 (87.9883%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 901 (100.0000%) >= 0.001 : 901 (100.0000%) >= 0.01 : 901 (100.0000%) >= 0.1 : 884 (98.1132%) >= 1 : 308 (34.1842%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1004 (99.1115%) >= 0.01 : 901 (88.9437%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 14-0E AB-AA 00-00 E0-40 14-0E AB-AA 00-00 E0-40 14-0E AB-AA 00-00 70-3A 14-0E AB-AA 00-00 90-3A 14-0E AB-AA 00-00 ... 20-04 13-0E AB-AA 00-00 20-04 13-0E AB-AA 00-00 20-5E 0E-0E AB-AA 00-00 40-5E 0E-0E AB-AA 00-00 40-5E 0E-0E AB-AA 00-00 C0-C7 0F-0E AB-AA 00-00 E0-C7 0F-0E AB-AA 00-00 E0-C7 0F-0E AB-AA 00-00>, true) (393 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (393 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (147 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (147 ms total) [----------] Global test environment tear-down [==========] 3 tests from 3 test suites ran. (716 ms total) [ PASSED ] 2 tests. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 14-0E AB-AA 00-00 E0-40 14-0E AB-AA 00-00 E0-40 14-0E AB-AA 00-00 70-3A 14-0E AB-AA 00-00 90-3A 14-0E AB-AA 00-00 ... 20-04 13-0E AB-AA 00-00 20-04 13-0E AB-AA 00-00 20-5E 0E-0E AB-AA 00-00 40-5E 0E-0E AB-AA 00-00 40-5E 0E-0E AB-AA 00-00 C0-C7 0F-0E AB-AA 00-00 E0-C7 0F-0E AB-AA 00-00 E0-C7 0F-0E AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 1 of 40): Note: This is test shard 1 of 40. [==========] Running 3 tests from 3 test suites. [----------] Global test environment set-up. [----------] 1 test from HloTestBase [ RUN ] HloTestBase.OutpuChannelsSmallerThanBatch [ OK ] HloTestBase.OutpuChannelsSmallerThanBatch (207 ms) [----------] 1 test from HloTestBase (207 ms total) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:28.883661: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.883806: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.883820: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.885120: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617908883837-expected.{pb,txt} 2023-01-25 03:38:28.886139: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617908885146-actual.{pb,txt} 2023-01-25 03:38:28.886876: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617908886165-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 901 (87.9883%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09668, expected -0.0003815, index {0,1,40,0}, rel error 255, abs error 0.0972 actual 0.1826, expected 0.0007935, index {1,0,20,0}, rel error 229, abs error 0.182 actual 0.08789, expected 0.0004864, index {0,3,41,0}, rel error 180, abs error 0.0874 actual 0.168, expected -0.001839, index {0,2,39,0}, rel error 92.4, abs error 0.17 actual 0.07861, expected 0.000843, index {3,2,45,0}, rel error 92.1, abs error 0.0776 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 3 ( 0.2930%), mismatches 2 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 565 ( 55.1758%), mismatches 491 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 901 (87.9883%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 901 (100.0000%) >= 0.001 : 901 (100.0000%) >= 0.01 : 901 (100.0000%) >= 0.1 : 884 (98.1132%) >= 1 : 308 (34.1842%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1004 (99.1115%) >= 0.01 : 901 (88.9437%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 77-ED AA-AA 00-00 E0-40 77-ED AA-AA 00-00 E0-40 77-ED AA-AA 00-00 70-3A 77-ED AA-AA 00-00 90-3A 77-ED AA-AA 00-00 ... 20-04 76-ED AA-AA 00-00 20-04 76-ED AA-AA 00-00 20-5E 71-ED AA-AA 00-00 40-5E 71-ED AA-AA 00-00 40-5E 71-ED AA-AA 00-00 C0-C7 72-ED AA-AA 00-00 E0-C7 72-ED AA-AA 00-00 E0-C7 72-ED AA-AA 00-00>, true) (540 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (540 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (320 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (320 ms total) [----------] Global test environment tear-down [==========] 3 tests from 3 test suites ran. (1068 ms total) [ PASSED ] 2 tests. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 77-ED AA-AA 00-00 E0-40 77-ED AA-AA 00-00 E0-40 77-ED AA-AA 00-00 70-3A 77-ED AA-AA 00-00 90-3A 77-ED AA-AA 00-00 ... 20-04 76-ED AA-AA 00-00 20-04 76-ED AA-AA 00-00 20-5E 71-ED AA-AA 00-00 40-5E 71-ED AA-AA 00-00 40-5E 71-ED AA-AA 00-00 C0-C7 72-ED AA-AA 00-00 E0-C7 72-ED AA-AA 00-00 E0-C7 72-ED AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 1 of 40): Note: This is test shard 1 of 40. [==========] Running 3 tests from 3 test suites. [----------] Global test environment set-up. [----------] 1 test from HloTestBase [ RUN ] HloTestBase.OutpuChannelsSmallerThanBatch [ OK ] HloTestBase.OutpuChannelsSmallerThanBatch (282 ms) [----------] 1 test from HloTestBase (282 ms total) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:39.926637: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.926816: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.926830: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:39.928156: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617919926849-expected.{pb,txt} 2023-01-25 03:38:39.929343: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617919928184-actual.{pb,txt} 2023-01-25 03:38:39.930123: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.outputs/tempfile-1674617919929368-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 901 (87.9883%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09668, expected -0.0003815, index {0,1,40,0}, rel error 255, abs error 0.0972 actual 0.1826, expected 0.0007935, index {1,0,20,0}, rel error 229, abs error 0.182 actual 0.08789, expected 0.0004864, index {0,3,41,0}, rel error 180, abs error 0.0874 actual 0.168, expected -0.001839, index {0,2,39,0}, rel error 92.4, abs error 0.17 actual 0.07861, expected 0.000843, index {3,2,45,0}, rel error 92.1, abs error 0.0776 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 3 ( 0.2930%), mismatches 2 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 565 ( 55.1758%), mismatches 491 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 901 (87.9883%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 901 (100.0000%) >= 0.001 : 901 (100.0000%) >= 0.01 : 901 (100.0000%) >= 0.1 : 884 (98.1132%) >= 1 : 308 (34.1842%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1004 (99.1115%) >= 0.01 : 901 (88.9437%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 AF-D7 AA-AA 00-00 E0-40 AF-D7 AA-AA 00-00 E0-40 AF-D7 AA-AA 00-00 70-3A AF-D7 AA-AA 00-00 90-3A AF-D7 AA-AA 00-00 ... 20-04 AE-D7 AA-AA 00-00 20-04 AE-D7 AA-AA 00-00 20-5E A9-D7 AA-AA 00-00 40-5E A9-D7 AA-AA 00-00 40-5E A9-D7 AA-AA 00-00 C0-C7 AA-D7 AA-AA 00-00 E0-C7 AA-D7 AA-AA 00-00 E0-C7 AA-D7 AA-AA 00-00>, true) (294 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (294 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (255 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (255 ms total) [----------] Global test environment tear-down [==========] 3 tests from 3 test suites ran. (832 ms total) [ PASSED ] 2 tests. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-40 AF-D7 AA-AA 00-00 E0-40 AF-D7 AA-AA 00-00 E0-40 AF-D7 AA-AA 00-00 70-3A AF-D7 AA-AA 00-00 90-3A AF-D7 AA-AA 00-00 ... 20-04 AE-D7 AA-AA 00-00 20-04 AE-D7 AA-AA 00-00 20-5E A9-D7 AA-AA 00-00 40-5E A9-D7 AA-AA 00-00 40-5E A9-D7 AA-AA 00-00 C0-C7 AA-D7 AA-AA 00-00 E0-C7 AA-D7 AA-AA 00-00 E0-C7 AA-D7 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 8 of 40): Note: This is test shard 8 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:22.339732: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:22.339947: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:22.339962: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:22.343269: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617902339983-expected.{pb,txt} 2023-01-25 03:38:22.346131: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617902343303-actual.{pb,txt} 2023-01-25 03:38:22.347416: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617902346171-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1995 (85.9173%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0836314484, expected 4.25557228e-05, index {1,1,91,0}, rel error 1.96e+03, abs error 0.0836 actual 0.0501823239, expected -5.47178424e-05, index {1,2,87,0}, rel error 918, abs error 0.0502 actual 0.0620676205, expected 0.000100615427, index {1,2,145,0}, rel error 616, abs error 0.062 actual 0.104056537, expected 0.000182775388, index {2,1,32,0}, rel error 568, abs error 0.104 actual 0.0764471143, expected 0.000279116473, index {2,2,44,0}, rel error 273, abs error 0.0762 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1723%), mismatches 2 0.0001 <= x < 0.001 : 27 ( 1.1628%), mismatches 25 0.001 <= x < 0.01 : 210 ( 9.0439%), mismatches 179 0.01 <= x < 0.1 : 1724 ( 74.2463%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 328 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1995 (85.9173%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1995 (100.0000%) >= 0.001 : 1995 (100.0000%) >= 0.01 : 1995 (100.0000%) >= 0.1 : 1985 (99.4987%) >= 1 : 847 (42.4561%) Elements exceeding rel error bound 0.01: 2299 (99.0095%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0870%) >= 0.0001 : 2297 (99.9130%) >= 0.001 : 2290 (99.6085%) >= 0.01 : 1995 (86.7769%) >= 0.1 : 200 (8.6994%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-A8 17-0C AB-AA 00-00 30-A8 17-0C AB-AA 00-00 30-A8 17-0C AB-AA 00-00 E0-7D 18-0C AB-AA 00-00 00-7E 18-0C AB-AA 00-00 ... F0-B1 17-0C AB-AA 00-00 F0-B1 17-0C AB-AA 00-00 40-A8 17-0C AB-AA 00-00 60-A8 17-0C AB-AA 00-00 60-A8 17-0C AB-AA 00-00 60-FE 17-0C AB-AA 00-00 80-FE 17-0C AB-AA 00-00 80-FE 17-0C AB-AA 00-00>, false) (319 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (319 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (479 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (479 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (798 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-A8 17-0C AB-AA 00-00 30-A8 17-0C AB-AA 00-00 30-A8 17-0C AB-AA 00-00 E0-7D 18-0C AB-AA 00-00 00-7E 18-0C AB-AA 00-00 ... F0-B1 17-0C AB-AA 00-00 F0-B1 17-0C AB-AA 00-00 40-A8 17-0C AB-AA 00-00 60-A8 17-0C AB-AA 00-00 60-A8 17-0C AB-AA 00-00 60-FE 17-0C AB-AA 00-00 80-FE 17-0C AB-AA 00-00 80-FE 17-0C AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 8 of 40): Note: This is test shard 8 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:30.618572: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:30.618729: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:30.618744: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:30.621954: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617910618763-expected.{pb,txt} 2023-01-25 03:38:30.624775: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617910621986-actual.{pb,txt} 2023-01-25 03:38:30.626169: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617910624803-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1995 (85.9173%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0836314484, expected 4.25557228e-05, index {1,1,91,0}, rel error 1.96e+03, abs error 0.0836 actual 0.0501823239, expected -5.47178424e-05, index {1,2,87,0}, rel error 918, abs error 0.0502 actual 0.0620676205, expected 0.000100615427, index {1,2,145,0}, rel error 616, abs error 0.062 actual 0.104056537, expected 0.000182775388, index {2,1,32,0}, rel error 568, abs error 0.104 actual 0.0764471143, expected 0.000279116473, index {2,2,44,0}, rel error 273, abs error 0.0762 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1723%), mismatches 2 0.0001 <= x < 0.001 : 27 ( 1.1628%), mismatches 25 0.001 <= x < 0.01 : 210 ( 9.0439%), mismatches 179 0.01 <= x < 0.1 : 1724 ( 74.2463%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 328 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1995 (85.9173%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1995 (100.0000%) >= 0.001 : 1995 (100.0000%) >= 0.01 : 1995 (100.0000%) >= 0.1 : 1985 (99.4987%) >= 1 : 847 (42.4561%) Elements exceeding rel error bound 0.01: 2299 (99.0095%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0870%) >= 0.0001 : 2297 (99.9130%) >= 0.001 : 2290 (99.6085%) >= 0.01 : 1995 (86.7769%) >= 0.1 : 200 (8.6994%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-C3 AA-DC AA-AA 00-00 30-C3 AA-DC AA-AA 00-00 30-C3 AA-DC AA-AA 00-00 D0-F4 AA-DC AA-AA 00-00 F0-F4 AA-DC AA-AA 00-00 ... A0-1A AB-DC AA-AA 00-00 A0-1A AB-DC AA-AA 00-00 40-C3 AA-DC AA-AA 00-00 60-C3 AA-DC AA-AA 00-00 60-C3 AA-DC AA-AA 00-00 C0-BE AA-DC AA-AA 00-00 E0-BE AA-DC AA-AA 00-00 E0-BE AA-DC AA-AA 00-00>, false) (578 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (578 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (389 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (389 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (968 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-C3 AA-DC AA-AA 00-00 30-C3 AA-DC AA-AA 00-00 30-C3 AA-DC AA-AA 00-00 D0-F4 AA-DC AA-AA 00-00 F0-F4 AA-DC AA-AA 00-00 ... A0-1A AB-DC AA-AA 00-00 A0-1A AB-DC AA-AA 00-00 40-C3 AA-DC AA-AA 00-00 60-C3 AA-DC AA-AA 00-00 60-C3 AA-DC AA-AA 00-00 C0-BE AA-DC AA-AA 00-00 E0-BE AA-DC AA-AA 00-00 E0-BE AA-DC AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 8 of 40): Note: This is test shard 8 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:40.037646: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:40.037764: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:40.037778: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.040853: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617920037795-expected.{pb,txt} 2023-01-25 03:38:40.043570: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617920040884-actual.{pb,txt} 2023-01-25 03:38:40.044806: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.outputs/tempfile-1674617920043598-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1995 (85.9173%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0836314484, expected 4.25557228e-05, index {1,1,91,0}, rel error 1.96e+03, abs error 0.0836 actual 0.0501823239, expected -5.47178424e-05, index {1,2,87,0}, rel error 918, abs error 0.0502 actual 0.0620676205, expected 0.000100615427, index {1,2,145,0}, rel error 616, abs error 0.062 actual 0.104056537, expected 0.000182775388, index {2,1,32,0}, rel error 568, abs error 0.104 actual 0.0764471143, expected 0.000279116473, index {2,2,44,0}, rel error 273, abs error 0.0762 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1723%), mismatches 2 0.0001 <= x < 0.001 : 27 ( 1.1628%), mismatches 25 0.001 <= x < 0.01 : 210 ( 9.0439%), mismatches 179 0.01 <= x < 0.1 : 1724 ( 74.2463%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 328 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1995 (85.9173%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1995 (100.0000%) >= 0.001 : 1995 (100.0000%) >= 0.01 : 1995 (100.0000%) >= 0.1 : 1985 (99.4987%) >= 1 : 847 (42.4561%) Elements exceeding rel error bound 0.01: 2299 (99.0095%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0870%) >= 0.0001 : 2297 (99.9130%) >= 0.001 : 2290 (99.6085%) >= 0.01 : 1995 (86.7769%) >= 0.1 : 200 (8.6994%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-AC 38-C8 AA-AA 00-00 E0-AC 38-C8 AA-AA 00-00 E0-AC 38-C8 AA-AA 00-00 D0-99 37-C8 AA-AA 00-00 F0-99 37-C8 AA-AA 00-00 ... A0-E8 38-C8 AA-AA 00-00 A0-E8 38-C8 AA-AA 00-00 F0-AC 38-C8 AA-AA 00-00 10-AD 38-C8 AA-AA 00-00 10-AD 38-C8 AA-AA 00-00 80-D6 38-C8 AA-AA 00-00 A0-D6 38-C8 AA-AA 00-00 A0-D6 38-C8 AA-AA 00-00>, false) (415 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (415 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (325 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (325 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (740 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-AC 38-C8 AA-AA 00-00 E0-AC 38-C8 AA-AA 00-00 E0-AC 38-C8 AA-AA 00-00 D0-99 37-C8 AA-AA 00-00 F0-99 37-C8 AA-AA 00-00 ... A0-E8 38-C8 AA-AA 00-00 A0-E8 38-C8 AA-AA 00-00 F0-AC 38-C8 AA-AA 00-00 10-AD 38-C8 AA-AA 00-00 10-AD 38-C8 AA-AA 00-00 80-D6 38-C8 AA-AA 00-00 A0-D6 38-C8 AA-AA 00-00 A0-D6 38-C8 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 6 of 40): Note: This is test shard 6 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:21.252883: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:21.253063: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:21.253076: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:21.256273: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617901253094-expected.{pb,txt} 2023-01-25 03:38:21.259080: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617901256306-actual.{pb,txt} 2023-01-25 03:38:21.260303: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617901259107-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0679415092, expected 6.29998467e-05, index {1,1,84,0}, rel error 1.08e+03, abs error 0.0679 actual 0.0378719047, expected -3.79902704e-05, index {1,0,150,0}, rel error 998, abs error 0.0379 actual 0.138611838, expected 0.000148799169, index {0,1,200,0}, rel error 931, abs error 0.138 actual 0.0893919766, expected 0.00011385735, index {1,1,6,0}, rel error 784, abs error 0.0893 actual 0.061012473, expected -9.3205912e-05, index {1,1,79,0}, rel error 656, abs error 0.0611 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0431%) 0.0001 <= x < 0.001 : 13 ( 0.5599%), mismatches 12 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1736 ( 74.7631%), mismatches 1446 0.1 <= x < 1 : 377 ( 16.2360%), mismatches 343 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 849 (43.0091%) Elements exceeding rel error bound 0.01: 2305 (99.2679%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2305 (100.0000%) >= 0.001 : 2291 (99.3926%) >= 0.01 : 1974 (85.6399%) >= 0.1 : 204 (8.8503%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-C8 D2-00 AB-AA 00-00 D0-C8 D2-00 AB-AA 00-00 D0-C8 D2-00 AB-AA 00-00 B0-D3 D2-00 AB-AA 00-00 D0-D3 D2-00 AB-AA 00-00 ... E0-AC D2-00 AB-AA 00-00 E0-AC D2-00 AB-AA 00-00 E0-C8 D2-00 AB-AA 00-00 00-C9 D2-00 AB-AA 00-00 00-C9 D2-00 AB-AA 00-00 D0-F4 D2-00 AB-AA 00-00 F0-F4 D2-00 AB-AA 00-00 F0-F4 D2-00 AB-AA 00-00>, false) (516 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (516 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (565 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (565 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1082 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-C8 D2-00 AB-AA 00-00 D0-C8 D2-00 AB-AA 00-00 D0-C8 D2-00 AB-AA 00-00 B0-D3 D2-00 AB-AA 00-00 D0-D3 D2-00 AB-AA 00-00 ... E0-AC D2-00 AB-AA 00-00 E0-AC D2-00 AB-AA 00-00 E0-C8 D2-00 AB-AA 00-00 00-C9 D2-00 AB-AA 00-00 00-C9 D2-00 AB-AA 00-00 D0-F4 D2-00 AB-AA 00-00 F0-F4 D2-00 AB-AA 00-00 F0-F4 D2-00 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 6 of 40): Note: This is test shard 6 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:29.322161: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:29.322347: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:29.322362: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.325779: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617909322383-expected.{pb,txt} 2023-01-25 03:38:29.328672: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617909325817-actual.{pb,txt} 2023-01-25 03:38:29.330046: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617909328707-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0679415092, expected 6.29998467e-05, index {1,1,84,0}, rel error 1.08e+03, abs error 0.0679 actual 0.0378719047, expected -3.79902704e-05, index {1,0,150,0}, rel error 998, abs error 0.0379 actual 0.138611838, expected 0.000148799169, index {0,1,200,0}, rel error 931, abs error 0.138 actual 0.0893919766, expected 0.00011385735, index {1,1,6,0}, rel error 784, abs error 0.0893 actual 0.061012473, expected -9.3205912e-05, index {1,1,79,0}, rel error 656, abs error 0.0611 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0431%) 0.0001 <= x < 0.001 : 13 ( 0.5599%), mismatches 12 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1736 ( 74.7631%), mismatches 1446 0.1 <= x < 1 : 377 ( 16.2360%), mismatches 343 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 849 (43.0091%) Elements exceeding rel error bound 0.01: 2305 (99.2679%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2305 (100.0000%) >= 0.001 : 2291 (99.3926%) >= 0.01 : 1974 (85.6399%) >= 0.1 : 204 (8.8503%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-B2 08-0F AB-AA 00-00 80-B2 08-0F AB-AA 00-00 80-B2 08-0F AB-AA 00-00 B0-EE 08-0F AB-AA 00-00 D0-EE 08-0F AB-AA 00-00 ... 20-D8 08-0F AB-AA 00-00 20-D8 08-0F AB-AA 00-00 90-B2 08-0F AB-AA 00-00 B0-B2 08-0F AB-AA 00-00 B0-B2 08-0F AB-AA 00-00 40-A8 08-0F AB-AA 00-00 60-A8 08-0F AB-AA 00-00 60-A8 08-0F AB-AA 00-00>, false) (378 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (379 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (348 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (348 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (727 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-B2 08-0F AB-AA 00-00 80-B2 08-0F AB-AA 00-00 80-B2 08-0F AB-AA 00-00 B0-EE 08-0F AB-AA 00-00 D0-EE 08-0F AB-AA 00-00 ... 20-D8 08-0F AB-AA 00-00 20-D8 08-0F AB-AA 00-00 90-B2 08-0F AB-AA 00-00 B0-B2 08-0F AB-AA 00-00 B0-B2 08-0F AB-AA 00-00 40-A8 08-0F AB-AA 00-00 60-A8 08-0F AB-AA 00-00 60-A8 08-0F AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 6 of 40): Note: This is test shard 6 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1 2023-01-25 03:38:39.739277: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.739431: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.739447: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:39.742646: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617919739467-expected.{pb,txt} 2023-01-25 03:38:39.745433: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617919742677-actual.{pb,txt} 2023-01-25 03:38:39.746806: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.outputs/tempfile-1674617919745468-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape f32[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0679415092, expected 6.29998467e-05, index {1,1,84,0}, rel error 1.08e+03, abs error 0.0679 actual 0.0378719047, expected -3.79902704e-05, index {1,0,150,0}, rel error 998, abs error 0.0379 actual 0.138611838, expected 0.000148799169, index {0,1,200,0}, rel error 931, abs error 0.138 actual 0.0893919766, expected 0.00011385735, index {1,1,6,0}, rel error 784, abs error 0.0893 actual 0.061012473, expected -9.3205912e-05, index {1,1,79,0}, rel error 656, abs error 0.0611 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0431%) 0.0001 <= x < 0.001 : 13 ( 0.5599%), mismatches 12 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1736 ( 74.7631%), mismatches 1446 0.1 <= x < 1 : 377 ( 16.2360%), mismatches 343 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 849 (43.0091%) Elements exceeding rel error bound 0.01: 2305 (99.2679%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2305 (100.0000%) >= 0.001 : 2291 (99.3926%) >= 0.01 : 1974 (85.6399%) >= 0.1 : 204 (8.8503%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-C3 93-EE AA-AA 00-00 C0-C3 93-EE AA-AA 00-00 C0-C3 93-EE AA-AA 00-00 20-A7 93-EE AA-AA 00-00 40-A7 93-EE AA-AA 00-00 ... 70-EB 93-EE AA-AA 00-00 70-EB 93-EE AA-AA 00-00 D0-C3 93-EE AA-AA 00-00 F0-C3 93-EE AA-AA 00-00 F0-C3 93-EE AA-AA 00-00 F0-E0 93-EE AA-AA 00-00 10-E1 93-EE AA-AA 00-00 10-E1 93-EE AA-AA 00-00>, false) (383 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (383 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1f32_output_layout_2_3_0_1 (272 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (272 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (656 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-C3 93-EE AA-AA 00-00 C0-C3 93-EE AA-AA 00-00 C0-C3 93-EE AA-AA 00-00 20-A7 93-EE AA-AA 00-00 40-A7 93-EE AA-AA 00-00 ... 70-EB 93-EE AA-AA 00-00 70-EB 93-EE AA-AA 00-00 D0-C3 93-EE AA-AA 00-00 F0-C3 93-EE AA-AA 00-00 F0-C3 93-EE AA-AA 00-00 F0-E0 93-EE AA-AA 00-00 10-E1 93-EE AA-AA 00-00 10-E1 93-EE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 5 of 40): Note: This is test shard 5 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:21.097428: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } 2023-01-25 03:38:21.097745: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } } 2023-01-25 03:38:21.097770: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:21.098403: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617901097794-expected.{pb,txt} 2023-01-25 03:38:21.098830: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617901098420-actual.{pb,txt} 2023-01-25 03:38:21.099197: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617901098846-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 192 (96.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.805, expected 1.039, index {9,0,1,0}, rel error 0.737, abs error 0.766 actual 0.8359, expected 1.43, index {0,0,1,0}, rel error 0.415, abs error 0.594 actual 2.25, expected 1.641, index {4,0,0,0}, rel error 0.371, abs error 0.609 actual 3.422, expected 2.516, index {2,8,0,0}, rel error 0.36, abs error 0.906 actual 2.188, expected 1.609, index {0,3,0,0}, rel error 0.359, abs error 0.578 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 191 Elements exceeding abs error bound 0.01: 199 (99.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 199 (100.0000%) >= 0.001 : 199 (100.0000%) >= 0.01 : 192 (96.4824%) >= 0.1 : 97 (48.7437%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 192 (96.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 192 (100.0000%) >= 0.001 : 192 (100.0000%) >= 0.01 : 192 (100.0000%) >= 0.1 : 158 (82.2917%) >= 1 : 1 (0.5208%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 30-D5 E1-DD AA-AA 00-00 50-D5 E1-DD AA-AA 00-00 50-D5 E1-DD AA-AA 00-00 20-B3 E1-DD AA-AA 00-00 40-B3 E1-DD AA-AA 00-00 ... 80-D5 E1-DD AA-AA 00-00 80-D5 E1-DD AA-AA 00-00 60-D8 DE-DD AA-AA 00-00 80-D8 DE-DD AA-AA 00-00 80-D8 DE-DD AA-AA 00-00 70-C6 E1-DD AA-AA 00-00 90-C6 E1-DD AA-AA 00-00 90-C6 E1-DD AA-AA 00-00>, true) (288 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (288 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (202 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (202 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (491 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 30-D5 E1-DD AA-AA 00-00 50-D5 E1-DD AA-AA 00-00 50-D5 E1-DD AA-AA 00-00 20-B3 E1-DD AA-AA 00-00 40-B3 E1-DD AA-AA 00-00 ... 80-D5 E1-DD AA-AA 00-00 80-D5 E1-DD AA-AA 00-00 60-D8 DE-DD AA-AA 00-00 80-D8 DE-DD AA-AA 00-00 80-D8 DE-DD AA-AA 00-00 70-C6 E1-DD AA-AA 00-00 90-C6 E1-DD AA-AA 00-00 90-C6 E1-DD AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 5 of 40): Note: This is test shard 5 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:29.909582: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } 2023-01-25 03:38:29.910011: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } } 2023-01-25 03:38:29.910043: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.910781: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617909910068-expected.{pb,txt} 2023-01-25 03:38:29.911266: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617909910801-actual.{pb,txt} 2023-01-25 03:38:29.911686: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617909911283-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 192 (96.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.805, expected 1.039, index {9,0,1,0}, rel error 0.737, abs error 0.766 actual 0.8359, expected 1.43, index {0,0,1,0}, rel error 0.415, abs error 0.594 actual 2.25, expected 1.641, index {4,0,0,0}, rel error 0.371, abs error 0.609 actual 3.422, expected 2.516, index {2,8,0,0}, rel error 0.36, abs error 0.906 actual 2.188, expected 1.609, index {0,3,0,0}, rel error 0.359, abs error 0.578 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 191 Elements exceeding abs error bound 0.01: 199 (99.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 199 (100.0000%) >= 0.001 : 199 (100.0000%) >= 0.01 : 192 (96.4824%) >= 0.1 : 97 (48.7437%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 192 (96.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 192 (100.0000%) >= 0.001 : 192 (100.0000%) >= 0.01 : 192 (100.0000%) >= 0.1 : 158 (82.2917%) >= 1 : 1 (0.5208%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-D8 27-E4 AA-AA 00-00 20-D8 27-E4 AA-AA 00-00 20-D8 27-E4 AA-AA 00-00 E0-7C 28-E4 AA-AA 00-00 00-7D 28-E4 AA-AA 00-00 ... 50-D8 27-E4 AA-AA 00-00 50-D8 27-E4 AA-AA 00-00 60-D8 24-E4 AA-AA 00-00 80-D8 24-E4 AA-AA 00-00 80-D8 24-E4 AA-AA 00-00 30-BB 27-E4 AA-AA 00-00 50-BB 27-E4 AA-AA 00-00 50-BB 27-E4 AA-AA 00-00>, true) (285 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (286 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (180 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (180 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (466 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-D8 27-E4 AA-AA 00-00 20-D8 27-E4 AA-AA 00-00 20-D8 27-E4 AA-AA 00-00 E0-7C 28-E4 AA-AA 00-00 00-7D 28-E4 AA-AA 00-00 ... 50-D8 27-E4 AA-AA 00-00 50-D8 27-E4 AA-AA 00-00 60-D8 24-E4 AA-AA 00-00 80-D8 24-E4 AA-AA 00-00 80-D8 24-E4 AA-AA 00-00 30-BB 27-E4 AA-AA 00-00 50-BB 27-E4 AA-AA 00-00 50-BB 27-E4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 5 of 40): Note: This is test shard 5 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:40.640991: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } 2023-01-25 03:38:40.641426: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[10,10,2,1] bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } } 2023-01-25 03:38:40.641459: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.642270: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617920641487-expected.{pb,txt} 2023-01-25 03:38:40.642808: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617920642291-actual.{pb,txt} 2023-01-25 03:38:40.643284: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.outputs/tempfile-1674617920642828-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 192 (96.0000%) in shape bf16[10,10,2,1] (200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 1.805, expected 1.039, index {9,0,1,0}, rel error 0.737, abs error 0.766 actual 0.8359, expected 1.43, index {0,0,1,0}, rel error 0.415, abs error 0.594 actual 2.25, expected 1.641, index {4,0,0,0}, rel error 0.371, abs error 0.609 actual 3.422, expected 2.516, index {2,8,0,0}, rel error 0.36, abs error 0.906 actual 2.188, expected 1.609, index {0,3,0,0}, rel error 0.359, abs error 0.578 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 1 ( 0.5000%), mismatches 1 1 <= x < inf : 199 ( 99.5000%), mismatches 191 Elements exceeding abs error bound 0.01: 199 (99.5000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 199 (100.0000%) >= 0.001 : 199 (100.0000%) >= 0.01 : 192 (96.4824%) >= 0.1 : 97 (48.7437%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 192 (96.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 192 (100.0000%) >= 0.001 : 192 (100.0000%) >= 0.01 : 192 (100.0000%) >= 0.1 : 158 (82.2917%) >= 1 : 1 (0.5208%) Expected literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {0.9609}, {1.43} }, { /*i1=1*/ {1.594}, {1.977} }, { /*i1=2*/ {1.719}, {2.141} }, { /*i1=3*/ {1.609}, {2.406} }, { /*i1=4*/ {1.875}, {2.266} }, { /*i1=5*/ {1.859}, {1.844} }, { /*i1=6*/ {2.031}, {2.125} }, { /*i1=7*/ {1.961}, {2.469} }, { /*i1=8*/ {1.914}, {2.109} }, { /*i1=9*/ {1.438}, {1.555} } }, { /*i0=1*/ { /*i1=0*/ {2.031}, {1.977} }, { /*i1=1*/ {2.875}, {2.969} }, { /*i1=2*/ {2.797}, {3} }, { /*i1=3*/ {2.844}, {3.094} }, { /*i1=4*/ {2.672}, {3.109} }, { /*i1=5*/ {3.125}, {2.625} }, { /*i1=6*/ {3.203}, {2.906} }, { /*i1=7*/ {2.969}, {3.344} }, { /*i1=8*/ {3}, {2.953} }, { /*i1=9*/ {1.867}, {1.867} } }, { /*i0=2*/ { /*i1=0*/ {1.594}, {2.234} }, { /*i1=1*/ {2.922}, {3.078} }, { /*i1=2*/ {2.375}, {3.609} }, { /*i1=3*/ {3.156}, {3.109} }, { /*i1=4*/ {2.734}, {2.562} }, { /*i1=5*/ {2.938}, {3.5} }, { /*i1=6*/ {2.891}, {3.609} }, { /*i1=7*/ {2.891}, {2.891} }, { /*i1=8*/ {2.516}, {3.266} }, { /*i1=9*/ {2.094}, {1.641} } }, { /*i0=3*/ { /*i1=0*/ {1.867}, {2.094} }, { /*i1=1*/ {3.031}, {3.047} }, { /*i1=2*/ {3.422}, {3.125} }, { /*i1=3*/ {3.453}, {3.172} }, { /*i1=4*/ {3.391}, {2.703} }, { /*i1=5*/ {3.203}, {2.875} }, { /*i1=6*/ {2.781}, {3.078} }, { /*i1=7*/ {2.297}, {3.344} }, { /*i1=8*/ {2.938}, {3.25} }, { /*i1=9*/ {1.891}, {1.938} } }, { /*i0=4*/ { /*i1=0*/ {1.641}, {2.156} }, { /*i1=1*/ {2.922}, {2.844} }, { /*i1=2*/ {2.844}, {3.266} }, { /*i1=3*/ {3.141}, {3.109} }, { /*i1=4*/ {2.797}, {2.438} }, { /*i1=5*/ {2.875}, {2.719} }, { /*i1=6*/ {2.531}, {3.109} }, { /*i1=7*/ {2.328}, {3.078} }, { /*i1=8*/ {2.656}, {3.422} }, { /*i1=9*/ {1.602}, {2.172} } }, { /*i0=5*/ { /*i1=0*/ {1.695}, {2.047} }, { /*i1=1*/ {3.219}, {3.328} }, { /*i1=2*/ {3.078}, {3.172} }, { /*i1=3*/ {3.172}, {3.344} }, { /*i1=4*/ {3.422}, {3.312} }, { /*i1=5*/ {2.969}, {2.797} }, { /*i1=6*/ {2.609}, {3.312} }, { /*i1=7*/ {2.375}, {3.203} }, { /*i1=8*/ {2.406}, {2.859} }, { /*i1=9*/ {1.711}, {1.922} } }, { /*i0=6*/ { /*i1=0*/ {1.859}, {2.109} }, { /*i1=1*/ {2.797}, {3.359} }, { /*i1=2*/ {2.859}, {3.297} }, { /*i1=3*/ {3.172}, {2.875} }, { /*i1=4*/ {2.703}, {2.609} }, { /*i1=5*/ {2.406}, {3.391} }, { /*i1=6*/ {2.688}, {3.094} }, { /*i1=7*/ {2.797}, {3.125} }, { /*i1=8*/ {2.922}, {2.578} }, { /*i1=9*/ {2.141}, {1.875} } }, { /*i0=7*/ { /*i1=0*/ {2.312}, {2.156} }, { /*i1=1*/ {3.375}, {3.031} }, { /*i1=2*/ {2.891}, {2.953} }, { /*i1=3*/ {3}, {2.875} }, { /*i1=4*/ {2.547}, {3.406} }, { /*i1=5*/ {2.766}, {3.125} }, { /*i1=6*/ {2.953}, {2.922} }, { /*i1=7*/ {2.797}, {3.062} }, { /*i1=8*/ {2.656}, {3.234} }, { /*i1=9*/ {1.578}, {1.805} } }, { /*i0=8*/ { /*i1=0*/ {2.109}, {2.234} }, { /*i1=1*/ {3.094}, {3.078} }, { /*i1=2*/ {3.125}, {3.203} }, { /*i1=3*/ {2.719}, {3.562} }, { /*i1=4*/ {2.984}, {2.844} }, { /*i1=5*/ {2.578}, {3} }, { /*i1=6*/ {2.75}, {2.781} }, { /*i1=7*/ {2.734}, {2.609} }, { /*i1=8*/ {2.938}, {2.844} }, { /*i1=9*/ {2.219}, {2.188} } }, { /*i0=9*/ { /*i1=0*/ {1.57}, {1.039} }, { /*i1=1*/ {2.281}, {2.516} }, { /*i1=2*/ {1.836}, {2.328} }, { /*i1=3*/ {1.75}, {1.875} }, { /*i1=4*/ {1.648}, {1.633} }, { /*i1=5*/ {1.797}, {2.359} }, { /*i1=6*/ {2.219}, {2.219} }, { /*i1=7*/ {2.062}, {2.188} }, { /*i1=8*/ {1.641}, {2.234} }, { /*i1=9*/ {1.383}, {1.477} } } } Actual literal: bf16[10,10,2,1] { { /*i0=0*/ { /*i1=0*/ {1.258}, {0.8359} }, { /*i1=1*/ {2.062}, {2.016} }, { /*i1=2*/ {1.742}, {1.922} }, { /*i1=3*/ {2.188}, {1.844} }, { /*i1=4*/ {1.984}, {1.703} }, { /*i1=5*/ {1.984}, {1.758} }, { /*i1=6*/ {2.344}, {2.156} }, { /*i1=7*/ {2.062}, {1.852} }, { /*i1=8*/ {2.5}, {1.664} }, { /*i1=9*/ {1.656}, {1.484} } }, { /*i0=1*/ { /*i1=0*/ {2}, {2.109} }, { /*i1=1*/ {2.641}, {2.891} }, { /*i1=2*/ {3.094}, {2.344} }, { /*i1=3*/ {3.25}, {2.859} }, { /*i1=4*/ {2.672}, {3.297} }, { /*i1=5*/ {2.734}, {2.578} }, { /*i1=6*/ {2.781}, {2.688} }, { /*i1=7*/ {3.094}, {2.625} }, { /*i1=8*/ {2.703}, {2.656} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=2*/ { /*i1=0*/ {1.773}, {2.156} }, { /*i1=1*/ {2.953}, {2.781} }, { /*i1=2*/ {2.969}, {3.391} }, { /*i1=3*/ {3.141}, {3.016} }, { /*i1=4*/ {2.516}, {3.047} }, { /*i1=5*/ {3.25}, {2.828} }, { /*i1=6*/ {2.734}, {3.078} }, { /*i1=7*/ {3.312}, {2.594} }, { /*i1=8*/ {3.422}, {2.688} }, { /*i1=9*/ {2.391}, {1.75} } }, { /*i0=3*/ { /*i1=0*/ {1.789}, {2.266} }, { /*i1=1*/ {2.906}, {3.344} }, { /*i1=2*/ {3.359}, {3.219} }, { /*i1=3*/ {3.531}, {3.234} }, { /*i1=4*/ {3.453}, {3.047} }, { /*i1=5*/ {2.734}, {3.406} }, { /*i1=6*/ {2.734}, {2.859} }, { /*i1=7*/ {2.656}, {2.75} }, { /*i1=8*/ {2.625}, {2.859} }, { /*i1=9*/ {2.172}, {2.141} } }, { /*i0=4*/ { /*i1=0*/ {2.25}, {1.992} }, { /*i1=1*/ {3.016}, {3.281} }, { /*i1=2*/ {3.406}, {3.562} }, { /*i1=3*/ {3.422}, {3.016} }, { /*i1=4*/ {2.812}, {3} }, { /*i1=5*/ {2.969}, {2.75} }, { /*i1=6*/ {2.344}, {3} }, { /*i1=7*/ {2.484}, {2.922} }, { /*i1=8*/ {3}, {2.844} }, { /*i1=9*/ {2.031}, {2.062} } }, { /*i0=5*/ { /*i1=0*/ {1.945}, {1.984} }, { /*i1=1*/ {2.594}, {2.656} }, { /*i1=2*/ {2.797}, {2.969} }, { /*i1=3*/ {2.891}, {3.734} }, { /*i1=4*/ {3.125}, {2.812} }, { /*i1=5*/ {3.172}, {2.672} }, { /*i1=6*/ {3.203}, {2.984} }, { /*i1=7*/ {2.594}, {2.562} }, { /*i1=8*/ {2.531}, {3.109} }, { /*i1=9*/ {1.758}, {1.516} } }, { /*i0=6*/ { /*i1=0*/ {2}, {1.656} }, { /*i1=1*/ {3.094}, {2.312} }, { /*i1=2*/ {2.797}, {2.938} }, { /*i1=3*/ {2.578}, {2.984} }, { /*i1=4*/ {2.969}, {2.375} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {2.547}, {3.109} }, { /*i1=7*/ {3.109}, {3.234} }, { /*i1=8*/ {2.484}, {3.016} }, { /*i1=9*/ {2.031}, {1.859} } }, { /*i0=7*/ { /*i1=0*/ {2.25}, {2} }, { /*i1=1*/ {2.953}, {2.719} }, { /*i1=2*/ {2.875}, {2.781} }, { /*i1=3*/ {2.625}, {2.5} }, { /*i1=4*/ {3.016}, {3.156} }, { /*i1=5*/ {2.953}, {2.922} }, { /*i1=6*/ {3.5}, {2.812} }, { /*i1=7*/ {2.953}, {3.016} }, { /*i1=8*/ {2.969}, {2.828} }, { /*i1=9*/ {1.836}, {2.203} } }, { /*i0=8*/ { /*i1=0*/ {2.188}, {1.648} }, { /*i1=1*/ {3.625}, {2.469} }, { /*i1=2*/ {3.141}, {3.016} }, { /*i1=3*/ {3.141}, {2.734} }, { /*i1=4*/ {2.641}, {2.594} }, { /*i1=5*/ {3.047}, {2.797} }, { /*i1=6*/ {3.031}, {2.625} }, { /*i1=7*/ {2.844}, {2.453} }, { /*i1=8*/ {2.625}, {2.781} }, { /*i1=9*/ {2.109}, {2.219} } }, { /*i0=9*/ { /*i1=0*/ {1.07}, {1.805} }, { /*i1=1*/ {1.906}, {2.172} }, { /*i1=2*/ {1.875}, {1.602} }, { /*i1=3*/ {1.805}, {1.648} }, { /*i1=4*/ {1.82}, {1.766} }, { /*i1=5*/ {2.047}, {2.062} }, { /*i1=6*/ {2.094}, {2.328} }, { /*i1=7*/ {2.078}, {2.109} }, { /*i1=8*/ {1.859}, {1.984} }, { /*i1=9*/ {1.133}, {1.445} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-A8 10-F6 AA-AA 00-00 30-A8 10-F6 AA-AA 00-00 30-A8 10-F6 AA-AA 00-00 40-D4 10-F6 AA-AA 00-00 60-D4 10-F6 AA-AA 00-00 ... 60-A8 10-F6 AA-AA 00-00 60-A8 10-F6 AA-AA 00-00 60-D8 0D-F6 AA-AA 00-00 80-D8 0D-F6 AA-AA 00-00 80-D8 0D-F6 AA-AA 00-00 20-B0 10-F6 AA-AA 00-00 40-B0 10-F6 AA-AA 00-00 40-B0 10-F6 AA-AA 00-00>, true) (422 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (422 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x4_activation_layout_3_0_1_2_output_dims_10x10x4x1bf16_output_layout_2_3_0_1 (135 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (135 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (558 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_129x10x10x2_kernel_dims_129x3x3x2_activation_layout_3_0_1_2_output_dims_10x10x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-A8 10-F6 AA-AA 00-00 30-A8 10-F6 AA-AA 00-00 30-A8 10-F6 AA-AA 00-00 40-D4 10-F6 AA-AA 00-00 60-D4 10-F6 AA-AA 00-00 ... 60-A8 10-F6 AA-AA 00-00 60-A8 10-F6 AA-AA 00-00 60-D8 0D-F6 AA-AA 00-00 80-D8 0D-F6 AA-AA 00-00 80-D8 0D-F6 AA-AA 00-00 20-B0 10-F6 AA-AA 00-00 40-B0 10-F6 AA-AA 00-00 40-B0 10-F6 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 7 of 40): Note: This is test shard 7 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:21.445115: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:21.445243: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:21.445257: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:21.447471: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617901445273-expected.{pb,txt} 2023-01-25 03:38:21.449266: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617901447502-actual.{pb,txt} 2023-01-25 03:38:21.450452: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617901449289-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08936, expected 3.242e-05, index {1,1,6,0}, rel error 2.76e+03, abs error 0.0894 actual 0.06104, expected 2.527e-05, index {1,1,79,0}, rel error 2.42e+03, abs error 0.061 actual 0.1387, expected 9.251e-05, index {0,1,200,0}, rel error 1.5e+03, abs error 0.139 actual 0.1016, expected 7.868e-05, index {1,1,197,0}, rel error 1.29e+03, abs error 0.102 actual 0.06787, expected -9.298e-05, index {1,1,84,0}, rel error 730, abs error 0.0679 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2 ( 0.0861%), mismatches 1 0.0001 <= x < 0.001 : 12 ( 0.5168%), mismatches 11 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1733 ( 74.6339%), mismatches 1445 0.1 <= x < 1 : 380 ( 16.3652%), mismatches 344 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 852 (43.1611%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2303 (100.0000%) >= 0.001 : 2289 (99.3921%) >= 0.01 : 1974 (85.7143%) >= 0.1 : 204 (8.8580%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-C0 9C-01 AB-AA 00-00 F0-C0 9C-01 AB-AA 00-00 F0-C0 9C-01 AB-AA 00-00 40-98 9B-01 AB-AA 00-00 60-98 9B-01 AB-AA 00-00 ... 80-D8 99-01 AB-AA 00-00 80-D8 99-01 AB-AA 00-00 50-72 9D-01 AB-AA 00-00 70-72 9D-01 AB-AA 00-00 70-72 9D-01 AB-AA 00-00 C0-E0 9C-01 AB-AA 00-00 E0-E0 9C-01 AB-AA 00-00 E0-E0 9C-01 AB-AA 00-00>, true) (398 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (398 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (384 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (385 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (783 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-C0 9C-01 AB-AA 00-00 F0-C0 9C-01 AB-AA 00-00 F0-C0 9C-01 AB-AA 00-00 40-98 9B-01 AB-AA 00-00 60-98 9B-01 AB-AA 00-00 ... 80-D8 99-01 AB-AA 00-00 80-D8 99-01 AB-AA 00-00 50-72 9D-01 AB-AA 00-00 70-72 9D-01 AB-AA 00-00 70-72 9D-01 AB-AA 00-00 C0-E0 9C-01 AB-AA 00-00 E0-E0 9C-01 AB-AA 00-00 E0-E0 9C-01 AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 7 of 40): Note: This is test shard 7 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:29.978504: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:29.978678: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:29.978692: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.981018: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617909978713-expected.{pb,txt} 2023-01-25 03:38:29.982937: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617909981054-actual.{pb,txt} 2023-01-25 03:38:29.984264: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617909982971-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08936, expected 3.242e-05, index {1,1,6,0}, rel error 2.76e+03, abs error 0.0894 actual 0.06104, expected 2.527e-05, index {1,1,79,0}, rel error 2.42e+03, abs error 0.061 actual 0.1387, expected 9.251e-05, index {0,1,200,0}, rel error 1.5e+03, abs error 0.139 actual 0.1016, expected 7.868e-05, index {1,1,197,0}, rel error 1.29e+03, abs error 0.102 actual 0.06787, expected -9.298e-05, index {1,1,84,0}, rel error 730, abs error 0.0679 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2 ( 0.0861%), mismatches 1 0.0001 <= x < 0.001 : 12 ( 0.5168%), mismatches 11 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1733 ( 74.6339%), mismatches 1445 0.1 <= x < 1 : 380 ( 16.3652%), mismatches 344 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 852 (43.1611%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2303 (100.0000%) >= 0.001 : 2289 (99.3921%) >= 0.01 : 1974 (85.7143%) >= 0.1 : 204 (8.8580%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B0 8A-E4 AA-AA 00-00 D0-B0 8A-E4 AA-AA 00-00 D0-B0 8A-E4 AA-AA 00-00 E0-BF 8A-E4 AA-AA 00-00 00-C0 8A-E4 AA-AA 00-00 ... 80-D8 87-E4 AA-AA 00-00 80-D8 87-E4 AA-AA 00-00 F0-A6 8A-E4 AA-AA 00-00 10-A7 8A-E4 AA-AA 00-00 10-A7 8A-E4 AA-AA 00-00 D0-18 8B-E4 AA-AA 00-00 F0-18 8B-E4 AA-AA 00-00 F0-18 8B-E4 AA-AA 00-00>, true) (548 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (548 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (549 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (549 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1097 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B0 8A-E4 AA-AA 00-00 D0-B0 8A-E4 AA-AA 00-00 D0-B0 8A-E4 AA-AA 00-00 E0-BF 8A-E4 AA-AA 00-00 00-C0 8A-E4 AA-AA 00-00 ... 80-D8 87-E4 AA-AA 00-00 80-D8 87-E4 AA-AA 00-00 F0-A6 8A-E4 AA-AA 00-00 10-A7 8A-E4 AA-AA 00-00 10-A7 8A-E4 AA-AA 00-00 D0-18 8B-E4 AA-AA 00-00 F0-18 8B-E4 AA-AA 00-00 F0-18 8B-E4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 7 of 40): Note: This is test shard 7 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:41.435457: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:41.435651: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:41.435668: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:41.438237: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617921435691-expected.{pb,txt} 2023-01-25 03:38:41.440278: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617921438283-actual.{pb,txt} 2023-01-25 03:38:41.441696: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.outputs/tempfile-1674617921440318-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1974 (85.0129%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08936, expected 3.242e-05, index {1,1,6,0}, rel error 2.76e+03, abs error 0.0894 actual 0.06104, expected 2.527e-05, index {1,1,79,0}, rel error 2.42e+03, abs error 0.061 actual 0.1387, expected 9.251e-05, index {0,1,200,0}, rel error 1.5e+03, abs error 0.139 actual 0.1016, expected 7.868e-05, index {1,1,197,0}, rel error 1.29e+03, abs error 0.102 actual 0.06787, expected -9.298e-05, index {1,1,84,0}, rel error 730, abs error 0.0679 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 2 ( 0.0861%), mismatches 1 0.0001 <= x < 0.001 : 12 ( 0.5168%), mismatches 11 0.001 <= x < 0.01 : 195 ( 8.3979%), mismatches 173 0.01 <= x < 0.1 : 1733 ( 74.6339%), mismatches 1445 0.1 <= x < 1 : 380 ( 16.3652%), mismatches 344 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1974 (85.0129%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1974 (100.0000%) >= 0.001 : 1974 (100.0000%) >= 0.01 : 1974 (100.0000%) >= 0.1 : 1965 (99.5441%) >= 1 : 852 (43.1611%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2303 (100.0000%) >= 0.001 : 2289 (99.3921%) >= 0.01 : 1974 (85.7143%) >= 0.1 : 204 (8.8580%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-F2 2C-D9 AA-AA 00-00 10-F3 2C-D9 AA-AA 00-00 10-F3 2C-D9 AA-AA 00-00 80-BC 2C-D9 AA-AA 00-00 A0-BC 2C-D9 AA-AA 00-00 ... 80-D8 29-D9 AA-AA 00-00 80-D8 29-D9 AA-AA 00-00 00-10 2D-D9 AA-AA 00-00 20-10 2D-D9 AA-AA 00-00 20-10 2D-D9 AA-AA 00-00 10-1B 2D-D9 AA-AA 00-00 30-1B 2D-D9 AA-AA 00-00 30-1B 2D-D9 AA-AA 00-00>, true) (387 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (387 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_0_3_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (426 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (426 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (814 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_0_3_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-F2 2C-D9 AA-AA 00-00 10-F3 2C-D9 AA-AA 00-00 10-F3 2C-D9 AA-AA 00-00 80-BC 2C-D9 AA-AA 00-00 A0-BC 2C-D9 AA-AA 00-00 ... 80-D8 29-D9 AA-AA 00-00 80-D8 29-D9 AA-AA 00-00 00-10 2D-D9 AA-AA 00-00 20-10 2D-D9 AA-AA 00-00 20-10 2D-D9 AA-AA 00-00 10-1B 2D-D9 AA-AA 00-00 30-1B 2D-D9 AA-AA 00-00 30-1B 2D-D9 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 9 of 40): Note: This is test shard 9 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:22.998394: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:22.998614: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:22.998628: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:23.000929: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617902998647-expected.{pb,txt} 2023-01-25 03:38:23.002807: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617903000960-actual.{pb,txt} 2023-01-25 03:38:23.004032: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617903002835-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1997 (86.0034%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08398, expected 2.539e-05, index {1,1,91,0}, rel error 3.31e+03, abs error 0.084 actual 0.104, expected 6.58e-05, index {2,1,32,0}, rel error 1.58e+03, abs error 0.104 actual 0.01562, expected -1.21e-05, index {2,1,217,0}, rel error 1.29e+03, abs error 0.0156 actual 0.06201, expected 7.2e-05, index {1,2,145,0}, rel error 861, abs error 0.062 actual 0.05005, expected -0.0001459, index {1,2,87,0}, rel error 345, abs error 0.0503 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.3015%), mismatches 5 0.0001 <= x < 0.001 : 23 ( 0.9905%), mismatches 21 0.001 <= x < 0.01 : 214 ( 9.2162%), mismatches 183 0.01 <= x < 0.1 : 1721 ( 74.1171%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 327 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1997 (86.0034%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1997 (100.0000%) >= 0.001 : 1997 (100.0000%) >= 0.01 : 1997 (100.0000%) >= 0.1 : 1988 (99.5493%) >= 1 : 853 (42.7141%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0434%) >= 0.0001 : 2302 (99.9566%) >= 0.001 : 2285 (99.2184%) >= 0.01 : 1997 (86.7130%) >= 0.1 : 200 (8.6843%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-C0 8A-D0 AA-AA 00-00 90-C0 8A-D0 AA-AA 00-00 90-C0 8A-D0 AA-AA 00-00 C0-BE 8A-D0 AA-AA 00-00 E0-BE 8A-D0 AA-AA 00-00 ... 30-B4 8A-D0 AA-AA 00-00 30-B4 8A-D0 AA-AA 00-00 E0-C8 8A-D0 AA-AA 00-00 00-C9 8A-D0 AA-AA 00-00 00-C9 8A-D0 AA-AA 00-00 10-A8 8A-D0 AA-AA 00-00 30-A8 8A-D0 AA-AA 00-00 30-A8 8A-D0 AA-AA 00-00>, true) (364 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (364 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (462 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (462 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (826 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-C0 8A-D0 AA-AA 00-00 90-C0 8A-D0 AA-AA 00-00 90-C0 8A-D0 AA-AA 00-00 C0-BE 8A-D0 AA-AA 00-00 E0-BE 8A-D0 AA-AA 00-00 ... 30-B4 8A-D0 AA-AA 00-00 30-B4 8A-D0 AA-AA 00-00 E0-C8 8A-D0 AA-AA 00-00 00-C9 8A-D0 AA-AA 00-00 00-C9 8A-D0 AA-AA 00-00 10-A8 8A-D0 AA-AA 00-00 30-A8 8A-D0 AA-AA 00-00 30-A8 8A-D0 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 9 of 40): Note: This is test shard 9 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:32.234166: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:32.234434: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:32.234450: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:32.244414: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617912234471-expected.{pb,txt} 2023-01-25 03:38:32.246579: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617912244463-actual.{pb,txt} 2023-01-25 03:38:32.248001: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617912246620-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1997 (86.0034%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08398, expected 2.539e-05, index {1,1,91,0}, rel error 3.31e+03, abs error 0.084 actual 0.104, expected 6.58e-05, index {2,1,32,0}, rel error 1.58e+03, abs error 0.104 actual 0.01562, expected -1.21e-05, index {2,1,217,0}, rel error 1.29e+03, abs error 0.0156 actual 0.06201, expected 7.2e-05, index {1,2,145,0}, rel error 861, abs error 0.062 actual 0.05005, expected -0.0001459, index {1,2,87,0}, rel error 345, abs error 0.0503 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.3015%), mismatches 5 0.0001 <= x < 0.001 : 23 ( 0.9905%), mismatches 21 0.001 <= x < 0.01 : 214 ( 9.2162%), mismatches 183 0.01 <= x < 0.1 : 1721 ( 74.1171%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 327 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1997 (86.0034%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1997 (100.0000%) >= 0.001 : 1997 (100.0000%) >= 0.01 : 1997 (100.0000%) >= 0.1 : 1988 (99.5493%) >= 1 : 853 (42.7141%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0434%) >= 0.0001 : 2302 (99.9566%) >= 0.001 : 2285 (99.2184%) >= 0.01 : 1997 (86.7130%) >= 0.1 : 200 (8.6843%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 20-14 06-F2 AA-AA 00-00 40-14 06-F2 AA-AA 00-00 40-14 06-F2 AA-AA 00-00 80-72 06-F2 AA-AA 00-00 A0-72 06-F2 AA-AA 00-00 ... 40-C8 05-F2 AA-AA 00-00 40-C8 05-F2 AA-AA 00-00 F0-A9 05-F2 AA-AA 00-00 10-AA 05-F2 AA-AA 00-00 10-AA 05-F2 AA-AA 00-00 40-DA 05-F2 AA-AA 00-00 60-DA 05-F2 AA-AA 00-00 60-DA 05-F2 AA-AA 00-00>, true) (373 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (374 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (418 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (419 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (793 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 20-14 06-F2 AA-AA 00-00 40-14 06-F2 AA-AA 00-00 40-14 06-F2 AA-AA 00-00 80-72 06-F2 AA-AA 00-00 A0-72 06-F2 AA-AA 00-00 ... 40-C8 05-F2 AA-AA 00-00 40-C8 05-F2 AA-AA 00-00 F0-A9 05-F2 AA-AA 00-00 10-AA 05-F2 AA-AA 00-00 10-AA 05-F2 AA-AA 00-00 40-DA 05-F2 AA-AA 00-00 60-DA 05-F2 AA-AA 00-00 60-DA 05-F2 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 9 of 40): Note: This is test shard 9 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:42.585422: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.585582: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,258,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.585597: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:42.588154: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617922585684-expected.{pb,txt} 2023-01-25 03:38:42.590106: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617922588190-actual.{pb,txt} 2023-01-25 03:38:42.591432: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.outputs/tempfile-1674617922590135-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 1997 (86.0034%) in shape bf16[3,3,258,1] (2322 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08398, expected 2.539e-05, index {1,1,91,0}, rel error 3.31e+03, abs error 0.084 actual 0.104, expected 6.58e-05, index {2,1,32,0}, rel error 1.58e+03, abs error 0.104 actual 0.01562, expected -1.21e-05, index {2,1,217,0}, rel error 1.29e+03, abs error 0.0156 actual 0.06201, expected 7.2e-05, index {1,2,145,0}, rel error 861, abs error 0.062 actual 0.05005, expected -0.0001459, index {1,2,87,0}, rel error 345, abs error 0.0503 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.3015%), mismatches 5 0.0001 <= x < 0.001 : 23 ( 0.9905%), mismatches 21 0.001 <= x < 0.01 : 214 ( 9.2162%), mismatches 183 0.01 <= x < 0.1 : 1721 ( 74.1171%), mismatches 1461 0.1 <= x < 1 : 357 ( 15.3747%), mismatches 327 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 1997 (86.0034%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1997 (100.0000%) >= 0.001 : 1997 (100.0000%) >= 0.01 : 1997 (100.0000%) >= 0.1 : 1988 (99.5493%) >= 1 : 853 (42.7141%) Elements exceeding rel error bound 0.01: 2303 (99.1817%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0434%) >= 0.0001 : 2302 (99.9566%) >= 0.001 : 2285 (99.2184%) >= 0.01 : 1997 (86.7130%) >= 0.1 : 200 (8.6843%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-EE D9-00 AB-AA 00-00 D0-EE D9-00 AB-AA 00-00 D0-EE D9-00 AB-AA 00-00 70-B1 D9-00 AB-AA 00-00 90-B1 D9-00 AB-AA 00-00 ... A0-E8 D9-00 AB-AA 00-00 A0-E8 D9-00 AB-AA 00-00 00-C1 D9-00 AB-AA 00-00 20-C1 D9-00 AB-AA 00-00 20-C1 D9-00 AB-AA 00-00 30-66 DA-00 AB-AA 00-00 50-66 DA-00 AB-AA 00-00 50-66 DA-00 AB-AA 00-00>, true) (468 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (468 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x774_activation_layout_3_0_1_2_output_dims_3x3x774x1bf16_output_layout_2_3_0_1 (383 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (383 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (852 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_4x3x3x258_kernel_dims_4x3x3x258_activation_layout_3_0_1_2_output_dims_3x3x258x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-01 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-EE D9-00 AB-AA 00-00 D0-EE D9-00 AB-AA 00-00 D0-EE D9-00 AB-AA 00-00 70-B1 D9-00 AB-AA 00-00 90-B1 D9-00 AB-AA 00-00 ... A0-E8 D9-00 AB-AA 00-00 A0-E8 D9-00 AB-AA 00-00 00-C1 D9-00 AB-AA 00-00 20-C1 D9-00 AB-AA 00-00 20-C1 D9-00 AB-AA 00-00 30-66 DA-00 AB-AA 00-00 50-66 DA-00 AB-AA 00-00 50-66 DA-00 AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 10 of 40): Note: This is test shard 10 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:25.318887: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:25.319046: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:25.319061: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:25.323193: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617905319084-expected.{pb,txt} 2023-01-25 03:38:25.326851: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617905323224-actual.{pb,txt} 2023-01-25 03:38:25.328446: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617905326887-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2675 (83.5938%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0803855285, expected 3.66009481e-05, index {2,2,95,0}, rel error 2.2e+03, abs error 0.0803 actual 0.034251757, expected -3.22869273e-05, index {0,0,110,0}, rel error 1.06e+03, abs error 0.0343 actual 0.0738540888, expected -7.59723771e-05, index {0,3,112,0}, rel error 973, abs error 0.0739 actual 0.0433929414, expected -7.45009747e-05, index {0,1,125,0}, rel error 583, abs error 0.0435 actual 0.133252099, expected -0.000275876635, index {3,4,39,0}, rel error 484, abs error 0.134 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 373 ( 11.6562%), mismatches 291 0.01 <= x < 0.1 : 2314 ( 72.3125%), mismatches 1930 0.1 <= x < 1 : 472 ( 14.7500%), mismatches 418 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2675 (83.5938%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2675 (100.0000%) >= 0.001 : 2675 (100.0000%) >= 0.01 : 2675 (100.0000%) >= 0.1 : 2655 (99.2523%) >= 1 : 1178 (44.0374%) Elements exceeding rel error bound 0.01: 3170 (99.0625%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3170 (100.0000%) >= 0.001 : 3141 (99.0852%) >= 0.01 : 2675 (84.3849%) >= 0.1 : 193 (6.0883%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-E4 5F-C0 AA-AA 00-00 20-E4 5F-C0 AA-AA 00-00 20-E4 5F-C0 AA-AA 00-00 50-11 60-C0 AA-AA 00-00 70-11 60-C0 AA-AA 00-00 ... 80-FB 5F-C0 AA-AA 00-00 80-FB 5F-C0 AA-AA 00-00 00-DF 5C-C0 AA-AA 00-00 20-DF 5C-C0 AA-AA 00-00 20-DF 5C-C0 AA-AA 00-00 D0-21 60-C0 AA-AA 00-00 F0-21 60-C0 AA-AA 00-00 F0-21 60-C0 AA-AA 00-00>, false) (346 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (346 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (352 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (352 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (699 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-E4 5F-C0 AA-AA 00-00 20-E4 5F-C0 AA-AA 00-00 20-E4 5F-C0 AA-AA 00-00 50-11 60-C0 AA-AA 00-00 70-11 60-C0 AA-AA 00-00 ... 80-FB 5F-C0 AA-AA 00-00 80-FB 5F-C0 AA-AA 00-00 00-DF 5C-C0 AA-AA 00-00 20-DF 5C-C0 AA-AA 00-00 20-DF 5C-C0 AA-AA 00-00 D0-21 60-C0 AA-AA 00-00 F0-21 60-C0 AA-AA 00-00 F0-21 60-C0 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 10 of 40): Note: This is test shard 10 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:34.833205: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:34.833440: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:34.833455: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:34.837963: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617914833476-expected.{pb,txt} 2023-01-25 03:38:34.841757: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617914838002-actual.{pb,txt} 2023-01-25 03:38:34.843476: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617914841791-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2675 (83.5938%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0803855285, expected 3.66009481e-05, index {2,2,95,0}, rel error 2.2e+03, abs error 0.0803 actual 0.034251757, expected -3.22869273e-05, index {0,0,110,0}, rel error 1.06e+03, abs error 0.0343 actual 0.0738540888, expected -7.59723771e-05, index {0,3,112,0}, rel error 973, abs error 0.0739 actual 0.0433929414, expected -7.45009747e-05, index {0,1,125,0}, rel error 583, abs error 0.0435 actual 0.133252099, expected -0.000275876635, index {3,4,39,0}, rel error 484, abs error 0.134 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 373 ( 11.6562%), mismatches 291 0.01 <= x < 0.1 : 2314 ( 72.3125%), mismatches 1930 0.1 <= x < 1 : 472 ( 14.7500%), mismatches 418 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2675 (83.5938%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2675 (100.0000%) >= 0.001 : 2675 (100.0000%) >= 0.01 : 2675 (100.0000%) >= 0.1 : 2655 (99.2523%) >= 1 : 1178 (44.0374%) Elements exceeding rel error bound 0.01: 3170 (99.0625%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3170 (100.0000%) >= 0.001 : 3141 (99.0852%) >= 0.01 : 2675 (84.3849%) >= 0.1 : 193 (6.0883%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-AF 91-06 AB-AA 00-00 B0-AF 91-06 AB-AA 00-00 B0-AF 91-06 AB-AA 00-00 10-C6 91-06 AB-AA 00-00 30-C6 91-06 AB-AA 00-00 ... 50-EA 91-06 AB-AA 00-00 50-EA 91-06 AB-AA 00-00 00-DF 8E-06 AB-AA 00-00 20-DF 8E-06 AB-AA 00-00 20-DF 8E-06 AB-AA 00-00 40-EF 91-06 AB-AA 00-00 60-EF 91-06 AB-AA 00-00 60-EF 91-06 AB-AA 00-00>, false) (374 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (374 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (329 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (330 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (705 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-AF 91-06 AB-AA 00-00 B0-AF 91-06 AB-AA 00-00 B0-AF 91-06 AB-AA 00-00 10-C6 91-06 AB-AA 00-00 30-C6 91-06 AB-AA 00-00 ... 50-EA 91-06 AB-AA 00-00 50-EA 91-06 AB-AA 00-00 00-DF 8E-06 AB-AA 00-00 20-DF 8E-06 AB-AA 00-00 20-DF 8E-06 AB-AA 00-00 40-EF 91-06 AB-AA 00-00 60-EF 91-06 AB-AA 00-00 60-EF 91-06 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 10 of 40): Note: This is test shard 10 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:44.301955: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:44.302155: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:44.302170: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:44.306594: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617924302191-expected.{pb,txt} 2023-01-25 03:38:44.310497: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617924306642-actual.{pb,txt} 2023-01-25 03:38:44.312219: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.outputs/tempfile-1674617924310540-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2675 (83.5938%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0803855285, expected 3.66009481e-05, index {2,2,95,0}, rel error 2.2e+03, abs error 0.0803 actual 0.034251757, expected -3.22869273e-05, index {0,0,110,0}, rel error 1.06e+03, abs error 0.0343 actual 0.0738540888, expected -7.59723771e-05, index {0,3,112,0}, rel error 973, abs error 0.0739 actual 0.0433929414, expected -7.45009747e-05, index {0,1,125,0}, rel error 583, abs error 0.0435 actual 0.133252099, expected -0.000275876635, index {3,4,39,0}, rel error 484, abs error 0.134 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 373 ( 11.6562%), mismatches 291 0.01 <= x < 0.1 : 2314 ( 72.3125%), mismatches 1930 0.1 <= x < 1 : 472 ( 14.7500%), mismatches 418 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2675 (83.5938%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2675 (100.0000%) >= 0.001 : 2675 (100.0000%) >= 0.01 : 2675 (100.0000%) >= 0.1 : 2655 (99.2523%) >= 1 : 1178 (44.0374%) Elements exceeding rel error bound 0.01: 3170 (99.0625%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3170 (100.0000%) >= 0.001 : 3141 (99.0852%) >= 0.01 : 2675 (84.3849%) >= 0.1 : 193 (6.0883%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 20-BF 3C-FC AA-AA 00-00 40-BF 3C-FC AA-AA 00-00 40-BF 3C-FC AA-AA 00-00 D0-DD 3C-FC AA-AA 00-00 F0-DD 3C-FC AA-AA 00-00 ... B0-ED 3C-FC AA-AA 00-00 B0-ED 3C-FC AA-AA 00-00 00-DF 39-FC AA-AA 00-00 20-DF 39-FC AA-AA 00-00 20-DF 39-FC AA-AA 00-00 30-C7 3C-FC AA-AA 00-00 50-C7 3C-FC AA-AA 00-00 50-C7 3C-FC AA-AA 00-00>, false) (460 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (461 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (344 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (344 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (806 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 20-BF 3C-FC AA-AA 00-00 40-BF 3C-FC AA-AA 00-00 40-BF 3C-FC AA-AA 00-00 D0-DD 3C-FC AA-AA 00-00 F0-DD 3C-FC AA-AA 00-00 ... B0-ED 3C-FC AA-AA 00-00 B0-ED 3C-FC AA-AA 00-00 00-DF 39-FC AA-AA 00-00 20-DF 39-FC AA-AA 00-00 20-DF 39-FC AA-AA 00-00 30-C7 3C-FC AA-AA 00-00 50-C7 3C-FC AA-AA 00-00 50-C7 3C-FC AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 12 of 40): Note: This is test shard 12 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:26.685328: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:26.685512: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:26.685525: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:26.689658: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617906685544-expected.{pb,txt} 2023-01-25 03:38:26.693342: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617906689696-actual.{pb,txt} 2023-01-25 03:38:26.694950: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617906693374-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0364597254, expected -1.58158546e-05, index {3,0,78,0}, rel error 2.31e+03, abs error 0.0365 actual 0.0617045686, expected 6.90868837e-05, index {0,1,18,0}, rel error 892, abs error 0.0616 actual -0.0115535818, expected 1.81809119e-05, index {4,0,113,0}, rel error 636, abs error 0.0116 actual 0.156948805, expected 0.000333479431, index {2,3,46,0}, rel error 470, abs error 0.157 actual -0.026976902, expected -6.61752856e-05, index {4,4,66,0}, rel error 407, abs error 0.0269 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 5 ( 0.1562%), mismatches 3 0.0001 <= x < 0.001 : 46 ( 1.4375%), mismatches 34 0.001 <= x < 0.01 : 351 ( 10.9688%), mismatches 290 0.01 <= x < 0.1 : 2306 ( 72.0625%), mismatches 1917 0.1 <= x < 1 : 492 ( 15.3750%), mismatches 446 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2678 (99.5539%) >= 1 : 1237 (45.9851%) Elements exceeding rel error bound 0.01: 3168 (99.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3168 (100.0000%) >= 0.001 : 3133 (98.8952%) >= 0.01 : 2690 (84.9116%) >= 0.1 : 238 (7.5126%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-D4 56-D7 AA-AA 00-00 C0-D4 56-D7 AA-AA 00-00 C0-D4 56-D7 AA-AA 00-00 E0-E2 56-D7 AA-AA 00-00 00-E3 56-D7 AA-AA 00-00 ... F0-A8 56-D7 AA-AA 00-00 F0-A8 56-D7 AA-AA 00-00 D0-D4 56-D7 AA-AA 00-00 F0-D4 56-D7 AA-AA 00-00 F0-D4 56-D7 AA-AA 00-00 00-DF 53-D7 AA-AA 00-00 20-DF 53-D7 AA-AA 00-00 20-DF 53-D7 AA-AA 00-00>, false) (382 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (382 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (274 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (274 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (657 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-D4 56-D7 AA-AA 00-00 C0-D4 56-D7 AA-AA 00-00 C0-D4 56-D7 AA-AA 00-00 E0-E2 56-D7 AA-AA 00-00 00-E3 56-D7 AA-AA 00-00 ... F0-A8 56-D7 AA-AA 00-00 F0-A8 56-D7 AA-AA 00-00 D0-D4 56-D7 AA-AA 00-00 F0-D4 56-D7 AA-AA 00-00 F0-D4 56-D7 AA-AA 00-00 00-DF 53-D7 AA-AA 00-00 20-DF 53-D7 AA-AA 00-00 20-DF 53-D7 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 12 of 40): Note: This is test shard 12 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:35.802140: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:35.802385: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:35.802401: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:35.806861: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617915802421-expected.{pb,txt} 2023-01-25 03:38:35.810735: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617915806913-actual.{pb,txt} 2023-01-25 03:38:35.812497: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617915810778-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0364597254, expected -1.58158546e-05, index {3,0,78,0}, rel error 2.31e+03, abs error 0.0365 actual 0.0617045686, expected 6.90868837e-05, index {0,1,18,0}, rel error 892, abs error 0.0616 actual -0.0115535818, expected 1.81809119e-05, index {4,0,113,0}, rel error 636, abs error 0.0116 actual 0.156948805, expected 0.000333479431, index {2,3,46,0}, rel error 470, abs error 0.157 actual -0.026976902, expected -6.61752856e-05, index {4,4,66,0}, rel error 407, abs error 0.0269 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 5 ( 0.1562%), mismatches 3 0.0001 <= x < 0.001 : 46 ( 1.4375%), mismatches 34 0.001 <= x < 0.01 : 351 ( 10.9688%), mismatches 290 0.01 <= x < 0.1 : 2306 ( 72.0625%), mismatches 1917 0.1 <= x < 1 : 492 ( 15.3750%), mismatches 446 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2678 (99.5539%) >= 1 : 1237 (45.9851%) Elements exceeding rel error bound 0.01: 3168 (99.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3168 (100.0000%) >= 0.001 : 3133 (98.8952%) >= 0.01 : 2690 (84.9116%) >= 0.1 : 238 (7.5126%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-AE 94-CE AA-AA 00-00 90-AE 94-CE AA-AA 00-00 90-AE 94-CE AA-AA 00-00 70-D7 94-CE AA-AA 00-00 90-D7 94-CE AA-AA 00-00 ... 20-FB 94-CE AA-AA 00-00 20-FB 94-CE AA-AA 00-00 A0-AE 94-CE AA-AA 00-00 C0-AE 94-CE AA-AA 00-00 C0-AE 94-CE AA-AA 00-00 00-DF 91-CE AA-AA 00-00 20-DF 91-CE AA-AA 00-00 20-DF 91-CE AA-AA 00-00>, false) (367 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (367 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (290 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (290 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (658 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-AE 94-CE AA-AA 00-00 90-AE 94-CE AA-AA 00-00 90-AE 94-CE AA-AA 00-00 70-D7 94-CE AA-AA 00-00 90-D7 94-CE AA-AA 00-00 ... 20-FB 94-CE AA-AA 00-00 20-FB 94-CE AA-AA 00-00 A0-AE 94-CE AA-AA 00-00 C0-AE 94-CE AA-AA 00-00 C0-AE 94-CE AA-AA 00-00 00-DF 91-CE AA-AA 00-00 20-DF 91-CE AA-AA 00-00 20-DF 91-CE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 12 of 40): Note: This is test shard 12 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1 2023-01-25 03:38:45.493112: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:45.493307: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:45.493323: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:45.497577: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617925493344-expected.{pb,txt} 2023-01-25 03:38:45.501345: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617925497622-actual.{pb,txt} 2023-01-25 03:38:45.502971: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.outputs/tempfile-1674617925501383-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape f32[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0364597254, expected -1.58158546e-05, index {3,0,78,0}, rel error 2.31e+03, abs error 0.0365 actual 0.0617045686, expected 6.90868837e-05, index {0,1,18,0}, rel error 892, abs error 0.0616 actual -0.0115535818, expected 1.81809119e-05, index {4,0,113,0}, rel error 636, abs error 0.0116 actual 0.156948805, expected 0.000333479431, index {2,3,46,0}, rel error 470, abs error 0.157 actual -0.026976902, expected -6.61752856e-05, index {4,4,66,0}, rel error 407, abs error 0.0269 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 5 ( 0.1562%), mismatches 3 0.0001 <= x < 0.001 : 46 ( 1.4375%), mismatches 34 0.001 <= x < 0.01 : 351 ( 10.9688%), mismatches 290 0.01 <= x < 0.1 : 2306 ( 72.0625%), mismatches 1917 0.1 <= x < 1 : 492 ( 15.3750%), mismatches 446 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2678 (99.5539%) >= 1 : 1237 (45.9851%) Elements exceeding rel error bound 0.01: 3168 (99.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3168 (100.0000%) >= 0.001 : 3133 (98.8952%) >= 0.01 : 2690 (84.9116%) >= 0.1 : 238 (7.5126%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-F8 A4-D6 AA-AA 00-00 B0-F8 A4-D6 AA-AA 00-00 B0-F8 A4-D6 AA-AA 00-00 30-BB A4-D6 AA-AA 00-00 50-BB A4-D6 AA-AA 00-00 ... F0-DD A4-D6 AA-AA 00-00 F0-DD A4-D6 AA-AA 00-00 C0-F8 A4-D6 AA-AA 00-00 E0-F8 A4-D6 AA-AA 00-00 E0-F8 A4-D6 AA-AA 00-00 00-DF A1-D6 AA-AA 00-00 20-DF A1-D6 AA-AA 00-00 20-DF A1-D6 AA-AA 00-00>, false) (313 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (313 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1f32_output_layout_2_3_0_1 (379 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (379 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (693 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-F8 A4-D6 AA-AA 00-00 B0-F8 A4-D6 AA-AA 00-00 B0-F8 A4-D6 AA-AA 00-00 30-BB A4-D6 AA-AA 00-00 50-BB A4-D6 AA-AA 00-00 ... F0-DD A4-D6 AA-AA 00-00 F0-DD A4-D6 AA-AA 00-00 C0-F8 A4-D6 AA-AA 00-00 E0-F8 A4-D6 AA-AA 00-00 E0-F8 A4-D6 AA-AA 00-00 00-DF A1-D6 AA-AA 00-00 20-DF A1-D6 AA-AA 00-00 20-DF A1-D6 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 11 of 40): Note: This is test shard 11 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:26.081035: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:26.081202: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:26.081217: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:26.084114: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617906081235-expected.{pb,txt} 2023-01-25 03:38:26.086556: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617906084149-actual.{pb,txt} 2023-01-25 03:38:26.088158: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617906086594-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2677 (83.6562%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08057, expected 4.649e-05, index {2,2,95,0}, rel error 1.73e+03, abs error 0.0806 actual 0.07422, expected -6.008e-05, index {0,3,112,0}, rel error 1.24e+03, abs error 0.0742 actual 0.1338, expected -0.0002146, index {3,4,39,0}, rel error 624, abs error 0.134 actual 0.03418, expected -7.153e-05, index {0,0,110,0}, rel error 478, abs error 0.0342 actual 0.07959, expected 0.0001736, index {1,0,30,0}, rel error 459, abs error 0.0796 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 371 ( 11.5938%), mismatches 289 0.01 <= x < 0.1 : 2315 ( 72.3438%), mismatches 1935 0.1 <= x < 1 : 473 ( 14.7812%), mismatches 417 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2677 (83.6562%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2677 (100.0000%) >= 0.001 : 2677 (100.0000%) >= 0.01 : 2677 (100.0000%) >= 0.1 : 2661 (99.4023%) >= 1 : 1182 (44.1539%) Elements exceeding rel error bound 0.01: 3173 (99.1562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3173 (100.0000%) >= 0.001 : 3135 (98.8024%) >= 0.01 : 2677 (84.3681%) >= 0.1 : 193 (6.0826%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-B2 64-D4 AA-AA 00-00 80-B2 64-D4 AA-AA 00-00 80-B2 64-D4 AA-AA 00-00 90-E7 64-D4 AA-AA 00-00 B0-E7 64-D4 AA-AA 00-00 ... 20-19 65-D4 AA-AA 00-00 20-19 65-D4 AA-AA 00-00 10-BD 64-D4 AA-AA 00-00 30-BD 64-D4 AA-AA 00-00 30-BD 64-D4 AA-AA 00-00 00-A6 64-D4 AA-AA 00-00 20-A6 64-D4 AA-AA 00-00 20-A6 64-D4 AA-AA 00-00>, true) (328 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (328 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (282 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (282 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (611 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-B2 64-D4 AA-AA 00-00 80-B2 64-D4 AA-AA 00-00 80-B2 64-D4 AA-AA 00-00 90-E7 64-D4 AA-AA 00-00 B0-E7 64-D4 AA-AA 00-00 ... 20-19 65-D4 AA-AA 00-00 20-19 65-D4 AA-AA 00-00 10-BD 64-D4 AA-AA 00-00 30-BD 64-D4 AA-AA 00-00 30-BD 64-D4 AA-AA 00-00 00-A6 64-D4 AA-AA 00-00 20-A6 64-D4 AA-AA 00-00 20-A6 64-D4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 11 of 40): Note: This is test shard 11 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:36.147850: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:36.148107: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:36.148123: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:36.151124: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617916148144-expected.{pb,txt} 2023-01-25 03:38:36.153616: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617916151160-actual.{pb,txt} 2023-01-25 03:38:36.155300: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617916153650-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2677 (83.6562%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08057, expected 4.649e-05, index {2,2,95,0}, rel error 1.73e+03, abs error 0.0806 actual 0.07422, expected -6.008e-05, index {0,3,112,0}, rel error 1.24e+03, abs error 0.0742 actual 0.1338, expected -0.0002146, index {3,4,39,0}, rel error 624, abs error 0.134 actual 0.03418, expected -7.153e-05, index {0,0,110,0}, rel error 478, abs error 0.0342 actual 0.07959, expected 0.0001736, index {1,0,30,0}, rel error 459, abs error 0.0796 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 371 ( 11.5938%), mismatches 289 0.01 <= x < 0.1 : 2315 ( 72.3438%), mismatches 1935 0.1 <= x < 1 : 473 ( 14.7812%), mismatches 417 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2677 (83.6562%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2677 (100.0000%) >= 0.001 : 2677 (100.0000%) >= 0.01 : 2677 (100.0000%) >= 0.1 : 2661 (99.4023%) >= 1 : 1182 (44.1539%) Elements exceeding rel error bound 0.01: 3173 (99.1562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3173 (100.0000%) >= 0.001 : 3135 (98.8024%) >= 0.01 : 2677 (84.3681%) >= 0.1 : 193 (6.0826%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-BC FF-EB AA-AA 00-00 00-BD FF-EB AA-AA 00-00 00-BD FF-EB AA-AA 00-00 C0-7C FE-EB AA-AA 00-00 E0-7C FE-EB AA-AA 00-00 ... C0-E3 FF-EB AA-AA 00-00 C0-E3 FF-EB AA-AA 00-00 70-A5 FF-EB AA-AA 00-00 90-A5 FF-EB AA-AA 00-00 90-A5 FF-EB AA-AA 00-00 C0-E4 FF-EB AA-AA 00-00 E0-E4 FF-EB AA-AA 00-00 E0-E4 FF-EB AA-AA 00-00>, true) (465 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (465 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (303 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (303 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (769 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-BC FF-EB AA-AA 00-00 00-BD FF-EB AA-AA 00-00 00-BD FF-EB AA-AA 00-00 C0-7C FE-EB AA-AA 00-00 E0-7C FE-EB AA-AA 00-00 ... C0-E3 FF-EB AA-AA 00-00 C0-E3 FF-EB AA-AA 00-00 70-A5 FF-EB AA-AA 00-00 90-A5 FF-EB AA-AA 00-00 90-A5 FF-EB AA-AA 00-00 C0-E4 FF-EB AA-AA 00-00 E0-E4 FF-EB AA-AA 00-00 E0-E4 FF-EB AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 11 of 40): Note: This is test shard 11 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:46.214612: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:46.214854: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:46.214869: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:46.217968: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617926214891-expected.{pb,txt} 2023-01-25 03:38:46.220609: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617926218015-actual.{pb,txt} 2023-01-25 03:38:46.222317: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.outputs/tempfile-1674617926220648-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2677 (83.6562%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.08057, expected 4.649e-05, index {2,2,95,0}, rel error 1.73e+03, abs error 0.0806 actual 0.07422, expected -6.008e-05, index {0,3,112,0}, rel error 1.24e+03, abs error 0.0742 actual 0.1338, expected -0.0002146, index {3,4,39,0}, rel error 624, abs error 0.134 actual 0.03418, expected -7.153e-05, index {0,0,110,0}, rel error 478, abs error 0.0342 actual 0.07959, expected 0.0001736, index {1,0,30,0}, rel error 459, abs error 0.0796 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.1250%), mismatches 3 0.0001 <= x < 0.001 : 37 ( 1.1562%), mismatches 33 0.001 <= x < 0.01 : 371 ( 11.5938%), mismatches 289 0.01 <= x < 0.1 : 2315 ( 72.3438%), mismatches 1935 0.1 <= x < 1 : 473 ( 14.7812%), mismatches 417 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2677 (83.6562%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2677 (100.0000%) >= 0.001 : 2677 (100.0000%) >= 0.01 : 2677 (100.0000%) >= 0.1 : 2661 (99.4023%) >= 1 : 1182 (44.1539%) Elements exceeding rel error bound 0.01: 3173 (99.1562%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3173 (100.0000%) >= 0.001 : 3135 (98.8024%) >= 0.01 : 2677 (84.3681%) >= 0.1 : 193 (6.0826%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-AF 53-F8 AA-AA 00-00 B0-AF 53-F8 AA-AA 00-00 B0-AF 53-F8 AA-AA 00-00 40-E9 53-F8 AA-AA 00-00 60-E9 53-F8 AA-AA 00-00 ... F0-A8 53-F8 AA-AA 00-00 F0-A8 53-F8 AA-AA 00-00 F0-AC 53-F8 AA-AA 00-00 10-AD 53-F8 AA-AA 00-00 10-AD 53-F8 AA-AA 00-00 F0-A9 53-F8 AA-AA 00-00 10-AA 53-F8 AA-AA 00-00 10-AA 53-F8 AA-AA 00-00>, true) (463 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (463 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (282 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (282 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (746 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_0_3_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-AF 53-F8 AA-AA 00-00 B0-AF 53-F8 AA-AA 00-00 B0-AF 53-F8 AA-AA 00-00 40-E9 53-F8 AA-AA 00-00 60-E9 53-F8 AA-AA 00-00 ... F0-A8 53-F8 AA-AA 00-00 F0-A8 53-F8 AA-AA 00-00 F0-AC 53-F8 AA-AA 00-00 10-AD 53-F8 AA-AA 00-00 10-AD 53-F8 AA-AA 00-00 F0-A9 53-F8 AA-AA 00-00 10-AA 53-F8 AA-AA 00-00 10-AA 53-F8 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 15 of 40): Note: This is test shard 15 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:27.250618: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.250834: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.250848: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:27.254498: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617907250864-expected.{pb,txt} 2023-01-25 03:38:27.257618: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617907254528-actual.{pb,txt} 2023-01-25 03:38:27.259616: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617907257652-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3370 (82.2754%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1416, expected -9.179e-06, index {1,2,9,0}, rel error 1.54e+04, abs error 0.142 actual 0.1138, expected 1.18e-05, index {0,2,178,0}, rel error 9.64e+03, abs error 0.114 actual -0.02441, expected 2.563e-05, index {1,3,15,0}, rel error 953, abs error 0.0244 actual 0.03955, expected 5.126e-05, index {1,1,88,0}, rel error 772, abs error 0.0396 actual 0.07031, expected -0.0001106, index {2,3,158,0}, rel error 636, abs error 0.0703 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 540 ( 13.1836%), mismatches 424 0.01 <= x < 0.1 : 3007 ( 73.4131%), mismatches 2460 0.1 <= x < 1 : 496 ( 12.1094%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3370 (82.2754%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3370 (100.0000%) >= 0.001 : 3370 (100.0000%) >= 0.01 : 3370 (100.0000%) >= 0.1 : 3361 (99.7329%) >= 1 : 1611 (47.8042%) Elements exceeding rel error bound 0.01: 4054 (98.9746%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4054 (100.0000%) >= 0.001 : 4005 (98.7913%) >= 0.01 : 3370 (83.1278%) >= 0.1 : 254 (6.2654%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-16 1C-0B AB-AA 00-00 B0-16 1C-0B AB-AA 00-00 B0-16 1C-0B AB-AA 00-00 60-C4 1B-0B AB-AA 00-00 80-C4 1B-0B AB-AA 00-00 ... B0-7B 1A-0B AB-AA 00-00 B0-7B 1A-0B AB-AA 00-00 30-C4 1B-0B AB-AA 00-00 50-C4 1B-0B AB-AA 00-00 50-C4 1B-0B AB-AA 00-00 70-A5 1B-0B AB-AA 00-00 90-A5 1B-0B AB-AA 00-00 90-A5 1B-0B AB-AA 00-00>, true) (452 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (452 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (660 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (660 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1113 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-16 1C-0B AB-AA 00-00 B0-16 1C-0B AB-AA 00-00 B0-16 1C-0B AB-AA 00-00 60-C4 1B-0B AB-AA 00-00 80-C4 1B-0B AB-AA 00-00 ... B0-7B 1A-0B AB-AA 00-00 B0-7B 1A-0B AB-AA 00-00 30-C4 1B-0B AB-AA 00-00 50-C4 1B-0B AB-AA 00-00 50-C4 1B-0B AB-AA 00-00 70-A5 1B-0B AB-AA 00-00 90-A5 1B-0B AB-AA 00-00 90-A5 1B-0B AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 15 of 40): Note: This is test shard 15 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:36.916839: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:36.917049: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:36.917066: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:36.921487: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617916917089-expected.{pb,txt} 2023-01-25 03:38:36.924879: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617916921534-actual.{pb,txt} 2023-01-25 03:38:36.927148: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617916924924-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3370 (82.2754%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1416, expected -9.179e-06, index {1,2,9,0}, rel error 1.54e+04, abs error 0.142 actual 0.1138, expected 1.18e-05, index {0,2,178,0}, rel error 9.64e+03, abs error 0.114 actual -0.02441, expected 2.563e-05, index {1,3,15,0}, rel error 953, abs error 0.0244 actual 0.03955, expected 5.126e-05, index {1,1,88,0}, rel error 772, abs error 0.0396 actual 0.07031, expected -0.0001106, index {2,3,158,0}, rel error 636, abs error 0.0703 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 540 ( 13.1836%), mismatches 424 0.01 <= x < 0.1 : 3007 ( 73.4131%), mismatches 2460 0.1 <= x < 1 : 496 ( 12.1094%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3370 (82.2754%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3370 (100.0000%) >= 0.001 : 3370 (100.0000%) >= 0.01 : 3370 (100.0000%) >= 0.1 : 3361 (99.7329%) >= 1 : 1611 (47.8042%) Elements exceeding rel error bound 0.01: 4054 (98.9746%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4054 (100.0000%) >= 0.001 : 4005 (98.7913%) >= 0.01 : 3370 (83.1278%) >= 0.1 : 254 (6.2654%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-1C 8E-E4 AA-AA 00-00 E0-1C 8E-E4 AA-AA 00-00 E0-1C 8E-E4 AA-AA 00-00 60-1C 8E-E4 AA-AA 00-00 80-1C 8E-E4 AA-AA 00-00 ... B0-E4 8D-E4 AA-AA 00-00 B0-E4 8D-E4 AA-AA 00-00 30-1C 8E-E4 AA-AA 00-00 50-1C 8E-E4 AA-AA 00-00 50-1C 8E-E4 AA-AA 00-00 50-D9 8D-E4 AA-AA 00-00 70-D9 8D-E4 AA-AA 00-00 70-D9 8D-E4 AA-AA 00-00>, true) (478 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (478 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (476 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (476 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (955 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-1C 8E-E4 AA-AA 00-00 E0-1C 8E-E4 AA-AA 00-00 E0-1C 8E-E4 AA-AA 00-00 60-1C 8E-E4 AA-AA 00-00 80-1C 8E-E4 AA-AA 00-00 ... B0-E4 8D-E4 AA-AA 00-00 B0-E4 8D-E4 AA-AA 00-00 30-1C 8E-E4 AA-AA 00-00 50-1C 8E-E4 AA-AA 00-00 50-1C 8E-E4 AA-AA 00-00 50-D9 8D-E4 AA-AA 00-00 70-D9 8D-E4 AA-AA 00-00 70-D9 8D-E4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 15 of 40): Note: This is test shard 15 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:46.717215: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:46.717380: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:46.717395: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:46.722981: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617926717418-expected.{pb,txt} 2023-01-25 03:38:46.726306: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617926723024-actual.{pb,txt} 2023-01-25 03:38:46.728388: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.outputs/tempfile-1674617926726349-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3370 (82.2754%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1416, expected -9.179e-06, index {1,2,9,0}, rel error 1.54e+04, abs error 0.142 actual 0.1138, expected 1.18e-05, index {0,2,178,0}, rel error 9.64e+03, abs error 0.114 actual -0.02441, expected 2.563e-05, index {1,3,15,0}, rel error 953, abs error 0.0244 actual 0.03955, expected 5.126e-05, index {1,1,88,0}, rel error 772, abs error 0.0396 actual 0.07031, expected -0.0001106, index {2,3,158,0}, rel error 636, abs error 0.0703 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 540 ( 13.1836%), mismatches 424 0.01 <= x < 0.1 : 3007 ( 73.4131%), mismatches 2460 0.1 <= x < 1 : 496 ( 12.1094%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3370 (82.2754%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3370 (100.0000%) >= 0.001 : 3370 (100.0000%) >= 0.01 : 3370 (100.0000%) >= 0.1 : 3361 (99.7329%) >= 1 : 1611 (47.8042%) Elements exceeding rel error bound 0.01: 4054 (98.9746%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4054 (100.0000%) >= 0.001 : 4005 (98.7913%) >= 0.01 : 3370 (83.1278%) >= 0.1 : 254 (6.2654%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-78 8D-E6 AA-AA 00-00 00-79 8D-E6 AA-AA 00-00 00-79 8D-E6 AA-AA 00-00 20-A7 8C-E6 AA-AA 00-00 40-A7 8C-E6 AA-AA 00-00 ... 10-B3 8C-E6 AA-AA 00-00 10-B3 8C-E6 AA-AA 00-00 F0-A6 8C-E6 AA-AA 00-00 10-A7 8C-E6 AA-AA 00-00 10-A7 8C-E6 AA-AA 00-00 E0-11 8D-E6 AA-AA 00-00 00-12 8D-E6 AA-AA 00-00 00-12 8D-E6 AA-AA 00-00>, true) (385 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (385 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (587 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (587 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (973 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-78 8D-E6 AA-AA 00-00 00-79 8D-E6 AA-AA 00-00 00-79 8D-E6 AA-AA 00-00 20-A7 8C-E6 AA-AA 00-00 40-A7 8C-E6 AA-AA 00-00 ... 10-B3 8C-E6 AA-AA 00-00 10-B3 8C-E6 AA-AA 00-00 F0-A6 8C-E6 AA-AA 00-00 10-A7 8C-E6 AA-AA 00-00 10-A7 8C-E6 AA-AA 00-00 E0-11 8D-E6 AA-AA 00-00 00-12 8D-E6 AA-AA 00-00 00-12 8D-E6 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 13 of 40): Note: This is test shard 13 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:27.125867: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.126077: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.126093: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:27.129160: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617907126133-expected.{pb,txt} 2023-01-25 03:38:27.131656: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617907129197-actual.{pb,txt} 2023-01-25 03:38:27.133312: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617907131684-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.06152, expected 2.801e-05, index {0,1,18,0}, rel error 2.2e+03, abs error 0.0615 actual -0.01166, expected -6.08e-06, index {4,0,113,0}, rel error 1.92e+03, abs error 0.0117 actual 0.03638, expected -4.22e-05, index {3,0,78,0}, rel error 862, abs error 0.0364 actual 0.1572, expected 0.0003166, index {2,3,46,0}, rel error 497, abs error 0.157 actual 0.02649, expected 8.106e-05, index {4,2,50,0}, rel error 325, abs error 0.0264 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3 ( 0.0938%), mismatches 2 0.0001 <= x < 0.001 : 47 ( 1.4688%), mismatches 34 0.001 <= x < 0.01 : 352 ( 11.0000%), mismatches 291 0.01 <= x < 0.1 : 2304 ( 72.0000%), mismatches 1916 0.1 <= x < 1 : 494 ( 15.4375%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2680 (99.6283%) >= 1 : 1240 (46.0967%) Elements exceeding rel error bound 0.01: 3172 (99.1250%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0315%) >= 0.0001 : 3171 (99.9685%) >= 0.001 : 3130 (98.6759%) >= 0.01 : 2690 (84.8045%) >= 0.1 : 238 (7.5032%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 50-72 70-CA AA-AA 00-00 70-72 70-CA AA-AA 00-00 70-72 70-CA AA-AA 00-00 90-D8 6F-CA AA-AA 00-00 B0-D8 6F-CA AA-AA 00-00 ... 70-E5 6F-CA AA-AA 00-00 70-E5 6F-CA AA-AA 00-00 80-72 70-CA AA-AA 00-00 A0-72 70-CA AA-AA 00-00 A0-72 70-CA AA-AA 00-00 B0-F9 6F-CA AA-AA 00-00 D0-F9 6F-CA AA-AA 00-00 D0-F9 6F-CA AA-AA 00-00>, true) (670 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (670 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (458 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (458 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1129 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 50-72 70-CA AA-AA 00-00 70-72 70-CA AA-AA 00-00 70-72 70-CA AA-AA 00-00 90-D8 6F-CA AA-AA 00-00 B0-D8 6F-CA AA-AA 00-00 ... 70-E5 6F-CA AA-AA 00-00 70-E5 6F-CA AA-AA 00-00 80-72 70-CA AA-AA 00-00 A0-72 70-CA AA-AA 00-00 A0-72 70-CA AA-AA 00-00 B0-F9 6F-CA AA-AA 00-00 D0-F9 6F-CA AA-AA 00-00 D0-F9 6F-CA AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 13 of 40): Note: This is test shard 13 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:37.616762: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.616952: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.616967: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:37.620135: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617917616990-expected.{pb,txt} 2023-01-25 03:38:37.622772: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617917620182-actual.{pb,txt} 2023-01-25 03:38:37.624507: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617917622814-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.06152, expected 2.801e-05, index {0,1,18,0}, rel error 2.2e+03, abs error 0.0615 actual -0.01166, expected -6.08e-06, index {4,0,113,0}, rel error 1.92e+03, abs error 0.0117 actual 0.03638, expected -4.22e-05, index {3,0,78,0}, rel error 862, abs error 0.0364 actual 0.1572, expected 0.0003166, index {2,3,46,0}, rel error 497, abs error 0.157 actual 0.02649, expected 8.106e-05, index {4,2,50,0}, rel error 325, abs error 0.0264 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3 ( 0.0938%), mismatches 2 0.0001 <= x < 0.001 : 47 ( 1.4688%), mismatches 34 0.001 <= x < 0.01 : 352 ( 11.0000%), mismatches 291 0.01 <= x < 0.1 : 2304 ( 72.0000%), mismatches 1916 0.1 <= x < 1 : 494 ( 15.4375%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2680 (99.6283%) >= 1 : 1240 (46.0967%) Elements exceeding rel error bound 0.01: 3172 (99.1250%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0315%) >= 0.0001 : 3171 (99.9685%) >= 0.001 : 3130 (98.6759%) >= 0.01 : 2690 (84.8045%) >= 0.1 : 238 (7.5032%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-BB 8B-E0 AA-AA 00-00 E0-BB 8B-E0 AA-AA 00-00 E0-BB 8B-E0 AA-AA 00-00 B0-17 8C-E0 AA-AA 00-00 D0-17 8C-E0 AA-AA 00-00 ... A0-AD 8B-E0 AA-AA 00-00 A0-AD 8B-E0 AA-AA 00-00 F0-BB 8B-E0 AA-AA 00-00 10-BC 8B-E0 AA-AA 00-00 10-BC 8B-E0 AA-AA 00-00 F0-F2 8B-E0 AA-AA 00-00 10-F3 8B-E0 AA-AA 00-00 10-F3 8B-E0 AA-AA 00-00>, true) (469 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (470 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (735 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (735 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1205 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-BB 8B-E0 AA-AA 00-00 E0-BB 8B-E0 AA-AA 00-00 E0-BB 8B-E0 AA-AA 00-00 B0-17 8C-E0 AA-AA 00-00 D0-17 8C-E0 AA-AA 00-00 ... A0-AD 8B-E0 AA-AA 00-00 A0-AD 8B-E0 AA-AA 00-00 F0-BB 8B-E0 AA-AA 00-00 10-BC 8B-E0 AA-AA 00-00 10-BC 8B-E0 AA-AA 00-00 F0-F2 8B-E0 AA-AA 00-00 10-F3 8B-E0 AA-AA 00-00 10-F3 8B-E0 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 13 of 40): Note: This is test shard 13 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:47.558429: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:47.558605: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,128,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:47.558619: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:47.561461: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617927558638-expected.{pb,txt} 2023-01-25 03:38:47.563850: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617927561490-actual.{pb,txt} 2023-01-25 03:38:47.565401: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.outputs/tempfile-1674617927563880-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 2690 (84.0625%) in shape bf16[5,5,128,1] (3200 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.06152, expected 2.801e-05, index {0,1,18,0}, rel error 2.2e+03, abs error 0.0615 actual -0.01166, expected -6.08e-06, index {4,0,113,0}, rel error 1.92e+03, abs error 0.0117 actual 0.03638, expected -4.22e-05, index {3,0,78,0}, rel error 862, abs error 0.0364 actual 0.1572, expected 0.0003166, index {2,3,46,0}, rel error 497, abs error 0.157 actual 0.02649, expected 8.106e-05, index {4,2,50,0}, rel error 325, abs error 0.0264 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 3 ( 0.0938%), mismatches 2 0.0001 <= x < 0.001 : 47 ( 1.4688%), mismatches 34 0.001 <= x < 0.01 : 352 ( 11.0000%), mismatches 291 0.01 <= x < 0.1 : 2304 ( 72.0000%), mismatches 1916 0.1 <= x < 1 : 494 ( 15.4375%), mismatches 447 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 2690 (84.0625%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 2690 (100.0000%) >= 0.001 : 2690 (100.0000%) >= 0.01 : 2690 (100.0000%) >= 0.1 : 2680 (99.6283%) >= 1 : 1240 (46.0967%) Elements exceeding rel error bound 0.01: 3172 (99.1250%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 1 (0.0315%) >= 0.0001 : 3171 (99.9685%) >= 0.001 : 3130 (98.6759%) >= 0.01 : 2690 (84.8045%) >= 0.1 : 238 (7.5032%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-6D 1B-E5 AA-AA 00-00 E0-6D 1B-E5 AA-AA 00-00 E0-6D 1B-E5 AA-AA 00-00 A0-C3 1A-E5 AA-AA 00-00 C0-C3 1A-E5 AA-AA 00-00 ... 10-F6 1A-E5 AA-AA 00-00 10-F6 1A-E5 AA-AA 00-00 F0-6D 1B-E5 AA-AA 00-00 10-6E 1B-E5 AA-AA 00-00 10-6E 1B-E5 AA-AA 00-00 60-E7 1A-E5 AA-AA 00-00 80-E7 1A-E5 AA-AA 00-00 80-E7 1A-E5 AA-AA 00-00>, true) (603 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (604 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_5x5x256x1bf16_output_layout_2_3_0_1 (319 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (319 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (923 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x4x4x128_kernel_dims_8x2x2x128_activation_layout_3_0_1_2_output_dims_5x5x128x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <80-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-6D 1B-E5 AA-AA 00-00 E0-6D 1B-E5 AA-AA 00-00 E0-6D 1B-E5 AA-AA 00-00 A0-C3 1A-E5 AA-AA 00-00 C0-C3 1A-E5 AA-AA 00-00 ... 10-F6 1A-E5 AA-AA 00-00 10-F6 1A-E5 AA-AA 00-00 F0-6D 1B-E5 AA-AA 00-00 10-6E 1B-E5 AA-AA 00-00 10-6E 1B-E5 AA-AA 00-00 60-E7 1A-E5 AA-AA 00-00 80-E7 1A-E5 AA-AA 00-00 80-E7 1A-E5 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 18 of 40): Note: This is test shard 18 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:28.731862: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } 2023-01-25 03:38:28.732218: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } } 2023-01-25 03:38:28.732252: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.732986: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617908732274-expected.{pb,txt} 2023-01-25 03:38:28.733460: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617908733006-actual.{pb,txt} 2023-01-25 03:38:28.733844: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617908733478-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.4179592, expected 12.0015249, index {1,4,3,0}, rel error 0.201, abs error 2.42 actual 16.9775791, expected 14.5796862, index {2,1,0,0}, rel error 0.164, abs error 2.4 actual 12.750493, expected 11.4080744, index {0,1,0,0}, rel error 0.118, abs error 1.34 actual 9.05537891, expected 10.2260036, index {0,0,2,0}, rel error 0.114, abs error 1.17 actual 16.7644596, expected 15.1574354, index {3,1,3,0}, rel error 0.106, abs error 1.61 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 98 (98.9899%) >= 0.01 : 82 (82.8283%) >= 0.1 : 5 (5.0505%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-BC 69-D8 AA-AA 00-00 00-BD 69-D8 AA-AA 00-00 00-BD 69-D8 AA-AA 00-00 60-0A 6A-D8 AA-AA 00-00 80-0A 6A-D8 AA-AA 00-00 ... 20-DF 66-D8 AA-AA 00-00 20-DF 66-D8 AA-AA 00-00 D0-FD 69-D8 AA-AA 00-00 F0-FD 69-D8 AA-AA 00-00 F0-FD 69-D8 AA-AA 00-00 A0-73 6A-D8 AA-AA 00-00 C0-73 6A-D8 AA-AA 00-00 C0-73 6A-D8 AA-AA 00-00>, false) (503 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (503 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (129 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (129 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (633 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-BC 69-D8 AA-AA 00-00 00-BD 69-D8 AA-AA 00-00 00-BD 69-D8 AA-AA 00-00 60-0A 6A-D8 AA-AA 00-00 80-0A 6A-D8 AA-AA 00-00 ... 20-DF 66-D8 AA-AA 00-00 20-DF 66-D8 AA-AA 00-00 D0-FD 69-D8 AA-AA 00-00 F0-FD 69-D8 AA-AA 00-00 F0-FD 69-D8 AA-AA 00-00 A0-73 6A-D8 AA-AA 00-00 C0-73 6A-D8 AA-AA 00-00 C0-73 6A-D8 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 18 of 40): Note: This is test shard 18 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:38.380036: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } 2023-01-25 03:38:38.380380: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } } 2023-01-25 03:38:38.380416: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.381163: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617918380442-expected.{pb,txt} 2023-01-25 03:38:38.381658: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617918381185-actual.{pb,txt} 2023-01-25 03:38:38.382064: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617918381679-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.4179592, expected 12.0015249, index {1,4,3,0}, rel error 0.201, abs error 2.42 actual 16.9775791, expected 14.5796862, index {2,1,0,0}, rel error 0.164, abs error 2.4 actual 12.750493, expected 11.4080744, index {0,1,0,0}, rel error 0.118, abs error 1.34 actual 9.05537891, expected 10.2260036, index {0,0,2,0}, rel error 0.114, abs error 1.17 actual 16.7644596, expected 15.1574354, index {3,1,3,0}, rel error 0.106, abs error 1.61 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 98 (98.9899%) >= 0.01 : 82 (82.8283%) >= 0.1 : 5 (5.0505%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-C0 55-13 AB-AA 00-00 F0-C0 55-13 AB-AA 00-00 F0-C0 55-13 AB-AA 00-00 60-0A 56-13 AB-AA 00-00 80-0A 56-13 AB-AA 00-00 ... 20-DF 52-13 AB-AA 00-00 20-DF 52-13 AB-AA 00-00 50-17 56-13 AB-AA 00-00 70-17 56-13 AB-AA 00-00 70-17 56-13 AB-AA 00-00 F0-6A 56-13 AB-AA 00-00 10-6B 56-13 AB-AA 00-00 10-6B 56-13 AB-AA 00-00>, false) (691 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (691 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (229 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (229 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (921 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-C0 55-13 AB-AA 00-00 F0-C0 55-13 AB-AA 00-00 F0-C0 55-13 AB-AA 00-00 60-0A 56-13 AB-AA 00-00 80-0A 56-13 AB-AA 00-00 ... 20-DF 52-13 AB-AA 00-00 20-DF 52-13 AB-AA 00-00 50-17 56-13 AB-AA 00-00 70-17 56-13 AB-AA 00-00 70-17 56-13 AB-AA 00-00 F0-6A 56-13 AB-AA 00-00 10-6B 56-13 AB-AA 00-00 10-6B 56-13 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 18 of 40): Note: This is test shard 18 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:47.896535: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } 2023-01-25 03:38:47.896830: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } } 2023-01-25 03:38:47.896864: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:47.897490: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617927896881-expected.{pb,txt} 2023-01-25 03:38:47.897938: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617927897510-actual.{pb,txt} 2023-01-25 03:38:47.898289: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.outputs/tempfile-1674617927897955-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.4179592, expected 12.0015249, index {1,4,3,0}, rel error 0.201, abs error 2.42 actual 16.9775791, expected 14.5796862, index {2,1,0,0}, rel error 0.164, abs error 2.4 actual 12.750493, expected 11.4080744, index {0,1,0,0}, rel error 0.118, abs error 1.34 actual 9.05537891, expected 10.2260036, index {0,0,2,0}, rel error 0.114, abs error 1.17 actual 16.7644596, expected 15.1574354, index {3,1,3,0}, rel error 0.106, abs error 1.61 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 98 (98.9899%) >= 0.01 : 82 (82.8283%) >= 0.1 : 5 (5.0505%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.45180225}, {10.2353468}, {10.2260036}, {10.2257481} }, { /*i1=1*/ {11.4080744}, {13.3641968}, {11.9551563}, {13.3051214} }, { /*i1=2*/ {11.8356123}, {13.0713587}, {11.8304539}, {13.5338078} }, { /*i1=3*/ {12.3667946}, {13.0871592}, {12.022748}, {14.1752348} }, { /*i1=4*/ {10.4527512}, {10.468523}, {10.0213337}, {10.302494} } }, { /*i0=1*/ { /*i1=0*/ {13.491293}, {13.2333975}, {13.4771204}, {12.5198679} }, { /*i1=1*/ {16.5621929}, {16.4837914}, {16.2983494}, {17.4512329} }, { /*i1=2*/ {16.0478516}, {16.8871746}, {15.9607592}, {16.212429} }, { /*i1=3*/ {14.6375122}, {14.7578688}, {16.4704456}, {16.9476414} }, { /*i1=4*/ {11.6894236}, {12.1027451}, {14.1164818}, {12.0015249} } }, { /*i0=2*/ { /*i1=0*/ {12.6092215}, {13.3020067}, {13.5914602}, {13.9760208} }, { /*i1=1*/ {14.5796862}, {16.4438133}, {16.775877}, {16.1682243} }, { /*i1=2*/ {16.0658207}, {16.4974957}, {16.0475597}, {17.3914928} }, { /*i1=3*/ {15.5566292}, {16.4380817}, {15.9967413}, {16.3138428} }, { /*i1=4*/ {12.1375399}, {12.6944418}, {14.5500898}, {13.4039402} } }, { /*i0=3*/ { /*i1=0*/ {13.3365679}, {12.6690369}, {12.9778852}, {12.652091} }, { /*i1=1*/ {16.2313938}, {16.1083126}, {15.5893202}, {15.1574354} }, { /*i1=2*/ {16.1389694}, {17.1858635}, {16.7061043}, {15.4872379} }, { /*i1=3*/ {15.4819098}, {16.938343}, {16.597929}, {15.4888544} }, { /*i1=4*/ {12.8457851}, {12.8601847}, {13.1056175}, {13.7709923} } }, { /*i0=4*/ { /*i1=0*/ {10.6621447}, {10.4555845}, {10.8349819}, {10.378108} }, { /*i1=1*/ {13.1626196}, {12.6025267}, {13.5415087}, {12.0649834} }, { /*i1=2*/ {13.6770697}, {12.9822893}, {13.0709648}, {12.1359587} }, { /*i1=3*/ {13.3547535}, {12.5790615}, {12.7707224}, {12.7609491} }, { /*i1=4*/ {10.6192865}, {9.83913422}, {11.1479826}, {9.47028351} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.53694439}, {11.0877066}, {9.05537891}, {10.2879744} }, { /*i1=1*/ {12.750493}, {12.1303434}, {12.0209713}, {12.9067249} }, { /*i1=2*/ {12.3502045}, {12.5781374}, {12.35429}, {13.0619736} }, { /*i1=3*/ {12.6590137}, {12.5611134}, {12.6092663}, {13.443799} }, { /*i1=4*/ {10.8307257}, {10.856739}, {10.3045149}, {10.9009075} } }, { /*i0=1*/ { /*i1=0*/ {13.2925377}, {12.4684229}, {12.588254}, {12.2625685} }, { /*i1=1*/ {15.7497501}, {16.6944275}, {15.4273968}, {16.409996} }, { /*i1=2*/ {15.0130863}, {16.7406158}, {15.6314774}, {16.2970638} }, { /*i1=3*/ {15.1927919}, {15.1873741}, {17.8003197}, {17.0332756} }, { /*i1=4*/ {11.934844}, {11.5050764}, {13.5849533}, {14.4179592} } }, { /*i0=2*/ { /*i1=0*/ {11.8719807}, {12.3925934}, {12.8933372}, {12.7372341} }, { /*i1=1*/ {16.9775791}, {15.8710527}, {15.5493059}, {16.2224159} }, { /*i1=2*/ {16.0739727}, {16.8712139}, {16.1298428}, {16.5364437} }, { /*i1=3*/ {15.146904}, {16.7149715}, {16.4416828}, {17.0832138} }, { /*i1=4*/ {12.8568716}, {11.8161554}, {13.9856434}, {13.3934202} } }, { /*i0=3*/ { /*i1=0*/ {13.0881805}, {12.6493931}, {12.3521948}, {12.0311155} }, { /*i1=1*/ {15.2095022}, {16.3043194}, {14.8763714}, {16.7644596} }, { /*i1=2*/ {16.2854538}, {16.0271263}, {15.6185551}, {16.1042366} }, { /*i1=3*/ {16.1393}, {16.1191864}, {16.8803864}, {15.3509188} }, { /*i1=4*/ {12.2089386}, {13.1298466}, {14.1669426}, {13.7241974} } }, { /*i0=4*/ { /*i1=0*/ {10.4747229}, {10.8187504}, {10.5639496}, {9.82147598} }, { /*i1=1*/ {13.6943111}, {12.1646633}, {12.7459917}, {12.111825} }, { /*i1=2*/ {13.1540709}, {13.0037928}, {12.5706625}, {12.5214548} }, { /*i1=3*/ {13.1000023}, {12.7589502}, {12.7275743}, {11.9837294} }, { /*i1=4*/ {10.702857}, {10.4615183}, {11.0227604}, {10.1913042} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-C2 45-BF AA-AA 00-00 A0-C2 45-BF AA-AA 00-00 A0-C2 45-BF AA-AA 00-00 60-0A 46-BF AA-AA 00-00 80-0A 46-BF AA-AA 00-00 ... 20-DF 42-BF AA-AA 00-00 20-DF 42-BF AA-AA 00-00 A0-73 46-BF AA-AA 00-00 C0-73 46-BF AA-AA 00-00 C0-73 46-BF AA-AA 00-00 A0-7A 46-BF AA-AA 00-00 C0-7A 46-BF AA-AA 00-00 C0-7A 46-BF AA-AA 00-00>, false) (459 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (460 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (185 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (185 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (645 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-C2 45-BF AA-AA 00-00 A0-C2 45-BF AA-AA 00-00 A0-C2 45-BF AA-AA 00-00 60-0A 46-BF AA-AA 00-00 80-0A 46-BF AA-AA 00-00 ... 20-DF 42-BF AA-AA 00-00 20-DF 42-BF AA-AA 00-00 A0-73 46-BF AA-AA 00-00 C0-73 46-BF AA-AA 00-00 C0-73 46-BF AA-AA 00-00 A0-7A 46-BF AA-AA 00-00 C0-7A 46-BF AA-AA 00-00 C0-7A 46-BF AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 14 of 40): Note: This is test shard 14 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:27.108844: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.108975: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:27.108990: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:27.114221: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617907109009-expected.{pb,txt} 2023-01-25 03:38:27.119037: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617907114252-actual.{pb,txt} 2023-01-25 03:38:27.121037: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617907119076-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3362 (82.0801%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.113694414, expected -6.83920007e-06, index {0,2,178,0}, rel error 1.66e+04, abs error 0.114 actual 0.141920641, expected 1.11043764e-05, index {1,2,9,0}, rel error 1.28e+04, abs error 0.142 actual -0.0479495935, expected 6.13879529e-05, index {3,3,247,0}, rel error 782, abs error 0.048 actual -0.0243368465, expected 3.70664238e-05, index {1,3,15,0}, rel error 658, abs error 0.0244 actual 0.0198987052, expected 4.00123863e-05, index {0,0,140,0}, rel error 496, abs error 0.0199 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 542 ( 13.2324%), mismatches 425 0.01 <= x < 0.1 : 3009 ( 73.4619%), mismatches 2455 0.1 <= x < 1 : 492 ( 12.0117%), mismatches 443 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3362 (82.0801%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3362 (100.0000%) >= 0.001 : 3362 (100.0000%) >= 0.01 : 3362 (100.0000%) >= 0.1 : 3354 (99.7620%) >= 1 : 1606 (47.7692%) Elements exceeding rel error bound 0.01: 4056 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4056 (100.0000%) >= 0.001 : 4016 (99.0138%) >= 0.01 : 3362 (82.8895%) >= 0.1 : 254 (6.2623%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-B4 1F-FC AA-AA 00-00 30-B4 1F-FC AA-AA 00-00 30-B4 1F-FC AA-AA 00-00 40-B4 1F-FC AA-AA 00-00 60-B4 1F-FC AA-AA 00-00 ... B0-D2 1F-FC AA-AA 00-00 B0-D2 1F-FC AA-AA 00-00 B0-DC 1F-FC AA-AA 00-00 D0-DC 1F-FC AA-AA 00-00 D0-DC 1F-FC AA-AA 00-00 00-FB 1F-FC AA-AA 00-00 20-FB 1F-FC AA-AA 00-00 20-FB 1F-FC AA-AA 00-00>, false) (494 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (494 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (457 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (457 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (952 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 10-B4 1F-FC AA-AA 00-00 30-B4 1F-FC AA-AA 00-00 30-B4 1F-FC AA-AA 00-00 40-B4 1F-FC AA-AA 00-00 60-B4 1F-FC AA-AA 00-00 ... B0-D2 1F-FC AA-AA 00-00 B0-D2 1F-FC AA-AA 00-00 B0-DC 1F-FC AA-AA 00-00 D0-DC 1F-FC AA-AA 00-00 D0-DC 1F-FC AA-AA 00-00 00-FB 1F-FC AA-AA 00-00 20-FB 1F-FC AA-AA 00-00 20-FB 1F-FC AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 14 of 40): Note: This is test shard 14 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:37.836554: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.836750: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.836766: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:37.842045: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617917836789-expected.{pb,txt} 2023-01-25 03:38:37.846767: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617917842085-actual.{pb,txt} 2023-01-25 03:38:37.848828: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617917846807-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3362 (82.0801%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.113694414, expected -6.83920007e-06, index {0,2,178,0}, rel error 1.66e+04, abs error 0.114 actual 0.141920641, expected 1.11043764e-05, index {1,2,9,0}, rel error 1.28e+04, abs error 0.142 actual -0.0479495935, expected 6.13879529e-05, index {3,3,247,0}, rel error 782, abs error 0.048 actual -0.0243368465, expected 3.70664238e-05, index {1,3,15,0}, rel error 658, abs error 0.0244 actual 0.0198987052, expected 4.00123863e-05, index {0,0,140,0}, rel error 496, abs error 0.0199 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 542 ( 13.2324%), mismatches 425 0.01 <= x < 0.1 : 3009 ( 73.4619%), mismatches 2455 0.1 <= x < 1 : 492 ( 12.0117%), mismatches 443 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3362 (82.0801%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3362 (100.0000%) >= 0.001 : 3362 (100.0000%) >= 0.01 : 3362 (100.0000%) >= 0.1 : 3354 (99.7620%) >= 1 : 1606 (47.7692%) Elements exceeding rel error bound 0.01: 4056 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4056 (100.0000%) >= 0.001 : 4016 (99.0138%) >= 0.01 : 3362 (82.8895%) >= 0.1 : 254 (6.2623%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-90 32-F9 AA-AA 00-00 B0-90 32-F9 AA-AA 00-00 B0-90 32-F9 AA-AA 00-00 C0-90 32-F9 AA-AA 00-00 E0-90 32-F9 AA-AA 00-00 ... B0-A6 33-F9 AA-AA 00-00 B0-A6 33-F9 AA-AA 00-00 60-EA 33-F9 AA-AA 00-00 80-EA 33-F9 AA-AA 00-00 80-EA 33-F9 AA-AA 00-00 B0-F0 33-F9 AA-AA 00-00 D0-F0 33-F9 AA-AA 00-00 D0-F0 33-F9 AA-AA 00-00>, false) (832 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (833 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (539 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (539 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1373 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-90 32-F9 AA-AA 00-00 B0-90 32-F9 AA-AA 00-00 B0-90 32-F9 AA-AA 00-00 C0-90 32-F9 AA-AA 00-00 E0-90 32-F9 AA-AA 00-00 ... B0-A6 33-F9 AA-AA 00-00 B0-A6 33-F9 AA-AA 00-00 60-EA 33-F9 AA-AA 00-00 80-EA 33-F9 AA-AA 00-00 80-EA 33-F9 AA-AA 00-00 B0-F0 33-F9 AA-AA 00-00 D0-F0 33-F9 AA-AA 00-00 D0-F0 33-F9 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 14 of 40): Note: This is test shard 14 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:47.944991: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:47.945209: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:47.945225: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:47.950658: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617927945244-expected.{pb,txt} 2023-01-25 03:38:47.955489: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617927950698-actual.{pb,txt} 2023-01-25 03:38:47.957679: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.outputs/tempfile-1674617927955528-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3362 (82.0801%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.113694414, expected -6.83920007e-06, index {0,2,178,0}, rel error 1.66e+04, abs error 0.114 actual 0.141920641, expected 1.11043764e-05, index {1,2,9,0}, rel error 1.28e+04, abs error 0.142 actual -0.0479495935, expected 6.13879529e-05, index {3,3,247,0}, rel error 782, abs error 0.048 actual -0.0243368465, expected 3.70664238e-05, index {1,3,15,0}, rel error 658, abs error 0.0244 actual 0.0198987052, expected 4.00123863e-05, index {0,0,140,0}, rel error 496, abs error 0.0199 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 4 ( 0.0977%), mismatches 3 0.0001 <= x < 0.001 : 49 ( 1.1963%), mismatches 36 0.001 <= x < 0.01 : 542 ( 13.2324%), mismatches 425 0.01 <= x < 0.1 : 3009 ( 73.4619%), mismatches 2455 0.1 <= x < 1 : 492 ( 12.0117%), mismatches 443 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3362 (82.0801%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3362 (100.0000%) >= 0.001 : 3362 (100.0000%) >= 0.01 : 3362 (100.0000%) >= 0.1 : 3354 (99.7620%) >= 1 : 1606 (47.7692%) Elements exceeding rel error bound 0.01: 4056 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4056 (100.0000%) >= 0.001 : 4016 (99.0138%) >= 0.01 : 3362 (82.8895%) >= 0.1 : 254 (6.2623%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-69 99-EC AA-AA 00-00 E0-69 99-EC AA-AA 00-00 E0-69 99-EC AA-AA 00-00 F0-69 99-EC AA-AA 00-00 10-6A 99-EC AA-AA 00-00 ... 10-E0 98-EC AA-AA 00-00 10-E0 98-EC AA-AA 00-00 80-BC 98-EC AA-AA 00-00 A0-BC 98-EC AA-AA 00-00 A0-BC 98-EC AA-AA 00-00 20-FC 98-EC AA-AA 00-00 40-FC 98-EC AA-AA 00-00 40-FC 98-EC AA-AA 00-00>, false) (853 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (853 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_0_3_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (410 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (410 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1263 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_0_3_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-69 99-EC AA-AA 00-00 E0-69 99-EC AA-AA 00-00 E0-69 99-EC AA-AA 00-00 F0-69 99-EC AA-AA 00-00 10-6A 99-EC AA-AA 00-00 ... 10-E0 98-EC AA-AA 00-00 10-E0 98-EC AA-AA 00-00 80-BC 98-EC AA-AA 00-00 A0-BC 98-EC AA-AA 00-00 A0-BC 98-EC AA-AA 00-00 20-FC 98-EC AA-AA 00-00 40-FC 98-EC AA-AA 00-00 40-FC 98-EC AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 16 of 40): Note: This is test shard 16 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:28.318709: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.318924: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.318939: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.324169: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617908318957-expected.{pb,txt} 2023-01-25 03:38:28.328966: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617908324205-actual.{pb,txt} 2023-01-25 03:38:28.331032: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617908329001-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3325 (81.1768%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.026423404, expected 2.05187871e-06, index {1,1,122,0}, rel error 1.29e+04, abs error 0.0264 actual 0.0479702279, expected -1.03411021e-05, index {3,0,143,0}, rel error 4.64e+03, abs error 0.048 actual 0.0800403357, expected -1.81777032e-05, index {0,2,110,0}, rel error 4.4e+03, abs error 0.0801 actual 0.0561269596, expected 4.93647785e-05, index {3,2,136,0}, rel error 1.14e+03, abs error 0.0561 actual 0.102719985, expected 0.000168884042, index {1,2,89,0}, rel error 607, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 8 ( 0.1953%), mismatches 6 0.0001 <= x < 0.001 : 55 ( 1.3428%), mismatches 44 0.001 <= x < 0.01 : 525 ( 12.8174%), mismatches 405 0.01 <= x < 0.1 : 2991 ( 73.0225%), mismatches 2397 0.1 <= x < 1 : 517 ( 12.6221%), mismatches 473 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3325 (81.1768%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3325 (100.0000%) >= 0.001 : 3325 (100.0000%) >= 0.01 : 3325 (100.0000%) >= 0.1 : 3319 (99.8195%) >= 1 : 1527 (45.9248%) Elements exceeding rel error bound 0.01: 4059 (99.0967%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4059 (100.0000%) >= 0.001 : 4009 (98.7682%) >= 0.01 : 3325 (81.9167%) >= 0.1 : 236 (5.8142%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B9 CA-F5 AA-AA 00-00 D0-B9 CA-F5 AA-AA 00-00 D0-B9 CA-F5 AA-AA 00-00 20-F9 CA-F5 AA-AA 00-00 40-F9 CA-F5 AA-AA 00-00 ... D0-1F CB-F5 AA-AA 00-00 D0-1F CB-F5 AA-AA 00-00 F0-C4 CA-F5 AA-AA 00-00 10-C5 CA-F5 AA-AA 00-00 10-C5 CA-F5 AA-AA 00-00 50-11 CB-F5 AA-AA 00-00 70-11 CB-F5 AA-AA 00-00 70-11 CB-F5 AA-AA 00-00>, false) (473 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (473 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (409 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (409 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (883 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B9 CA-F5 AA-AA 00-00 D0-B9 CA-F5 AA-AA 00-00 D0-B9 CA-F5 AA-AA 00-00 20-F9 CA-F5 AA-AA 00-00 40-F9 CA-F5 AA-AA 00-00 ... D0-1F CB-F5 AA-AA 00-00 D0-1F CB-F5 AA-AA 00-00 F0-C4 CA-F5 AA-AA 00-00 10-C5 CA-F5 AA-AA 00-00 10-C5 CA-F5 AA-AA 00-00 50-11 CB-F5 AA-AA 00-00 70-11 CB-F5 AA-AA 00-00 70-11 CB-F5 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 16 of 40): Note: This is test shard 16 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:38.640185: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.640326: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.640340: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.645556: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617918640358-expected.{pb,txt} 2023-01-25 03:38:38.650227: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617918645589-actual.{pb,txt} 2023-01-25 03:38:38.652240: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617918650265-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3325 (81.1768%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.026423404, expected 2.05187871e-06, index {1,1,122,0}, rel error 1.29e+04, abs error 0.0264 actual 0.0479702279, expected -1.03411021e-05, index {3,0,143,0}, rel error 4.64e+03, abs error 0.048 actual 0.0800403357, expected -1.81777032e-05, index {0,2,110,0}, rel error 4.4e+03, abs error 0.0801 actual 0.0561269596, expected 4.93647785e-05, index {3,2,136,0}, rel error 1.14e+03, abs error 0.0561 actual 0.102719985, expected 0.000168884042, index {1,2,89,0}, rel error 607, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 8 ( 0.1953%), mismatches 6 0.0001 <= x < 0.001 : 55 ( 1.3428%), mismatches 44 0.001 <= x < 0.01 : 525 ( 12.8174%), mismatches 405 0.01 <= x < 0.1 : 2991 ( 73.0225%), mismatches 2397 0.1 <= x < 1 : 517 ( 12.6221%), mismatches 473 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3325 (81.1768%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3325 (100.0000%) >= 0.001 : 3325 (100.0000%) >= 0.01 : 3325 (100.0000%) >= 0.1 : 3319 (99.8195%) >= 1 : 1527 (45.9248%) Elements exceeding rel error bound 0.01: 4059 (99.0967%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4059 (100.0000%) >= 0.001 : 4009 (98.7682%) >= 0.01 : 3325 (81.9167%) >= 0.1 : 236 (5.8142%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-A3 98-EE AA-AA 00-00 A0-A3 98-EE AA-AA 00-00 A0-A3 98-EE AA-AA 00-00 C0-DF 98-EE AA-AA 00-00 E0-DF 98-EE AA-AA 00-00 ... E0-F8 98-EE AA-AA 00-00 E0-F8 98-EE AA-AA 00-00 90-E7 98-EE AA-AA 00-00 B0-E7 98-EE AA-AA 00-00 B0-E7 98-EE AA-AA 00-00 A0-7A 99-EE AA-AA 00-00 C0-7A 99-EE AA-AA 00-00 C0-7A 99-EE AA-AA 00-00>, false) (616 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (616 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (389 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (389 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1006 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-A3 98-EE AA-AA 00-00 A0-A3 98-EE AA-AA 00-00 A0-A3 98-EE AA-AA 00-00 C0-DF 98-EE AA-AA 00-00 E0-DF 98-EE AA-AA 00-00 ... E0-F8 98-EE AA-AA 00-00 E0-F8 98-EE AA-AA 00-00 90-E7 98-EE AA-AA 00-00 B0-E7 98-EE AA-AA 00-00 B0-E7 98-EE AA-AA 00-00 A0-7A 99-EE AA-AA 00-00 C0-7A 99-EE AA-AA 00-00 C0-7A 99-EE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 16 of 40): Note: This is test shard 16 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1 2023-01-25 03:38:48.355800: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.356000: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.356014: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:48.361272: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617928356033-expected.{pb,txt} 2023-01-25 03:38:48.366047: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617928361311-actual.{pb,txt} 2023-01-25 03:38:48.368123: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.outputs/tempfile-1674617928366084-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3325 (81.1768%) in shape f32[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.026423404, expected 2.05187871e-06, index {1,1,122,0}, rel error 1.29e+04, abs error 0.0264 actual 0.0479702279, expected -1.03411021e-05, index {3,0,143,0}, rel error 4.64e+03, abs error 0.048 actual 0.0800403357, expected -1.81777032e-05, index {0,2,110,0}, rel error 4.4e+03, abs error 0.0801 actual 0.0561269596, expected 4.93647785e-05, index {3,2,136,0}, rel error 1.14e+03, abs error 0.0561 actual 0.102719985, expected 0.000168884042, index {1,2,89,0}, rel error 607, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 8 ( 0.1953%), mismatches 6 0.0001 <= x < 0.001 : 55 ( 1.3428%), mismatches 44 0.001 <= x < 0.01 : 525 ( 12.8174%), mismatches 405 0.01 <= x < 0.1 : 2991 ( 73.0225%), mismatches 2397 0.1 <= x < 1 : 517 ( 12.6221%), mismatches 473 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3325 (81.1768%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3325 (100.0000%) >= 0.001 : 3325 (100.0000%) >= 0.01 : 3325 (100.0000%) >= 0.1 : 3319 (99.8195%) >= 1 : 1527 (45.9248%) Elements exceeding rel error bound 0.01: 4059 (99.0967%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4059 (100.0000%) >= 0.001 : 4009 (98.7682%) >= 0.01 : 3325 (81.9167%) >= 0.1 : 236 (5.8142%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-A3 AE-DB AA-AA 00-00 A0-A3 AE-DB AA-AA 00-00 A0-A3 AE-DB AA-AA 00-00 10-98 AD-DB AA-AA 00-00 30-98 AD-DB AA-AA 00-00 ... E0-7E AD-DB AA-AA 00-00 E0-7E AD-DB AA-AA 00-00 60-A9 AE-DB AA-AA 00-00 80-A9 AE-DB AA-AA 00-00 80-A9 AE-DB AA-AA 00-00 70-A5 AE-DB AA-AA 00-00 90-A5 AE-DB AA-AA 00-00 90-A5 AE-DB AA-AA 00-00>, false) (579 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (579 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1f32_output_layout_2_3_0_1 (532 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (532 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1111 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-A3 AE-DB AA-AA 00-00 A0-A3 AE-DB AA-AA 00-00 A0-A3 AE-DB AA-AA 00-00 10-98 AD-DB AA-AA 00-00 30-98 AD-DB AA-AA 00-00 ... E0-7E AD-DB AA-AA 00-00 E0-7E AD-DB AA-AA 00-00 60-A9 AE-DB AA-AA 00-00 80-A9 AE-DB AA-AA 00-00 80-A9 AE-DB AA-AA 00-00 70-A5 AE-DB AA-AA 00-00 90-A5 AE-DB AA-AA 00-00 90-A5 AE-DB AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 17 of 40): Note: This is test shard 17 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:28.239655: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.239811: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:28.239828: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:28.243531: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617908239848-expected.{pb,txt} 2023-01-25 03:38:28.246694: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617908243564-actual.{pb,txt} 2023-01-25 03:38:28.248759: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617908246732-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3330 (81.2988%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.02612, expected -5.543e-06, index {2,3,102,0}, rel error 4.71e+03, abs error 0.0261 actual 0.0481, expected 2.599e-05, index {3,0,143,0}, rel error 1.85e+03, abs error 0.0481 actual 0.1309, expected 0.0001469, index {2,1,56,0}, rel error 891, abs error 0.131 actual 0.02649, expected -3.219e-05, index {1,1,122,0}, rel error 823, abs error 0.0265 actual 0.05615, expected 8.392e-05, index {3,2,136,0}, rel error 669, abs error 0.0562 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.1709%), mismatches 5 0.0001 <= x < 0.001 : 56 ( 1.3672%), mismatches 45 0.001 <= x < 0.01 : 524 ( 12.7930%), mismatches 404 0.01 <= x < 0.1 : 2990 ( 72.9980%), mismatches 2401 0.1 <= x < 1 : 519 ( 12.6709%), mismatches 475 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3330 (81.2988%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3330 (100.0000%) >= 0.001 : 3330 (100.0000%) >= 0.01 : 3330 (100.0000%) >= 0.1 : 3323 (99.7898%) >= 1 : 1533 (46.0360%) Elements exceeding rel error bound 0.01: 4058 (99.0723%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0493%) >= 0.0001 : 4056 (99.9507%) >= 0.001 : 3999 (98.5461%) >= 0.01 : 3330 (82.0601%) >= 0.1 : 236 (5.8157%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-AD 98-D0 AA-AA 00-00 00-AE 98-D0 AA-AA 00-00 00-AE 98-D0 AA-AA 00-00 A0-BA 98-D0 AA-AA 00-00 C0-BA 98-D0 AA-AA 00-00 ... 50-C4 98-D0 AA-AA 00-00 50-C4 98-D0 AA-AA 00-00 10-AE 98-D0 AA-AA 00-00 30-AE 98-D0 AA-AA 00-00 30-AE 98-D0 AA-AA 00-00 D0-C0 98-D0 AA-AA 00-00 F0-C0 98-D0 AA-AA 00-00 F0-C0 98-D0 AA-AA 00-00>, true) (433 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (433 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (416 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (416 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (850 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-AD 98-D0 AA-AA 00-00 00-AE 98-D0 AA-AA 00-00 00-AE 98-D0 AA-AA 00-00 A0-BA 98-D0 AA-AA 00-00 C0-BA 98-D0 AA-AA 00-00 ... 50-C4 98-D0 AA-AA 00-00 50-C4 98-D0 AA-AA 00-00 10-AE 98-D0 AA-AA 00-00 30-AE 98-D0 AA-AA 00-00 30-AE 98-D0 AA-AA 00-00 D0-C0 98-D0 AA-AA 00-00 F0-C0 98-D0 AA-AA 00-00 F0-C0 98-D0 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 17 of 40): Note: This is test shard 17 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:39.029180: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.029329: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:39.029344: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:39.033008: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617919029366-expected.{pb,txt} 2023-01-25 03:38:39.036077: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617919033042-actual.{pb,txt} 2023-01-25 03:38:39.038152: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617919036107-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3330 (81.2988%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.02612, expected -5.543e-06, index {2,3,102,0}, rel error 4.71e+03, abs error 0.0261 actual 0.0481, expected 2.599e-05, index {3,0,143,0}, rel error 1.85e+03, abs error 0.0481 actual 0.1309, expected 0.0001469, index {2,1,56,0}, rel error 891, abs error 0.131 actual 0.02649, expected -3.219e-05, index {1,1,122,0}, rel error 823, abs error 0.0265 actual 0.05615, expected 8.392e-05, index {3,2,136,0}, rel error 669, abs error 0.0562 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.1709%), mismatches 5 0.0001 <= x < 0.001 : 56 ( 1.3672%), mismatches 45 0.001 <= x < 0.01 : 524 ( 12.7930%), mismatches 404 0.01 <= x < 0.1 : 2990 ( 72.9980%), mismatches 2401 0.1 <= x < 1 : 519 ( 12.6709%), mismatches 475 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3330 (81.2988%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3330 (100.0000%) >= 0.001 : 3330 (100.0000%) >= 0.01 : 3330 (100.0000%) >= 0.1 : 3323 (99.7898%) >= 1 : 1533 (46.0360%) Elements exceeding rel error bound 0.01: 4058 (99.0723%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0493%) >= 0.0001 : 4056 (99.9507%) >= 0.001 : 3999 (98.5461%) >= 0.01 : 3330 (82.0601%) >= 0.1 : 236 (5.8157%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-90 BE-E0 AA-AA 00-00 B0-90 BE-E0 AA-AA 00-00 B0-90 BE-E0 AA-AA 00-00 20-D9 BF-E0 AA-AA 00-00 40-D9 BF-E0 AA-AA 00-00 ... 10-14 C0-E0 AA-AA 00-00 10-14 C0-E0 AA-AA 00-00 C0-90 BE-E0 AA-AA 00-00 E0-90 BE-E0 AA-AA 00-00 E0-90 BE-E0 AA-AA 00-00 10-B4 BF-E0 AA-AA 00-00 30-B4 BF-E0 AA-AA 00-00 30-B4 BF-E0 AA-AA 00-00>, true) (701 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (701 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (559 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (559 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1261 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 90-90 BE-E0 AA-AA 00-00 B0-90 BE-E0 AA-AA 00-00 B0-90 BE-E0 AA-AA 00-00 20-D9 BF-E0 AA-AA 00-00 40-D9 BF-E0 AA-AA 00-00 ... 10-14 C0-E0 AA-AA 00-00 10-14 C0-E0 AA-AA 00-00 C0-90 BE-E0 AA-AA 00-00 E0-90 BE-E0 AA-AA 00-00 E0-90 BE-E0 AA-AA 00-00 10-B4 BF-E0 AA-AA 00-00 30-B4 BF-E0 AA-AA 00-00 30-B4 BF-E0 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 17 of 40): Note: This is test shard 17 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:48.355096: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.355253: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,256,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.355268: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:48.358965: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617928355287-expected.{pb,txt} 2023-01-25 03:38:48.362108: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617928359003-actual.{pb,txt} 2023-01-25 03:38:48.364063: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.outputs/tempfile-1674617928362137-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 3330 (81.2988%) in shape bf16[4,4,256,1] (4096 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.02612, expected -5.543e-06, index {2,3,102,0}, rel error 4.71e+03, abs error 0.0261 actual 0.0481, expected 2.599e-05, index {3,0,143,0}, rel error 1.85e+03, abs error 0.0481 actual 0.1309, expected 0.0001469, index {2,1,56,0}, rel error 891, abs error 0.131 actual 0.02649, expected -3.219e-05, index {1,1,122,0}, rel error 823, abs error 0.0265 actual 0.05615, expected 8.392e-05, index {3,2,136,0}, rel error 669, abs error 0.0562 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 7 ( 0.1709%), mismatches 5 0.0001 <= x < 0.001 : 56 ( 1.3672%), mismatches 45 0.001 <= x < 0.01 : 524 ( 12.7930%), mismatches 404 0.01 <= x < 0.1 : 2990 ( 72.9980%), mismatches 2401 0.1 <= x < 1 : 519 ( 12.6709%), mismatches 475 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 3330 (81.2988%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 3330 (100.0000%) >= 0.001 : 3330 (100.0000%) >= 0.01 : 3330 (100.0000%) >= 0.1 : 3323 (99.7898%) >= 1 : 1533 (46.0360%) Elements exceeding rel error bound 0.01: 4058 (99.0723%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 2 (0.0493%) >= 0.0001 : 4056 (99.9507%) >= 0.001 : 3999 (98.5461%) >= 0.01 : 3330 (82.0601%) >= 0.1 : 236 (5.8157%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-E3 F8-0B AB-AA 00-00 90-E3 F8-0B AB-AA 00-00 90-E3 F8-0B AB-AA 00-00 E0-E2 F8-0B AB-AA 00-00 00-E3 F8-0B AB-AA 00-00 ... 80-A6 F8-0B AB-AA 00-00 80-A6 F8-0B AB-AA 00-00 A0-E3 F8-0B AB-AA 00-00 C0-E3 F8-0B AB-AA 00-00 C0-E3 F8-0B AB-AA 00-00 70-A4 F8-0B AB-AA 00-00 90-A4 F8-0B AB-AA 00-00 90-A4 F8-0B AB-AA 00-00>, true) (495 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (495 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x768_activation_layout_3_0_1_2_output_dims_4x4x768x1bf16_output_layout_2_3_0_1 (474 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (474 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (969 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_8x3x3x256_kernel_dims_8x2x2x256_activation_layout_3_0_1_2_output_dims_4x4x256x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <00-01 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-E3 F8-0B AB-AA 00-00 90-E3 F8-0B AB-AA 00-00 90-E3 F8-0B AB-AA 00-00 E0-E2 F8-0B AB-AA 00-00 00-E3 F8-0B AB-AA 00-00 ... 80-A6 F8-0B AB-AA 00-00 80-A6 F8-0B AB-AA 00-00 A0-E3 F8-0B AB-AA 00-00 C0-E3 F8-0B AB-AA 00-00 C0-E3 F8-0B AB-AA 00-00 70-A4 F8-0B AB-AA 00-00 90-A4 F8-0B AB-AA 00-00 90-A4 F8-0B AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 19 of 40): Note: This is test shard 19 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:29.389428: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } 2023-01-25 03:38:29.389686: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } } 2023-01-25 03:38:29.389713: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.390406: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617909389734-expected.{pb,txt} 2023-01-25 03:38:29.390871: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617909390434-actual.{pb,txt} 2023-01-25 03:38:29.391305: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617909390892-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.44, expected 12, index {1,4,3,0}, rel error 0.203, abs error 2.44 actual 17, expected 14.56, index {2,1,0,0}, rel error 0.167, abs error 2.44 actual 9.062, expected 10.25, index {0,0,2,0}, rel error 0.116, abs error 1.19 actual 12.75, expected 11.44, index {0,1,0,0}, rel error 0.115, abs error 1.31 actual 16.75, expected 15.19, index {3,1,3,0}, rel error 0.103, abs error 1.56 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 93 (93.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 93 (100.0000%) >= 0.001 : 93 (100.0000%) >= 0.01 : 82 (88.1720%) >= 0.1 : 5 (5.3763%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 F5-F8 AA-AA 00-00 E0-C7 F5-F8 AA-AA 00-00 E0-C7 F5-F8 AA-AA 00-00 20-11 F9-F8 AA-AA 00-00 40-11 F9-F8 AA-AA 00-00 ... D0-B0 F8-F8 AA-AA 00-00 D0-B0 F8-F8 AA-AA 00-00 30-A9 F8-F8 AA-AA 00-00 50-A9 F8-F8 AA-AA 00-00 50-A9 F8-F8 AA-AA 00-00 C0-AC F8-F8 AA-AA 00-00 E0-AC F8-F8 AA-AA 00-00 E0-AC F8-F8 AA-AA 00-00>, true) (392 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (392 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (189 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (189 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (582 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 F5-F8 AA-AA 00-00 E0-C7 F5-F8 AA-AA 00-00 E0-C7 F5-F8 AA-AA 00-00 20-11 F9-F8 AA-AA 00-00 40-11 F9-F8 AA-AA 00-00 ... D0-B0 F8-F8 AA-AA 00-00 D0-B0 F8-F8 AA-AA 00-00 30-A9 F8-F8 AA-AA 00-00 50-A9 F8-F8 AA-AA 00-00 50-A9 F8-F8 AA-AA 00-00 C0-AC F8-F8 AA-AA 00-00 E0-AC F8-F8 AA-AA 00-00 E0-AC F8-F8 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 19 of 40): Note: This is test shard 19 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:40.337036: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } 2023-01-25 03:38:40.337335: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } } 2023-01-25 03:38:40.337362: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.338060: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617920337387-expected.{pb,txt} 2023-01-25 03:38:40.338569: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617920338089-actual.{pb,txt} 2023-01-25 03:38:40.339010: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617920338589-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.44, expected 12, index {1,4,3,0}, rel error 0.203, abs error 2.44 actual 17, expected 14.56, index {2,1,0,0}, rel error 0.167, abs error 2.44 actual 9.062, expected 10.25, index {0,0,2,0}, rel error 0.116, abs error 1.19 actual 12.75, expected 11.44, index {0,1,0,0}, rel error 0.115, abs error 1.31 actual 16.75, expected 15.19, index {3,1,3,0}, rel error 0.103, abs error 1.56 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 93 (93.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 93 (100.0000%) >= 0.001 : 93 (100.0000%) >= 0.01 : 82 (88.1720%) >= 0.1 : 5 (5.3763%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 AC-CA AA-AA 00-00 E0-C7 AC-CA AA-AA 00-00 E0-C7 AC-CA AA-AA 00-00 70-AE AF-CA AA-AA 00-00 90-AE AF-CA AA-AA 00-00 ... A0-B3 AF-CA AA-AA 00-00 A0-B3 AF-CA AA-AA 00-00 00-C7 AF-CA AA-AA 00-00 20-C7 AF-CA AA-AA 00-00 20-C7 AF-CA AA-AA 00-00 A0-FD AF-CA AA-AA 00-00 C0-FD AF-CA AA-AA 00-00 C0-FD AF-CA AA-AA 00-00>, true) (509 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (509 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (249 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (249 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (759 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 AC-CA AA-AA 00-00 E0-C7 AC-CA AA-AA 00-00 E0-C7 AC-CA AA-AA 00-00 70-AE AF-CA AA-AA 00-00 90-AE AF-CA AA-AA 00-00 ... A0-B3 AF-CA AA-AA 00-00 A0-B3 AF-CA AA-AA 00-00 00-C7 AF-CA AA-AA 00-00 20-C7 AF-CA AA-AA 00-00 20-C7 AF-CA AA-AA 00-00 A0-FD AF-CA AA-AA 00-00 C0-FD AF-CA AA-AA 00-00 C0-FD AF-CA AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 19 of 40): Note: This is test shard 19 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:49.214984: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } 2023-01-25 03:38:49.215244: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } } 2023-01-25 03:38:49.215265: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.215865: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617929215284-expected.{pb,txt} 2023-01-25 03:38:49.216279: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617929215888-actual.{pb,txt} 2023-01-25 03:38:49.216615: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.outputs/tempfile-1674617929216299-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 82 (82.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 14.44, expected 12, index {1,4,3,0}, rel error 0.203, abs error 2.44 actual 17, expected 14.56, index {2,1,0,0}, rel error 0.167, abs error 2.44 actual 9.062, expected 10.25, index {0,0,2,0}, rel error 0.116, abs error 1.19 actual 12.75, expected 11.44, index {0,1,0,0}, rel error 0.115, abs error 1.31 actual 16.75, expected 15.19, index {3,1,3,0}, rel error 0.103, abs error 1.56 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 82 Elements exceeding abs error bound 0.01: 93 (93.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 93 (100.0000%) >= 0.001 : 93 (100.0000%) >= 0.01 : 82 (88.1720%) >= 0.1 : 5 (5.3763%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 82 (82.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 82 (100.0000%) >= 0.001 : 82 (100.0000%) >= 0.01 : 82 (100.0000%) >= 0.1 : 82 (100.0000%) >= 1 : 15 (18.2927%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.438}, {10.25}, {10.25}, {10.25} }, { /*i1=1*/ {11.44}, {13.38}, {11.94}, {13.31} }, { /*i1=2*/ {11.81}, {13.06}, {11.81}, {13.56} }, { /*i1=3*/ {12.38}, {13.06}, {12}, {14.19} }, { /*i1=4*/ {10.44}, {10.44}, {10}, {10.31} } }, { /*i0=1*/ { /*i1=0*/ {13.5}, {13.25}, {13.5}, {12.5} }, { /*i1=1*/ {16.5}, {16.5}, {16.25}, {17.5} }, { /*i1=2*/ {16}, {16.88}, {15.94}, {16.25} }, { /*i1=3*/ {14.62}, {14.75}, {16.5}, {17} }, { /*i1=4*/ {11.69}, {12.12}, {14.12}, {12} } }, { /*i0=2*/ { /*i1=0*/ {12.62}, {13.31}, {13.56}, {14} }, { /*i1=1*/ {14.56}, {16.5}, {16.75}, {16.12} }, { /*i1=2*/ {16.12}, {16.5}, {16}, {17.38} }, { /*i1=3*/ {15.56}, {16.38}, {16}, {16.38} }, { /*i1=4*/ {12.12}, {12.69}, {14.56}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.31}, {12.69}, {13}, {12.62} }, { /*i1=1*/ {16.25}, {16.12}, {15.56}, {15.19} }, { /*i1=2*/ {16.12}, {17.12}, {16.75}, {15.5} }, { /*i1=3*/ {15.5}, {17}, {16.62}, {15.5} }, { /*i1=4*/ {12.88}, {12.88}, {13.12}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.69}, {10.44}, {10.81}, {10.38} }, { /*i1=1*/ {13.19}, {12.62}, {13.56}, {12.06} }, { /*i1=2*/ {13.69}, {13}, {13.06}, {12.12} }, { /*i1=3*/ {13.38}, {12.56}, {12.75}, {12.75} }, { /*i1=4*/ {10.62}, {9.812}, {11.12}, {9.438} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {9.562}, {11.06}, {9.062}, {10.31} }, { /*i1=1*/ {12.75}, {12.12}, {12}, {12.88} }, { /*i1=2*/ {12.38}, {12.56}, {12.38}, {13.06} }, { /*i1=3*/ {12.69}, {12.56}, {12.62}, {13.44} }, { /*i1=4*/ {10.81}, {10.88}, {10.31}, {10.88} } }, { /*i0=1*/ { /*i1=0*/ {13.31}, {12.44}, {12.56}, {12.25} }, { /*i1=1*/ {15.75}, {16.75}, {15.44}, {16.38} }, { /*i1=2*/ {15}, {16.75}, {15.62}, {16.25} }, { /*i1=3*/ {15.19}, {15.19}, {17.75}, {17} }, { /*i1=4*/ {11.94}, {11.5}, {13.56}, {14.44} } }, { /*i0=2*/ { /*i1=0*/ {11.88}, {12.38}, {12.88}, {12.75} }, { /*i1=1*/ {17}, {15.88}, {15.56}, {16.25} }, { /*i1=2*/ {16.12}, {16.88}, {16.12}, {16.5} }, { /*i1=3*/ {15.12}, {16.75}, {16.5}, {17.12} }, { /*i1=4*/ {12.88}, {11.81}, {14}, {13.38} } }, { /*i0=3*/ { /*i1=0*/ {13.06}, {12.62}, {12.38}, {12.06} }, { /*i1=1*/ {15.19}, {16.25}, {14.88}, {16.75} }, { /*i1=2*/ {16.25}, {16}, {15.62}, {16.12} }, { /*i1=3*/ {16.12}, {16.12}, {16.88}, {15.38} }, { /*i1=4*/ {12.19}, {13.12}, {14.19}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {10.5}, {10.81}, {10.56}, {9.812} }, { /*i1=1*/ {13.69}, {12.19}, {12.75}, {12.12} }, { /*i1=2*/ {13.19}, {13}, {12.56}, {12.5} }, { /*i1=3*/ {13.12}, {12.75}, {12.75}, {12} }, { /*i1=4*/ {10.69}, {10.44}, {11}, {10.19} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 14-C2 AA-AA 00-00 E0-C7 14-C2 AA-AA 00-00 E0-C7 14-C2 AA-AA 00-00 F0-13 18-C2 AA-AA 00-00 10-14 18-C2 AA-AA 00-00 ... 40-80 16-C2 AA-AA 00-00 40-80 16-C2 AA-AA 00-00 90-8E 16-C2 AA-AA 00-00 B0-8E 16-C2 AA-AA 00-00 B0-8E 16-C2 AA-AA 00-00 C0-77 18-C2 AA-AA 00-00 E0-77 18-C2 AA-AA 00-00 E0-77 18-C2 AA-AA 00-00>, true) (781 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (781 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_0_3_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (299 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (299 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1081 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_0_3_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 14-C2 AA-AA 00-00 E0-C7 14-C2 AA-AA 00-00 E0-C7 14-C2 AA-AA 00-00 F0-13 18-C2 AA-AA 00-00 10-14 18-C2 AA-AA 00-00 ... 40-80 16-C2 AA-AA 00-00 40-80 16-C2 AA-AA 00-00 90-8E 16-C2 AA-AA 00-00 B0-8E 16-C2 AA-AA 00-00 B0-8E 16-C2 AA-AA 00-00 C0-77 18-C2 AA-AA 00-00 E0-77 18-C2 AA-AA 00-00 E0-77 18-C2 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 37 of 40): Note: This is test shard 37 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:29.543352: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } 2023-01-25 03:38:29.543595: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } } 2023-01-25 03:38:29.543616: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.544210: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617909543636-expected.{pb,txt} 2023-01-25 03:38:29.544593: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617909544231-actual.{pb,txt} 2023-01-25 03:38:29.544941: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617909544611-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.2266, expected 0.03882, index {0,1,0,0}, rel error 4.83, abs error 0.188 actual 0.2988, expected 0.1245, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.1641, expected 0.08057, index {0,3,0,0}, rel error 1.04, abs error 0.0835 actual 0.1914, expected 0.106, index {3,3,1,0}, rel error 0.806, abs error 0.0854 actual 0.1699, expected 0.09473, index {0,3,1,0}, rel error 0.794, abs error 0.0752 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 06-FA AA-AA 00-00 C0-6B 06-FA AA-AA 00-00 C0-6B 06-FA AA-AA 00-00 80-7D 06-FA AA-AA 00-00 A0-7D 06-FA AA-AA 00-00 ... 20-04 0B-FA AA-AA 00-00 20-04 0B-FA AA-AA 00-00 00-BE 0A-FA AA-AA 00-00 20-BE 0A-FA AA-AA 00-00 20-BE 0A-FA AA-AA 00-00 60-6E 07-FA AA-AA 00-00 80-6E 07-FA AA-AA 00-00 80-6E 07-FA AA-AA 00-00>, true) (392 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (393 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (299 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (299 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (692 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 06-FA AA-AA 00-00 C0-6B 06-FA AA-AA 00-00 C0-6B 06-FA AA-AA 00-00 80-7D 06-FA AA-AA 00-00 A0-7D 06-FA AA-AA 00-00 ... 20-04 0B-FA AA-AA 00-00 20-04 0B-FA AA-AA 00-00 00-BE 0A-FA AA-AA 00-00 20-BE 0A-FA AA-AA 00-00 20-BE 0A-FA AA-AA 00-00 60-6E 07-FA AA-AA 00-00 80-6E 07-FA AA-AA 00-00 80-6E 07-FA AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 37 of 40): Note: This is test shard 37 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:40.306962: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } 2023-01-25 03:38:40.307147: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } } 2023-01-25 03:38:40.307165: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.307689: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617920307186-expected.{pb,txt} 2023-01-25 03:38:40.308028: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617920307708-actual.{pb,txt} 2023-01-25 03:38:40.308340: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617920308045-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.2266, expected 0.03882, index {0,1,0,0}, rel error 4.83, abs error 0.188 actual 0.2988, expected 0.1245, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.1641, expected 0.08057, index {0,3,0,0}, rel error 1.04, abs error 0.0835 actual 0.1914, expected 0.106, index {3,3,1,0}, rel error 0.806, abs error 0.0854 actual 0.1699, expected 0.09473, index {0,3,1,0}, rel error 0.794, abs error 0.0752 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 7C-DC AA-AA 00-00 C0-6B 7C-DC AA-AA 00-00 C0-6B 7C-DC AA-AA 00-00 80-7D 7C-DC AA-AA 00-00 A0-7D 7C-DC AA-AA 00-00 ... 20-04 81-DC AA-AA 00-00 20-04 81-DC AA-AA 00-00 80-D3 80-DC AA-AA 00-00 A0-D3 80-DC AA-AA 00-00 A0-D3 80-DC AA-AA 00-00 60-6E 7D-DC AA-AA 00-00 80-6E 7D-DC AA-AA 00-00 80-6E 7D-DC AA-AA 00-00>, true) (342 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (342 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (188 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (188 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (530 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 7C-DC AA-AA 00-00 C0-6B 7C-DC AA-AA 00-00 C0-6B 7C-DC AA-AA 00-00 80-7D 7C-DC AA-AA 00-00 A0-7D 7C-DC AA-AA 00-00 ... 20-04 81-DC AA-AA 00-00 20-04 81-DC AA-AA 00-00 80-D3 80-DC AA-AA 00-00 A0-D3 80-DC AA-AA 00-00 A0-D3 80-DC AA-AA 00-00 60-6E 7D-DC AA-AA 00-00 80-6E 7D-DC AA-AA 00-00 80-6E 7D-DC AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 37 of 40): Note: This is test shard 37 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:49.176721: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } 2023-01-25 03:38:49.176886: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } } 2023-01-25 03:38:49.176904: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.177333: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617929176922-expected.{pb,txt} 2023-01-25 03:38:49.177646: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617929177351-actual.{pb,txt} 2023-01-25 03:38:49.177936: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.outputs/tempfile-1674617929177662-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.2266, expected 0.03882, index {0,1,0,0}, rel error 4.83, abs error 0.188 actual 0.2988, expected 0.1245, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.1641, expected 0.08057, index {0,3,0,0}, rel error 1.04, abs error 0.0835 actual 0.1914, expected 0.106, index {3,3,1,0}, rel error 0.806, abs error 0.0854 actual 0.1699, expected 0.09473, index {0,3,1,0}, rel error 0.794, abs error 0.0752 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.1289}, {0.2236} }, { /*i1=1*/ {0.03882}, {0.209} }, { /*i1=2*/ {0.1748}, {0.4238} }, { /*i1=3*/ {0.08057}, {0.09473} } }, { /*i0=1*/ { /*i1=0*/ {0.334}, {0.252} }, { /*i1=1*/ {0.3691}, {0.3281} }, { /*i1=2*/ {0.2139}, {0.2412} }, { /*i1=3*/ {0.1416}, {0.1592} } }, { /*i0=2*/ { /*i1=0*/ {0.3379}, {0.1611} }, { /*i1=1*/ {0.4902}, {0.2451} }, { /*i1=2*/ {0.3633}, {0.3652} }, { /*i1=3*/ {0.2793}, {0.3008} } }, { /*i0=3*/ { /*i1=0*/ {0.2129}, {0.1729} }, { /*i1=1*/ {0.3379}, {0.1875} }, { /*i1=2*/ {0.2275}, {0.1245} }, { /*i1=3*/ {0.1006}, {0.106} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.05322}, {0.2773} }, { /*i1=1*/ {0.2266}, {0.208} }, { /*i1=2*/ {0.1187}, {0.2871} }, { /*i1=3*/ {0.1641}, {0.1699} } }, { /*i0=1*/ { /*i1=0*/ {0.166}, {0.3652} }, { /*i1=1*/ {0.3359}, {0.4531} }, { /*i1=2*/ {0.208}, {0.209} }, { /*i1=3*/ {0.1582}, {0.1152} } }, { /*i0=2*/ { /*i1=0*/ {0.293}, {0.1836} }, { /*i1=1*/ {0.3613}, {0.2695} }, { /*i1=2*/ {0.3398}, {0.3711} }, { /*i1=3*/ {0.2715}, {0.1719} } }, { /*i0=3*/ { /*i1=0*/ {0.1846}, {0.1455} }, { /*i1=1*/ {0.2598}, {0.2246} }, { /*i1=2*/ {0.2432}, {0.2988} }, { /*i1=3*/ {0.08398}, {0.1914} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 37-E1 AA-AA 00-00 C0-6B 37-E1 AA-AA 00-00 C0-6B 37-E1 AA-AA 00-00 80-7D 37-E1 AA-AA 00-00 A0-7D 37-E1 AA-AA 00-00 ... 20-04 3C-E1 AA-AA 00-00 20-04 3C-E1 AA-AA 00-00 50-F6 3B-E1 AA-AA 00-00 70-F6 3B-E1 AA-AA 00-00 70-F6 3B-E1 AA-AA 00-00 60-6E 38-E1 AA-AA 00-00 80-6E 38-E1 AA-AA 00-00 80-6E 38-E1 AA-AA 00-00>, true) (429 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (429 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (273 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (273 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (703 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-6B 37-E1 AA-AA 00-00 C0-6B 37-E1 AA-AA 00-00 C0-6B 37-E1 AA-AA 00-00 80-7D 37-E1 AA-AA 00-00 A0-7D 37-E1 AA-AA 00-00 ... 20-04 3C-E1 AA-AA 00-00 20-04 3C-E1 AA-AA 00-00 50-F6 3B-E1 AA-AA 00-00 70-F6 3B-E1 AA-AA 00-00 70-F6 3B-E1 AA-AA 00-00 60-6E 38-E1 AA-AA 00-00 80-6E 38-E1 AA-AA 00-00 80-6E 38-E1 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 20 of 40): Note: This is test shard 20 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:29.665986: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } 2023-01-25 03:38:29.666296: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } } 2023-01-25 03:38:29.666344: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:29.666967: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617909666366-expected.{pb,txt} 2023-01-25 03:38:29.667418: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617909666988-actual.{pb,txt} 2023-01-25 03:38:29.667780: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617909667437-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 92 (92.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.5712557, expected 11.2511511, index {1,4,0,0}, rel error 0.206, abs error 2.32 actual 11.3565149, expected 9.44804001, index {0,4,3,0}, rel error 0.202, abs error 1.91 actual 11.9451866, expected 14.8652058, index {2,4,2,0}, rel error 0.196, abs error 2.92 actual 15.031126, expected 17.7775078, index {1,1,2,0}, rel error 0.154, abs error 2.75 actual 16.7254639, expected 14.5799055, index {3,1,1,0}, rel error 0.147, abs error 2.15 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 92 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 99 (100.0000%) >= 0.01 : 92 (92.9293%) >= 0.1 : 17 (17.1717%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 92 (92.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 92 (100.0000%) >= 0.001 : 92 (100.0000%) >= 0.01 : 92 (100.0000%) >= 0.1 : 92 (100.0000%) >= 1 : 25 (27.1739%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B3 1B-0E AB-AA 00-00 D0-B3 1B-0E AB-AA 00-00 D0-B3 1B-0E AB-AA 00-00 40-83 17-0E AB-AA 00-00 60-83 17-0E AB-AA 00-00 ... D0-EE 1B-0E AB-AA 00-00 D0-EE 1B-0E AB-AA 00-00 40-C3 1B-0E AB-AA 00-00 60-C3 1B-0E AB-AA 00-00 60-C3 1B-0E AB-AA 00-00 00-DF 18-0E AB-AA 00-00 20-DF 18-0E AB-AA 00-00 20-DF 18-0E AB-AA 00-00>, false) (324 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (324 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (211 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (211 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (537 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-B3 1B-0E AB-AA 00-00 D0-B3 1B-0E AB-AA 00-00 D0-B3 1B-0E AB-AA 00-00 40-83 17-0E AB-AA 00-00 60-83 17-0E AB-AA 00-00 ... D0-EE 1B-0E AB-AA 00-00 D0-EE 1B-0E AB-AA 00-00 40-C3 1B-0E AB-AA 00-00 60-C3 1B-0E AB-AA 00-00 60-C3 1B-0E AB-AA 00-00 00-DF 18-0E AB-AA 00-00 20-DF 18-0E AB-AA 00-00 20-DF 18-0E AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 20 of 40): Note: This is test shard 20 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:40.118663: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } 2023-01-25 03:38:40.118992: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } } 2023-01-25 03:38:40.119034: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.119770: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617920119056-expected.{pb,txt} 2023-01-25 03:38:40.120298: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617920119794-actual.{pb,txt} 2023-01-25 03:38:40.120712: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617920120318-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 92 (92.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.5712557, expected 11.2511511, index {1,4,0,0}, rel error 0.206, abs error 2.32 actual 11.3565149, expected 9.44804001, index {0,4,3,0}, rel error 0.202, abs error 1.91 actual 11.9451866, expected 14.8652058, index {2,4,2,0}, rel error 0.196, abs error 2.92 actual 15.031126, expected 17.7775078, index {1,1,2,0}, rel error 0.154, abs error 2.75 actual 16.7254639, expected 14.5799055, index {3,1,1,0}, rel error 0.147, abs error 2.15 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 92 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 99 (100.0000%) >= 0.01 : 92 (92.9293%) >= 0.1 : 17 (17.1717%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 92 (92.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 92 (100.0000%) >= 0.001 : 92 (100.0000%) >= 0.01 : 92 (100.0000%) >= 0.1 : 92 (100.0000%) >= 1 : 25 (27.1739%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-77 EB-1A AB-AA 00-00 10-78 EB-1A AB-AA 00-00 10-78 EB-1A AB-AA 00-00 40-83 E6-1A AB-AA 00-00 60-83 E6-1A AB-AA 00-00 ... 80-A9 EA-1A AB-AA 00-00 80-A9 EA-1A AB-AA 00-00 D0-70 EB-1A AB-AA 00-00 F0-70 EB-1A AB-AA 00-00 F0-70 EB-1A AB-AA 00-00 00-DF E7-1A AB-AA 00-00 20-DF E7-1A AB-AA 00-00 20-DF E7-1A AB-AA 00-00>, false) (363 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (363 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (300 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (300 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (663 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-77 EB-1A AB-AA 00-00 10-78 EB-1A AB-AA 00-00 10-78 EB-1A AB-AA 00-00 40-83 E6-1A AB-AA 00-00 60-83 E6-1A AB-AA 00-00 ... 80-A9 EA-1A AB-AA 00-00 80-A9 EA-1A AB-AA 00-00 D0-70 EB-1A AB-AA 00-00 F0-70 EB-1A AB-AA 00-00 F0-70 EB-1A AB-AA 00-00 00-DF E7-1A AB-AA 00-00 20-DF E7-1A AB-AA 00-00 20-DF E7-1A AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 20 of 40): Note: This is test shard 20 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:49.377198: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } 2023-01-25 03:38:49.377500: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[5,5,4,1] f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } } 2023-01-25 03:38:49.377533: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.378193: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617929377553-expected.{pb,txt} 2023-01-25 03:38:49.378614: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617929378212-actual.{pb,txt} 2023-01-25 03:38:49.378943: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.outputs/tempfile-1674617929378630-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 92 (92.0000%) in shape f32[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.5712557, expected 11.2511511, index {1,4,0,0}, rel error 0.206, abs error 2.32 actual 11.3565149, expected 9.44804001, index {0,4,3,0}, rel error 0.202, abs error 1.91 actual 11.9451866, expected 14.8652058, index {2,4,2,0}, rel error 0.196, abs error 2.92 actual 15.031126, expected 17.7775078, index {1,1,2,0}, rel error 0.154, abs error 2.75 actual 16.7254639, expected 14.5799055, index {3,1,1,0}, rel error 0.147, abs error 2.15 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 92 Elements exceeding abs error bound 0.01: 99 (99.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 99 (100.0000%) >= 0.001 : 99 (100.0000%) >= 0.01 : 92 (92.9293%) >= 0.1 : 17 (17.1717%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 92 (92.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 92 (100.0000%) >= 0.001 : 92 (100.0000%) >= 0.01 : 92 (100.0000%) >= 0.1 : 92 (100.0000%) >= 1 : 25 (27.1739%) Expected literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.1957989}, {8.80196667}, {10.6780844}, {10.4630718} }, { /*i1=1*/ {11.9524269}, {12.4395437}, {12.8354111}, {12.8051662} }, { /*i1=2*/ {11.9553528}, {12.6233234}, {13.3184261}, {12.3741264} }, { /*i1=3*/ {12.1415606}, {12.3245373}, {13.5321455}, {13.6537123} }, { /*i1=4*/ {9.19249249}, {10.9640341}, {11.6405315}, {9.44804} } }, { /*i0=1*/ { /*i1=0*/ {13.5415764}, {12.6833296}, {13.7559423}, {12.7408409} }, { /*i1=1*/ {16.3743725}, {16.2152138}, {17.7775078}, {16.4284821} }, { /*i1=2*/ {16.0747166}, {15.9728775}, {16.3554153}, {16.7052021} }, { /*i1=3*/ {14.4375458}, {15.339283}, {15.7931261}, {17.2434921} }, { /*i1=4*/ {11.2511511}, {12.3402796}, {13.3177843}, {13.0009594} } }, { /*i0=2*/ { /*i1=0*/ {13.1843863}, {12.8661804}, {13.8640461}, {13.5641} }, { /*i1=1*/ {16.0273819}, {16.5987034}, {15.178977}, {16.1625347} }, { /*i1=2*/ {16.1160374}, {17.4513607}, {17.0783787}, {15.3566227} }, { /*i1=3*/ {15.2297277}, {16.1625}, {16.2831936}, {16.629837} }, { /*i1=4*/ {12.5330439}, {11.88873}, {14.8652058}, {13.4990206} } }, { /*i0=3*/ { /*i1=0*/ {12.8269405}, {12.0534401}, {13.080637}, {13.6745758} }, { /*i1=1*/ {15.7976799}, {14.5799055}, {16.5907631}, {16.1181259} }, { /*i1=2*/ {16.5808}, {15.6757698}, {16.9141331}, {16.347517} }, { /*i1=3*/ {15.8129959}, {14.9885645}, {17.2691765}, {16.4362431} }, { /*i1=4*/ {13.5561}, {12.7506285}, {13.5112581}, {12.7645855} } }, { /*i0=4*/ { /*i1=0*/ {9.97055}, {10.6375666}, {10.4614925}, {11.2612047} }, { /*i1=1*/ {13.2032604}, {11.8735285}, {12.9721365}, {13.3227367} }, { /*i1=2*/ {13.4210672}, {12.9896355}, {12.5174818}, {12.9381018} }, { /*i1=3*/ {13.4593201}, {12.1176939}, {13.3845024}, {12.5039635} }, { /*i1=4*/ {9.91412067}, {9.94750595}, {10.7171402}, {10.4979572} } } } Actual literal: f32[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.3096142}, {9.84507942}, {10.3335638}, {9.39969254} }, { /*i1=1*/ {13.2784834}, {13.5258904}, {11.8453598}, {12.1834135} }, { /*i1=2*/ {13.3966246}, {12.2795992}, {12.6497345}, {13.3677597} }, { /*i1=3*/ {12.7282324}, {12.5830326}, {12.9954271}, {12.809495} }, { /*i1=4*/ {9.79988289}, {9.46589184}, {10.4987764}, {11.3565149} } }, { /*i0=1*/ { /*i1=0*/ {12.8989286}, {12.5095978}, {13.1797667}, {13.1644878} }, { /*i1=1*/ {16.1123695}, {15.9173269}, {15.031126}, {16.392437} }, { /*i1=2*/ {16.0489235}, {15.4909496}, {16.1745701}, {16.3739738} }, { /*i1=3*/ {16.4813519}, {15.7596312}, {15.5300732}, {16.1402035} }, { /*i1=4*/ {13.5712557}, {12.6535187}, {13.2235394}, {13.1661043} } }, { /*i0=2*/ { /*i1=0*/ {13.0312643}, {14.2998009}, {12.5616}, {11.9755507} }, { /*i1=1*/ {15.9642334}, {16.1220436}, {16.4839725}, {16.3546963} }, { /*i1=2*/ {15.5949402}, {15.8539286}, {17.4358788}, {16.1239319} }, { /*i1=3*/ {15.4784946}, {15.5066071}, {16.0866508}, {16.8030529} }, { /*i1=4*/ {11.6824198}, {12.3654852}, {11.9451866}, {13.3026524} } }, { /*i0=3*/ { /*i1=0*/ {12.1954412}, {13.3146057}, {12.7299967}, {13.8675623} }, { /*i1=1*/ {15.2759333}, {16.7254639}, {16.2589874}, {15.3892975} }, { /*i1=2*/ {16.1248169}, {15.4640989}, {15.1545076}, {15.6990042} }, { /*i1=3*/ {15.7023067}, {15.4232244}, {16.3294964}, {15.2167854} }, { /*i1=4*/ {13.5527706}, {12.0443993}, {12.863965}, {13.7388191} } }, { /*i0=4*/ { /*i1=0*/ {9.56647205}, {9.70196}, {10.328969}, {11.3427086} }, { /*i1=1*/ {12.8459702}, {12.5495672}, {12.1694355}, {11.9258833} }, { /*i1=2*/ {13.5023651}, {12.1288347}, {13.6910076}, {13.1234636} }, { /*i1=3*/ {13.097435}, {11.8327684}, {12.9110374}, {12.9804268} }, { /*i1=4*/ {11.1564131}, {9.75582}, {9.96059418}, {10.703249} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-A9 E7-DB AA-AA 00-00 10-AA E7-DB AA-AA 00-00 10-AA E7-DB AA-AA 00-00 40-83 E3-DB AA-AA 00-00 60-83 E3-DB AA-AA 00-00 ... D0-F0 E7-DB AA-AA 00-00 D0-F0 E7-DB AA-AA 00-00 50-91 E6-DB AA-AA 00-00 70-91 E6-DB AA-AA 00-00 70-91 E6-DB AA-AA 00-00 00-DF E4-DB AA-AA 00-00 20-DF E4-DB AA-AA 00-00 20-DF E4-DB AA-AA 00-00>, false) (655 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (655 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1f32_output_layout_2_3_0_1 (350 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (350 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1006 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-A9 E7-DB AA-AA 00-00 10-AA E7-DB AA-AA 00-00 10-AA E7-DB AA-AA 00-00 40-83 E3-DB AA-AA 00-00 60-83 E3-DB AA-AA 00-00 ... D0-F0 E7-DB AA-AA 00-00 D0-F0 E7-DB AA-AA 00-00 50-91 E6-DB AA-AA 00-00 70-91 E6-DB AA-AA 00-00 70-91 E6-DB AA-AA 00-00 00-DF E4-DB AA-AA 00-00 20-DF E4-DB AA-AA 00-00 20-DF E4-DB AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 21 of 40): Note: This is test shard 21 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:31.408107: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } 2023-01-25 03:38:31.408377: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } } 2023-01-25 03:38:31.408403: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:31.409043: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617911408424-expected.{pb,txt} 2023-01-25 03:38:31.409505: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617911409071-actual.{pb,txt} 2023-01-25 03:38:31.409927: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617911409525-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 89 (89.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.56, expected 11.25, index {1,4,0,0}, rel error 0.206, abs error 2.31 actual 11.38, expected 9.438, index {0,4,3,0}, rel error 0.205, abs error 1.94 actual 11.94, expected 14.88, index {2,4,2,0}, rel error 0.197, abs error 2.94 actual 15.06, expected 17.75, index {1,1,2,0}, rel error 0.151, abs error 2.69 actual 16.75, expected 14.56, index {3,1,1,0}, rel error 0.15, abs error 2.19 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 89 Elements exceeding abs error bound 0.01: 98 (98.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 98 (100.0000%) >= 0.001 : 98 (100.0000%) >= 0.01 : 89 (90.8163%) >= 0.1 : 17 (17.3469%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 89 (89.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 89 (100.0000%) >= 0.001 : 89 (100.0000%) >= 0.01 : 89 (100.0000%) >= 0.1 : 89 (100.0000%) >= 1 : 27 (30.3371%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 52-F9 AA-AA 00-00 20-04 52-F9 AA-AA 00-00 20-04 52-F9 AA-AA 00-00 F0-1C 52-F9 AA-AA 00-00 10-1D 52-F9 AA-AA 00-00 ... 00-AE 51-F9 AA-AA 00-00 00-AE 51-F9 AA-AA 00-00 F0-E0 51-F9 AA-AA 00-00 10-E1 51-F9 AA-AA 00-00 10-E1 51-F9 AA-AA 00-00 C0-C7 4E-F9 AA-AA 00-00 E0-C7 4E-F9 AA-AA 00-00 E0-C7 4E-F9 AA-AA 00-00>, true) (241 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (241 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (182 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (182 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (424 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 52-F9 AA-AA 00-00 20-04 52-F9 AA-AA 00-00 20-04 52-F9 AA-AA 00-00 F0-1C 52-F9 AA-AA 00-00 10-1D 52-F9 AA-AA 00-00 ... 00-AE 51-F9 AA-AA 00-00 00-AE 51-F9 AA-AA 00-00 F0-E0 51-F9 AA-AA 00-00 10-E1 51-F9 AA-AA 00-00 10-E1 51-F9 AA-AA 00-00 C0-C7 4E-F9 AA-AA 00-00 E0-C7 4E-F9 AA-AA 00-00 E0-C7 4E-F9 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 21 of 40): Note: This is test shard 21 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:40.494410: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } 2023-01-25 03:38:40.494626: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } } 2023-01-25 03:38:40.494648: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.495147: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617920494665-expected.{pb,txt} 2023-01-25 03:38:40.495541: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617920495171-actual.{pb,txt} 2023-01-25 03:38:40.495871: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617920495558-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 89 (89.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.56, expected 11.25, index {1,4,0,0}, rel error 0.206, abs error 2.31 actual 11.38, expected 9.438, index {0,4,3,0}, rel error 0.205, abs error 1.94 actual 11.94, expected 14.88, index {2,4,2,0}, rel error 0.197, abs error 2.94 actual 15.06, expected 17.75, index {1,1,2,0}, rel error 0.151, abs error 2.69 actual 16.75, expected 14.56, index {3,1,1,0}, rel error 0.15, abs error 2.19 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 89 Elements exceeding abs error bound 0.01: 98 (98.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 98 (100.0000%) >= 0.001 : 98 (100.0000%) >= 0.01 : 89 (90.8163%) >= 0.1 : 17 (17.3469%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 89 (89.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 89 (100.0000%) >= 0.001 : 89 (100.0000%) >= 0.01 : 89 (100.0000%) >= 0.1 : 89 (100.0000%) >= 1 : 27 (30.3371%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 34-E6 AA-AA 00-00 20-04 34-E6 AA-AA 00-00 20-04 34-E6 AA-AA 00-00 F0-6B 34-E6 AA-AA 00-00 10-6C 34-E6 AA-AA 00-00 ... 20-BE 33-E6 AA-AA 00-00 20-BE 33-E6 AA-AA 00-00 70-B1 33-E6 AA-AA 00-00 90-B1 33-E6 AA-AA 00-00 90-B1 33-E6 AA-AA 00-00 C0-C7 30-E6 AA-AA 00-00 E0-C7 30-E6 AA-AA 00-00 E0-C7 30-E6 AA-AA 00-00>, true) (252 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (252 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (154 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (154 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (407 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 34-E6 AA-AA 00-00 20-04 34-E6 AA-AA 00-00 20-04 34-E6 AA-AA 00-00 F0-6B 34-E6 AA-AA 00-00 10-6C 34-E6 AA-AA 00-00 ... 20-BE 33-E6 AA-AA 00-00 20-BE 33-E6 AA-AA 00-00 70-B1 33-E6 AA-AA 00-00 90-B1 33-E6 AA-AA 00-00 90-B1 33-E6 AA-AA 00-00 C0-C7 30-E6 AA-AA 00-00 E0-C7 30-E6 AA-AA 00-00 E0-C7 30-E6 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 21 of 40): Note: This is test shard 21 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:49.724189: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } 2023-01-25 03:38:49.724466: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[5,5,4,1] bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } } 2023-01-25 03:38:49.724491: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.725000: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617929724510-expected.{pb,txt} 2023-01-25 03:38:49.725378: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617929725024-actual.{pb,txt} 2023-01-25 03:38:49.725708: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.outputs/tempfile-1674617929725394-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 89 (89.0000%) in shape bf16[5,5,4,1] (100 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 13.56, expected 11.25, index {1,4,0,0}, rel error 0.206, abs error 2.31 actual 11.38, expected 9.438, index {0,4,3,0}, rel error 0.205, abs error 1.94 actual 11.94, expected 14.88, index {2,4,2,0}, rel error 0.197, abs error 2.94 actual 15.06, expected 17.75, index {1,1,2,0}, rel error 0.151, abs error 2.69 actual 16.75, expected 14.56, index {3,1,1,0}, rel error 0.15, abs error 2.19 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 0 ( 0.0000%) 0.001 <= x < 0.01 : 0 ( 0.0000%) 0.01 <= x < 0.1 : 0 ( 0.0000%) 0.1 <= x < 1 : 0 ( 0.0000%) 1 <= x < inf : 100 (100.0000%), mismatches 89 Elements exceeding abs error bound 0.01: 98 (98.0000%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 98 (100.0000%) >= 0.001 : 98 (100.0000%) >= 0.01 : 89 (90.8163%) >= 0.1 : 17 (17.3469%) >= 1 : 0 (0.0000%) Elements exceeding rel error bound 0.01: 89 (89.0000%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 89 (100.0000%) >= 0.001 : 89 (100.0000%) >= 0.01 : 89 (100.0000%) >= 0.1 : 89 (100.0000%) >= 1 : 27 (30.3371%) Expected literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.19}, {8.812}, {10.69}, {10.44} }, { /*i1=1*/ {11.94}, {12.44}, {12.81}, {12.81} }, { /*i1=2*/ {11.94}, {12.62}, {13.31}, {12.38} }, { /*i1=3*/ {12.12}, {12.31}, {13.56}, {13.62} }, { /*i1=4*/ {9.188}, {10.94}, {11.62}, {9.438} } }, { /*i0=1*/ { /*i1=0*/ {13.56}, {12.69}, {13.75}, {12.75} }, { /*i1=1*/ {16.38}, {16.25}, {17.75}, {16.38} }, { /*i1=2*/ {16.12}, {16}, {16.38}, {16.75} }, { /*i1=3*/ {14.44}, {15.31}, {15.81}, {17.25} }, { /*i1=4*/ {11.25}, {12.31}, {13.31}, {13} } }, { /*i0=2*/ { /*i1=0*/ {13.19}, {12.88}, {13.88}, {13.56} }, { /*i1=1*/ {16}, {16.62}, {15.19}, {16.12} }, { /*i1=2*/ {16.12}, {17.5}, {17.12}, {15.38} }, { /*i1=3*/ {15.25}, {16.12}, {16.25}, {16.62} }, { /*i1=4*/ {12.56}, {11.88}, {14.88}, {13.5} } }, { /*i0=3*/ { /*i1=0*/ {12.81}, {12.06}, {13.06}, {13.69} }, { /*i1=1*/ {15.81}, {14.56}, {16.62}, {16.12} }, { /*i1=2*/ {16.62}, {15.69}, {16.88}, {16.38} }, { /*i1=3*/ {15.81}, {15}, {17.25}, {16.38} }, { /*i1=4*/ {13.56}, {12.75}, {13.5}, {12.75} } }, { /*i0=4*/ { /*i1=0*/ {10}, {10.62}, {10.44}, {11.25} }, { /*i1=1*/ {13.19}, {11.88}, {13}, {13.31} }, { /*i1=2*/ {13.44}, {13}, {12.5}, {12.94} }, { /*i1=3*/ {13.44}, {12.12}, {13.38}, {12.5} }, { /*i1=4*/ {9.938}, {9.938}, {10.69}, {10.5} } } } Actual literal: bf16[5,5,4,1] { { /*i0=0*/ { /*i1=0*/ {10.31}, {9.875}, {10.31}, {9.375} }, { /*i1=1*/ {13.31}, {13.5}, {11.88}, {12.19} }, { /*i1=2*/ {13.38}, {12.25}, {12.62}, {13.38} }, { /*i1=3*/ {12.75}, {12.56}, {13}, {12.81} }, { /*i1=4*/ {9.812}, {9.438}, {10.5}, {11.38} } }, { /*i0=1*/ { /*i1=0*/ {12.88}, {12.5}, {13.19}, {13.19} }, { /*i1=1*/ {16.12}, {15.94}, {15.06}, {16.38} }, { /*i1=2*/ {16}, {15.5}, {16.12}, {16.38} }, { /*i1=3*/ {16.5}, {15.75}, {15.5}, {16.12} }, { /*i1=4*/ {13.56}, {12.62}, {13.25}, {13.19} } }, { /*i0=2*/ { /*i1=0*/ {13.06}, {14.31}, {12.56}, {12} }, { /*i1=1*/ {15.94}, {16.12}, {16.5}, {16.38} }, { /*i1=2*/ {15.62}, {15.88}, {17.38}, {16.12} }, { /*i1=3*/ {15.5}, {15.5}, {16.12}, {16.75} }, { /*i1=4*/ {11.69}, {12.38}, {11.94}, {13.31} } }, { /*i0=3*/ { /*i1=0*/ {12.19}, {13.31}, {12.75}, {13.88} }, { /*i1=1*/ {15.25}, {16.75}, {16.25}, {15.38} }, { /*i1=2*/ {16.12}, {15.44}, {15.12}, {15.69} }, { /*i1=3*/ {15.69}, {15.44}, {16.38}, {15.19} }, { /*i1=4*/ {13.56}, {12.06}, {12.88}, {13.75} } }, { /*i0=4*/ { /*i1=0*/ {9.562}, {9.688}, {10.31}, {11.31} }, { /*i1=1*/ {12.88}, {12.56}, {12.19}, {11.94} }, { /*i1=2*/ {13.5}, {12.12}, {13.69}, {13.12} }, { /*i1=3*/ {13.12}, {11.81}, {12.94}, {13} }, { /*i1=4*/ {11.19}, {9.75}, {9.938}, {10.69} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 3D-F8 AA-AA 00-00 20-04 3D-F8 AA-AA 00-00 20-04 3D-F8 AA-AA 00-00 B0-F3 3C-F8 AA-AA 00-00 D0-F3 3C-F8 AA-AA 00-00 ... E0-D5 3C-F8 AA-AA 00-00 E0-D5 3C-F8 AA-AA 00-00 80-BC 3C-F8 AA-AA 00-00 A0-BC 3C-F8 AA-AA 00-00 A0-BC 3C-F8 AA-AA 00-00 C0-C7 39-F8 AA-AA 00-00 E0-C7 39-F8 AA-AA 00-00 E0-C7 39-F8 AA-AA 00-00>, true) (633 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (633 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x8_activation_layout_3_0_1_2_output_dims_5x5x8x1bf16_output_layout_2_3_0_1 (326 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (326 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (959 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_256x7x7x4_kernel_dims_256x5x5x4_activation_layout_3_0_1_2_output_dims_5x5x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 3D-F8 AA-AA 00-00 20-04 3D-F8 AA-AA 00-00 20-04 3D-F8 AA-AA 00-00 B0-F3 3C-F8 AA-AA 00-00 D0-F3 3C-F8 AA-AA 00-00 ... E0-D5 3C-F8 AA-AA 00-00 E0-D5 3C-F8 AA-AA 00-00 80-BC 3C-F8 AA-AA 00-00 A0-BC 3C-F8 AA-AA 00-00 A0-BC 3C-F8 AA-AA 00-00 C0-C7 39-F8 AA-AA 00-00 E0-C7 39-F8 AA-AA 00-00 E0-C7 39-F8 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 23 of 40): Note: This is test shard 23 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:33.831524: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } 2023-01-25 03:38:33.831773: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } } 2023-01-25 03:38:33.831796: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:33.832491: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617913831818-expected.{pb,txt} 2023-01-25 03:38:33.832963: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617913832519-actual.{pb,txt} 2023-01-25 03:38:33.833390: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617913832987-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.562, expected 7.469, index {0,2,1,0}, rel error 0.146, abs error 1.09 actual 8.938, expected 7.906, index {2,0,2,0}, rel error 0.13, abs error 1.03 actual 7.812, expected 8.812, index {0,0,3,0}, rel error 0.113, abs error 1 actual 8.5, expected 9.562, index {1,0,0,0}, rel error 0.111, abs error 1.06 actual 9.25, expected 8.375, index {0,0,1,0}, rel error 0.104, abs error 0.875 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D D4-D7 AA-AA 00-00 A0-7D D4-D7 AA-AA 00-00 A0-7D D4-D7 AA-AA 00-00 90-10 D9-D7 AA-AA 00-00 B0-10 D9-D7 AA-AA 00-00 ... 00-A4 D8-D7 AA-AA 00-00 00-A4 D8-D7 AA-AA 00-00 F0-19 D9-D7 AA-AA 00-00 10-1A D9-D7 AA-AA 00-00 10-1A D9-D7 AA-AA 00-00 00-04 D9-D7 AA-AA 00-00 20-04 D9-D7 AA-AA 00-00 20-04 D9-D7 AA-AA 00-00>, true) (265 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (265 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (168 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (168 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (434 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D D4-D7 AA-AA 00-00 A0-7D D4-D7 AA-AA 00-00 A0-7D D4-D7 AA-AA 00-00 90-10 D9-D7 AA-AA 00-00 B0-10 D9-D7 AA-AA 00-00 ... 00-A4 D8-D7 AA-AA 00-00 00-A4 D8-D7 AA-AA 00-00 F0-19 D9-D7 AA-AA 00-00 10-1A D9-D7 AA-AA 00-00 10-1A D9-D7 AA-AA 00-00 00-04 D9-D7 AA-AA 00-00 20-04 D9-D7 AA-AA 00-00 20-04 D9-D7 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 23 of 40): Note: This is test shard 23 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:42.817470: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } 2023-01-25 03:38:42.817705: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } } 2023-01-25 03:38:42.817725: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:42.818276: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617922817747-expected.{pb,txt} 2023-01-25 03:38:42.818673: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617922818300-actual.{pb,txt} 2023-01-25 03:38:42.819043: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617922818693-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.562, expected 7.469, index {0,2,1,0}, rel error 0.146, abs error 1.09 actual 8.938, expected 7.906, index {2,0,2,0}, rel error 0.13, abs error 1.03 actual 7.812, expected 8.812, index {0,0,3,0}, rel error 0.113, abs error 1 actual 8.5, expected 9.562, index {1,0,0,0}, rel error 0.111, abs error 1.06 actual 9.25, expected 8.375, index {0,0,1,0}, rel error 0.104, abs error 0.875 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D A8-EE AA-AA 00-00 A0-7D A8-EE AA-AA 00-00 A0-7D A8-EE AA-AA 00-00 70-C6 AC-EE AA-AA 00-00 90-C6 AC-EE AA-AA 00-00 ... 30-BA AC-EE AA-AA 00-00 30-BA AC-EE AA-AA 00-00 50-72 AD-EE AA-AA 00-00 70-72 AD-EE AA-AA 00-00 70-72 AD-EE AA-AA 00-00 00-04 AD-EE AA-AA 00-00 20-04 AD-EE AA-AA 00-00 20-04 AD-EE AA-AA 00-00>, true) (232 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (232 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (139 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (139 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (372 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D A8-EE AA-AA 00-00 A0-7D A8-EE AA-AA 00-00 A0-7D A8-EE AA-AA 00-00 70-C6 AC-EE AA-AA 00-00 90-C6 AC-EE AA-AA 00-00 ... 30-BA AC-EE AA-AA 00-00 30-BA AC-EE AA-AA 00-00 50-72 AD-EE AA-AA 00-00 70-72 AD-EE AA-AA 00-00 70-72 AD-EE AA-AA 00-00 00-04 AD-EE AA-AA 00-00 20-04 AD-EE AA-AA 00-00 20-04 AD-EE AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 23 of 40): Note: This is test shard 23 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:50.888732: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } 2023-01-25 03:38:50.888914: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } } 2023-01-25 03:38:50.888932: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:50.889456: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617930888949-expected.{pb,txt} 2023-01-25 03:38:50.889771: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617930889474-actual.{pb,txt} 2023-01-25 03:38:50.890200: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.outputs/tempfile-1674617930889787-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.562, expected 7.469, index {0,2,1,0}, rel error 0.146, abs error 1.09 actual 8.938, expected 7.906, index {2,0,2,0}, rel error 0.13, abs error 1.03 actual 7.812, expected 8.812, index {0,0,3,0}, rel error 0.113, abs error 1 actual 8.5, expected 9.562, index {1,0,0,0}, rel error 0.111, abs error 1.06 actual 9.25, expected 8.375, index {0,0,1,0}, rel error 0.104, abs error 0.875 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.531}, {8.375}, {8.5}, {8.812} }, { /*i1=1*/ {8.5}, {10.06}, {10.38}, {8.812} }, { /*i1=2*/ {7.125}, {7.469}, {8.625}, {8.375} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.688}, {9.688}, {9} }, { /*i1=1*/ {11.06}, {12.44}, {12}, {10.94} }, { /*i1=2*/ {9.125}, {9.125}, {10.31}, {10.12} } }, { /*i0=2*/ { /*i1=0*/ {7.062}, {8.25}, {7.906}, {7.812} }, { /*i1=1*/ {8.438}, {10.31}, {10.5}, {9.5} }, { /*i1=2*/ {7.031}, {8}, {8.625}, {7.656} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {9.25}, {8.312}, {7.812} }, { /*i1=1*/ {8.875}, {10.31}, {9.688}, {9.5} }, { /*i1=2*/ {6.594}, {8.562}, {7.75}, {9.062} } }, { /*i0=1*/ { /*i1=0*/ {8.5}, {10.06}, {10.31}, {9.125} }, { /*i1=1*/ {10.62}, {12.38}, {11.69}, {11.56} }, { /*i1=2*/ {8.5}, {10.06}, {9.812}, {10.56} } }, { /*i0=2*/ { /*i1=0*/ {7.156}, {7.688}, {8.938}, {7.406} }, { /*i1=1*/ {8.875}, {9.312}, {10.25}, {8.688} }, { /*i1=2*/ {7}, {8.562}, {7.844}, {8.188} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 38-16 AB-AA 00-00 A0-7D 38-16 AB-AA 00-00 A0-7D 38-16 AB-AA 00-00 F0-A6 3C-16 AB-AA 00-00 10-A7 3C-16 AB-AA 00-00 ... 80-E7 3C-16 AB-AA 00-00 80-E7 3C-16 AB-AA 00-00 40-18 3D-16 AB-AA 00-00 60-18 3D-16 AB-AA 00-00 60-18 3D-16 AB-AA 00-00 00-04 3D-16 AB-AA 00-00 20-04 3D-16 AB-AA 00-00 20-04 3D-16 AB-AA 00-00>, true) (286 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (286 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (219 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (219 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (506 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 38-16 AB-AA 00-00 A0-7D 38-16 AB-AA 00-00 A0-7D 38-16 AB-AA 00-00 F0-A6 3C-16 AB-AA 00-00 10-A7 3C-16 AB-AA 00-00 ... 80-E7 3C-16 AB-AA 00-00 80-E7 3C-16 AB-AA 00-00 40-18 3D-16 AB-AA 00-00 60-18 3D-16 AB-AA 00-00 60-18 3D-16 AB-AA 00-00 00-04 3D-16 AB-AA 00-00 20-04 3D-16 AB-AA 00-00 20-04 3D-16 AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 22 of 40): Note: This is test shard 22 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:32.788050: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } 2023-01-25 03:38:32.788358: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } } 2023-01-25 03:38:32.788384: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:32.789088: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617912788405-expected.{pb,txt} 2023-01-25 03:38:32.789560: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617912789111-actual.{pb,txt} 2023-01-25 03:38:32.789977: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617912789583-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.57440853, expected 7.47764587, index {0,2,1,0}, rel error 0.147, abs error 1.1 actual 8.94524288, expected 7.90040922, index {2,0,2,0}, rel error 0.132, abs error 1.04 actual 7.8062849, expected 8.80070114, index {0,0,3,0}, rel error 0.113, abs error 0.994 actual 8.48877811, expected 9.55851173, index {1,0,0,0}, rel error 0.112, abs error 1.07 actual 7.76256418, expected 8.65343857, index {0,2,2,0}, rel error 0.103, abs error 0.891 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-17 DE-EC AA-AA 00-00 00-18 DE-EC AA-AA 00-00 00-18 DE-EC AA-AA 00-00 90-8F D9-EC AA-AA 00-00 B0-8F D9-EC AA-AA 00-00 ... E0-7A DC-EC AA-AA 00-00 E0-7A DC-EC AA-AA 00-00 70-C0 DD-EC AA-AA 00-00 90-C0 DD-EC AA-AA 00-00 90-C0 DD-EC AA-AA 00-00 20-A7 DD-EC AA-AA 00-00 40-A7 DD-EC AA-AA 00-00 40-A7 DD-EC AA-AA 00-00>, false) (442 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (442 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (165 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (165 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (608 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-17 DE-EC AA-AA 00-00 00-18 DE-EC AA-AA 00-00 00-18 DE-EC AA-AA 00-00 90-8F D9-EC AA-AA 00-00 B0-8F D9-EC AA-AA 00-00 ... E0-7A DC-EC AA-AA 00-00 E0-7A DC-EC AA-AA 00-00 70-C0 DD-EC AA-AA 00-00 90-C0 DD-EC AA-AA 00-00 90-C0 DD-EC AA-AA 00-00 20-A7 DD-EC AA-AA 00-00 40-A7 DD-EC AA-AA 00-00 40-A7 DD-EC AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 22 of 40): Note: This is test shard 22 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:43.022792: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } 2023-01-25 03:38:43.023027: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } } 2023-01-25 03:38:43.023048: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:43.023633: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617923023068-expected.{pb,txt} 2023-01-25 03:38:43.024029: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617923023656-actual.{pb,txt} 2023-01-25 03:38:43.024390: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617923024049-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.57440853, expected 7.47764587, index {0,2,1,0}, rel error 0.147, abs error 1.1 actual 8.94524288, expected 7.90040922, index {2,0,2,0}, rel error 0.132, abs error 1.04 actual 7.8062849, expected 8.80070114, index {0,0,3,0}, rel error 0.113, abs error 0.994 actual 8.48877811, expected 9.55851173, index {1,0,0,0}, rel error 0.112, abs error 1.07 actual 7.76256418, expected 8.65343857, index {0,2,2,0}, rel error 0.103, abs error 0.891 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-A8 6C-F0 AA-AA 00-00 F0-A8 6C-F0 AA-AA 00-00 F0-A8 6C-F0 AA-AA 00-00 90-8F 68-F0 AA-AA 00-00 B0-8F 68-F0 AA-AA 00-00 ... C0-7A 6D-F0 AA-AA 00-00 C0-7A 6D-F0 AA-AA 00-00 90-B2 6C-F0 AA-AA 00-00 B0-B2 6C-F0 AA-AA 00-00 B0-B2 6C-F0 AA-AA 00-00 30-BE 6C-F0 AA-AA 00-00 50-BE 6C-F0 AA-AA 00-00 50-BE 6C-F0 AA-AA 00-00>, false) (193 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (193 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (121 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (121 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (315 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 D0-A8 6C-F0 AA-AA 00-00 F0-A8 6C-F0 AA-AA 00-00 F0-A8 6C-F0 AA-AA 00-00 90-8F 68-F0 AA-AA 00-00 B0-8F 68-F0 AA-AA 00-00 ... C0-7A 6D-F0 AA-AA 00-00 C0-7A 6D-F0 AA-AA 00-00 90-B2 6C-F0 AA-AA 00-00 B0-B2 6C-F0 AA-AA 00-00 B0-B2 6C-F0 AA-AA 00-00 30-BE 6C-F0 AA-AA 00-00 50-BE 6C-F0 AA-AA 00-00 50-BE 6C-F0 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 22 of 40): Note: This is test shard 22 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:50.966575: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } 2023-01-25 03:38:50.966771: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } } 2023-01-25 03:38:50.966790: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:50.967292: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617930966809-expected.{pb,txt} 2023-01-25 03:38:50.967611: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617930967309-actual.{pb,txt} 2023-01-25 03:38:50.967885: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.outputs/tempfile-1674617930967626-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 34 (94.4444%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 8.57440853, expected 7.47764587, index {0,2,1,0}, rel error 0.147, abs error 1.1 actual 8.94524288, expected 7.90040922, index {2,0,2,0}, rel error 0.132, abs error 1.04 actual 7.8062849, expected 8.80070114, index {0,0,3,0}, rel error 0.113, abs error 0.994 actual 8.48877811, expected 9.55851173, index {1,0,0,0}, rel error 0.112, abs error 1.07 actual 7.76256418, expected 8.65343857, index {0,2,2,0}, rel error 0.103, abs error 0.891 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.52373791}, {8.39273357}, {8.52057076}, {8.80070114} }, { /*i1=1*/ {8.47339725}, {10.086771}, {10.3601036}, {8.79447842} }, { /*i1=2*/ {7.11892843}, {7.47764587}, {8.65343857}, {8.35509491} } }, { /*i0=1*/ { /*i1=0*/ {9.55851173}, {9.71316242}, {9.67392}, {8.99038315} }, { /*i1=1*/ {11.092289}, {12.4076576}, {11.9953556}, {10.9436016} }, { /*i1=2*/ {9.14598}, {9.15570545}, {10.2809954}, {10.1267385} } }, { /*i0=2*/ { /*i1=0*/ {7.05694532}, {8.22034359}, {7.90040922}, {7.81439924} }, { /*i1=1*/ {8.41610432}, {10.3044424}, {10.4795198}, {9.528512} }, { /*i1=2*/ {7.03890419}, {7.99755669}, {8.62959766}, {7.65139} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.03810215}, {9.2469511}, {8.3295145}, {7.8062849} }, { /*i1=1*/ {8.8669014}, {10.2974119}, {9.68190575}, {9.5022831} }, { /*i1=2*/ {6.59832382}, {8.57440853}, {7.76256418}, {9.08278751} } }, { /*i0=1*/ { /*i1=0*/ {8.48877811}, {10.0742226}, {10.3188944}, {9.12434101} }, { /*i1=1*/ {10.6416521}, {12.3916}, {11.7083006}, {11.5690851} }, { /*i1=2*/ {8.48612118}, {10.0420933}, {9.79170513}, {10.5410891} } }, { /*i0=2*/ { /*i1=0*/ {7.16718626}, {7.68276548}, {8.94524288}, {7.41291952} }, { /*i1=1*/ {8.88792133}, {9.33036613}, {10.2634335}, {8.70718193} }, { /*i1=2*/ {7.01156759}, {8.53679943}, {7.85895348}, {8.20410919} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-B2 AB-E5 AA-AA 00-00 20-B2 AB-E5 AA-AA 00-00 20-B2 AB-E5 AA-AA 00-00 90-8F A7-E5 AA-AA 00-00 B0-8F A7-E5 AA-AA 00-00 ... A0-A3 AB-E5 AA-AA 00-00 A0-A3 AB-E5 AA-AA 00-00 10-C6 AB-E5 AA-AA 00-00 30-C6 AB-E5 AA-AA 00-00 30-C6 AB-E5 AA-AA 00-00 30-AF AB-E5 AA-AA 00-00 50-AF AB-E5 AA-AA 00-00 50-AF AB-E5 AA-AA 00-00>, false) (315 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (315 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_0_3_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (196 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (197 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (512 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_0_3_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-B2 AB-E5 AA-AA 00-00 20-B2 AB-E5 AA-AA 00-00 20-B2 AB-E5 AA-AA 00-00 90-8F A7-E5 AA-AA 00-00 B0-8F A7-E5 AA-AA 00-00 ... A0-A3 AB-E5 AA-AA 00-00 A0-A3 AB-E5 AA-AA 00-00 10-C6 AB-E5 AA-AA 00-00 30-C6 AB-E5 AA-AA 00-00 30-C6 AB-E5 AA-AA 00-00 30-AF AB-E5 AA-AA 00-00 50-AF AB-E5 AA-AA 00-00 50-AF AB-E5 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 24 of 40): Note: This is test shard 24 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:33.126800: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } 2023-01-25 03:38:33.127124: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } } 2023-01-25 03:38:33.127149: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:33.127857: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617913127172-expected.{pb,txt} 2023-01-25 03:38:33.128335: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617913127883-actual.{pb,txt} 2023-01-25 03:38:33.128747: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617913128356-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 33 (91.6667%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.4864149, expected 8.56370258, index {1,0,3,0}, rel error 0.225, abs error 1.92 actual 6.81591463, expected 8.31842136, index {2,0,0,0}, rel error 0.181, abs error 1.5 actual 9.07668114, expected 7.95754814, index {0,0,1,0}, rel error 0.141, abs error 1.12 actual 10.1330881, expected 8.9092741, index {0,1,3,0}, rel error 0.137, abs error 1.22 actual 8.16563988, expected 7.35075808, index {0,2,2,0}, rel error 0.111, abs error 0.815 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-FA EC-CA AA-AA 00-00 60-FA EC-CA AA-AA 00-00 60-FA EC-CA AA-AA 00-00 B0-74 E9-CA AA-AA 00-00 D0-74 E9-CA AA-AA 00-00 ... 90-A5 EC-CA AA-AA 00-00 90-A5 EC-CA AA-AA 00-00 F0-E1 EC-CA AA-AA 00-00 10-E2 EC-CA AA-AA 00-00 10-E2 EC-CA AA-AA 00-00 00-A6 EC-CA AA-AA 00-00 20-A6 EC-CA AA-AA 00-00 20-A6 EC-CA AA-AA 00-00>, false) (282 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (282 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (247 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (247 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (530 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-FA EC-CA AA-AA 00-00 60-FA EC-CA AA-AA 00-00 60-FA EC-CA AA-AA 00-00 B0-74 E9-CA AA-AA 00-00 D0-74 E9-CA AA-AA 00-00 ... 90-A5 EC-CA AA-AA 00-00 90-A5 EC-CA AA-AA 00-00 F0-E1 EC-CA AA-AA 00-00 10-E2 EC-CA AA-AA 00-00 10-E2 EC-CA AA-AA 00-00 00-A6 EC-CA AA-AA 00-00 20-A6 EC-CA AA-AA 00-00 20-A6 EC-CA AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 24 of 40): Note: This is test shard 24 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:42.270000: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } 2023-01-25 03:38:42.270269: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } } 2023-01-25 03:38:42.270291: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:42.270930: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617922270312-expected.{pb,txt} 2023-01-25 03:38:42.271313: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617922270951-actual.{pb,txt} 2023-01-25 03:38:42.271646: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617922271331-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 33 (91.6667%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.4864149, expected 8.56370258, index {1,0,3,0}, rel error 0.225, abs error 1.92 actual 6.81591463, expected 8.31842136, index {2,0,0,0}, rel error 0.181, abs error 1.5 actual 9.07668114, expected 7.95754814, index {0,0,1,0}, rel error 0.141, abs error 1.12 actual 10.1330881, expected 8.9092741, index {0,1,3,0}, rel error 0.137, abs error 1.22 actual 8.16563988, expected 7.35075808, index {0,2,2,0}, rel error 0.111, abs error 0.815 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-7C 82-10 AB-AA 00-00 D0-7C 82-10 AB-AA 00-00 D0-7C 82-10 AB-AA 00-00 B0-74 7E-10 AB-AA 00-00 D0-74 7E-10 AB-AA 00-00 ... 00-12 82-10 AB-AA 00-00 00-12 82-10 AB-AA 00-00 40-B4 81-10 AB-AA 00-00 60-B4 81-10 AB-AA 00-00 60-B4 81-10 AB-AA 00-00 50-11 82-10 AB-AA 00-00 70-11 82-10 AB-AA 00-00 70-11 82-10 AB-AA 00-00>, false) (236 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (236 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (180 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (180 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (417 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 B0-7C 82-10 AB-AA 00-00 D0-7C 82-10 AB-AA 00-00 D0-7C 82-10 AB-AA 00-00 B0-74 7E-10 AB-AA 00-00 D0-74 7E-10 AB-AA 00-00 ... 00-12 82-10 AB-AA 00-00 00-12 82-10 AB-AA 00-00 40-B4 81-10 AB-AA 00-00 60-B4 81-10 AB-AA 00-00 60-B4 81-10 AB-AA 00-00 50-11 82-10 AB-AA 00-00 70-11 82-10 AB-AA 00-00 70-11 82-10 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 24 of 40): Note: This is test shard 24 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1 2023-01-25 03:38:51.087068: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } 2023-01-25 03:38:51.087268: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[3,3,4,1] f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } } 2023-01-25 03:38:51.087287: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:51.087800: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617931087305-expected.{pb,txt} 2023-01-25 03:38:51.088151: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617931087818-actual.{pb,txt} 2023-01-25 03:38:51.088445: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.outputs/tempfile-1674617931088167-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 33 (91.6667%) in shape f32[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.4864149, expected 8.56370258, index {1,0,3,0}, rel error 0.225, abs error 1.92 actual 6.81591463, expected 8.31842136, index {2,0,0,0}, rel error 0.181, abs error 1.5 actual 9.07668114, expected 7.95754814, index {0,0,1,0}, rel error 0.141, abs error 1.12 actual 10.1330881, expected 8.9092741, index {0,1,3,0}, rel error 0.137, abs error 1.22 actual 8.16563988, expected 7.35075808, index {0,2,2,0}, rel error 0.111, abs error 0.815 Expected literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.0734}, {7.95754814}, {8.46126366}, {8.74553871} }, { /*i1=1*/ {10.3616953}, {9.69877815}, {8.74499416}, {8.9092741} }, { /*i1=2*/ {8.10314274}, {8.06424618}, {7.35075808}, {8.08696938} } }, { /*i0=1*/ { /*i1=0*/ {9.55935574}, {9.59804821}, {10.2148733}, {8.56370258} }, { /*i1=1*/ {11.8335476}, {11.0290232}, {12.0374441}, {11.5388899} }, { /*i1=2*/ {9.15819931}, {10.4006147}, {9.56856823}, {9.58204842} } }, { /*i0=2*/ { /*i1=0*/ {8.31842136}, {7.39731073}, {7.59383821}, {7.68252182} }, { /*i1=1*/ {9.55155945}, {10.1430216}, {9.923}, {9.11097527} }, { /*i1=2*/ {7.27474451}, {8.04668808}, {7.81429911}, {8.18171} } } } Actual literal: f32[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.35615492}, {9.07668114}, {7.98909378}, {8.5372057} }, { /*i1=1*/ {9.9416523}, {9.49081}, {9.08086491}, {10.1330881} }, { /*i1=2*/ {7.61374331}, {7.45198298}, {8.16564}, {8.42262363} } }, { /*i0=1*/ { /*i1=0*/ {8.88554478}, {10.1030874}, {10.1213331}, {10.4864149} }, { /*i1=1*/ {11.0562811}, {11.6905212}, {11.3116617}, {11.5840702} }, { /*i1=2*/ {8.67720699}, {9.58589649}, {8.79164886}, {10.0708456} } }, { /*i0=2*/ { /*i1=0*/ {6.81591463}, {7.67655039}, {7.92563105}, {7.74820566} }, { /*i1=1*/ {8.88416386}, {10.5591764}, {10.2045126}, {9.67564869} }, { /*i1=2*/ {7.35406113}, {8.24173927}, {8.18283558}, {8.01948738} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-14 36-B6 AA-AA 00-00 A0-14 36-B6 AA-AA 00-00 A0-14 36-B6 AA-AA 00-00 B0-74 32-B6 AA-AA 00-00 D0-74 32-B6 AA-AA 00-00 ... A0-A3 35-B6 AA-AA 00-00 A0-A3 35-B6 AA-AA 00-00 D0-D4 35-B6 AA-AA 00-00 F0-D4 35-B6 AA-AA 00-00 F0-D4 35-B6 AA-AA 00-00 E0-E5 35-B6 AA-AA 00-00 00-E6 35-B6 AA-AA 00-00 00-E6 35-B6 AA-AA 00-00>, false) (245 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (245 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1f32_output_layout_2_3_0_1 (141 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (141 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (387 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-14 36-B6 AA-AA 00-00 A0-14 36-B6 AA-AA 00-00 A0-14 36-B6 AA-AA 00-00 B0-74 32-B6 AA-AA 00-00 D0-74 32-B6 AA-AA 00-00 ... A0-A3 35-B6 AA-AA 00-00 A0-A3 35-B6 AA-AA 00-00 D0-D4 35-B6 AA-AA 00-00 F0-D4 35-B6 AA-AA 00-00 F0-D4 35-B6 AA-AA 00-00 E0-E5 35-B6 AA-AA 00-00 00-E6 35-B6 AA-AA 00-00 00-E6 35-B6 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 25 of 40): Note: This is test shard 25 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:33.278036: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } 2023-01-25 03:38:33.278236: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } } 2023-01-25 03:38:33.278257: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:33.278824: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617913278274-expected.{pb,txt} 2023-01-25 03:38:33.279202: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617913278845-actual.{pb,txt} 2023-01-25 03:38:33.279565: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617913279222-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 32 (88.8889%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.5, expected 8.562, index {1,0,3,0}, rel error 0.226, abs error 1.94 actual 6.812, expected 8.312, index {2,0,0,0}, rel error 0.18, abs error 1.5 actual 9.062, expected 7.969, index {0,0,1,0}, rel error 0.137, abs error 1.09 actual 10.12, expected 8.938, index {0,1,3,0}, rel error 0.133, abs error 1.19 actual 8.188, expected 7.344, index {0,2,2,0}, rel error 0.115, abs error 0.844 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 E6-E6 AA-AA 00-00 60-89 E6-E6 AA-AA 00-00 60-89 E6-E6 AA-AA 00-00 10-E3 EA-E6 AA-AA 00-00 30-E3 EA-E6 AA-AA 00-00 ... 90-AE EA-E6 AA-AA 00-00 90-AE EA-E6 AA-AA 00-00 40-B1 EA-E6 AA-AA 00-00 60-B1 EA-E6 AA-AA 00-00 60-B1 EA-E6 AA-AA 00-00 80-7D E6-E6 AA-AA 00-00 A0-7D E6-E6 AA-AA 00-00 A0-7D E6-E6 AA-AA 00-00>, true) (296 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (297 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (218 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (218 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (515 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 E6-E6 AA-AA 00-00 60-89 E6-E6 AA-AA 00-00 60-89 E6-E6 AA-AA 00-00 10-E3 EA-E6 AA-AA 00-00 30-E3 EA-E6 AA-AA 00-00 ... 90-AE EA-E6 AA-AA 00-00 90-AE EA-E6 AA-AA 00-00 40-B1 EA-E6 AA-AA 00-00 60-B1 EA-E6 AA-AA 00-00 60-B1 EA-E6 AA-AA 00-00 80-7D E6-E6 AA-AA 00-00 A0-7D E6-E6 AA-AA 00-00 A0-7D E6-E6 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 25 of 40): Note: This is test shard 25 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:43.336618: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } 2023-01-25 03:38:43.336818: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } } 2023-01-25 03:38:43.336837: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:43.338439: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617923337665-expected.{pb,txt} 2023-01-25 03:38:43.339028: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617923338485-actual.{pb,txt} 2023-01-25 03:38:43.339431: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617923339057-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 32 (88.8889%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.5, expected 8.562, index {1,0,3,0}, rel error 0.226, abs error 1.94 actual 6.812, expected 8.312, index {2,0,0,0}, rel error 0.18, abs error 1.5 actual 9.062, expected 7.969, index {0,0,1,0}, rel error 0.137, abs error 1.09 actual 10.12, expected 8.938, index {0,1,3,0}, rel error 0.133, abs error 1.19 actual 8.188, expected 7.344, index {0,2,2,0}, rel error 0.115, abs error 0.844 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 DA-B3 AA-AA 00-00 60-89 DA-B3 AA-AA 00-00 60-89 DA-B3 AA-AA 00-00 A0-E3 DE-B3 AA-AA 00-00 C0-E3 DE-B3 AA-AA 00-00 ... B0-7E DD-B3 AA-AA 00-00 B0-7E DD-B3 AA-AA 00-00 90-AF DE-B3 AA-AA 00-00 B0-AF DE-B3 AA-AA 00-00 B0-AF DE-B3 AA-AA 00-00 80-7D DA-B3 AA-AA 00-00 A0-7D DA-B3 AA-AA 00-00 A0-7D DA-B3 AA-AA 00-00>, true) (280 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (280 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (149 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (150 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (431 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 DA-B3 AA-AA 00-00 60-89 DA-B3 AA-AA 00-00 60-89 DA-B3 AA-AA 00-00 A0-E3 DE-B3 AA-AA 00-00 C0-E3 DE-B3 AA-AA 00-00 ... B0-7E DD-B3 AA-AA 00-00 B0-7E DD-B3 AA-AA 00-00 90-AF DE-B3 AA-AA 00-00 B0-AF DE-B3 AA-AA 00-00 B0-AF DE-B3 AA-AA 00-00 80-7D DA-B3 AA-AA 00-00 A0-7D DA-B3 AA-AA 00-00 A0-7D DA-B3 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 25 of 40): Note: This is test shard 25 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:51.897058: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } 2023-01-25 03:38:51.897259: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[3,3,4,1] bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } } 2023-01-25 03:38:51.897276: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:51.897826: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617931897294-expected.{pb,txt} 2023-01-25 03:38:51.898159: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617931897847-actual.{pb,txt} 2023-01-25 03:38:51.898458: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.outputs/tempfile-1674617931898176-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 32 (88.8889%) in shape bf16[3,3,4,1] (36 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 10.5, expected 8.562, index {1,0,3,0}, rel error 0.226, abs error 1.94 actual 6.812, expected 8.312, index {2,0,0,0}, rel error 0.18, abs error 1.5 actual 9.062, expected 7.969, index {0,0,1,0}, rel error 0.137, abs error 1.09 actual 10.12, expected 8.938, index {0,1,3,0}, rel error 0.133, abs error 1.19 actual 8.188, expected 7.344, index {0,2,2,0}, rel error 0.115, abs error 0.844 Expected literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {8.062}, {7.969}, {8.438}, {8.75} }, { /*i1=1*/ {10.38}, {9.688}, {8.75}, {8.938} }, { /*i1=2*/ {8.125}, {8.062}, {7.344}, {8.062} } }, { /*i0=1*/ { /*i1=0*/ {9.562}, {9.625}, {10.19}, {8.562} }, { /*i1=1*/ {11.81}, {11}, {12.06}, {11.56} }, { /*i1=2*/ {9.188}, {10.38}, {9.562}, {9.562} } }, { /*i0=2*/ { /*i1=0*/ {8.312}, {7.406}, {7.594}, {7.688} }, { /*i1=1*/ {9.562}, {10.12}, {9.938}, {9.125} }, { /*i1=2*/ {7.281}, {8.062}, {7.812}, {8.188} } } } Actual literal: bf16[3,3,4,1] { { /*i0=0*/ { /*i1=0*/ {7.344}, {9.062}, {8}, {8.562} }, { /*i1=1*/ {9.938}, {9.5}, {9.062}, {10.12} }, { /*i1=2*/ {7.625}, {7.438}, {8.188}, {8.438} } }, { /*i0=1*/ { /*i1=0*/ {8.875}, {10.12}, {10.12}, {10.5} }, { /*i1=1*/ {11.06}, {11.69}, {11.31}, {11.56} }, { /*i1=2*/ {8.688}, {9.562}, {8.812}, {10.06} } }, { /*i0=2*/ { /*i1=0*/ {6.812}, {7.688}, {7.938}, {7.75} }, { /*i1=1*/ {8.875}, {10.56}, {10.19}, {9.688} }, { /*i1=2*/ {7.344}, {8.25}, {8.188}, {8} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 E7-05 AB-AA 00-00 60-89 E7-05 AB-AA 00-00 60-89 E7-05 AB-AA 00-00 D0-A8 EB-05 AB-AA 00-00 F0-A8 EB-05 AB-AA 00-00 ... 00-AE EB-05 AB-AA 00-00 00-AE EB-05 AB-AA 00-00 E0-78 EC-05 AB-AA 00-00 00-79 EC-05 AB-AA 00-00 00-79 EC-05 AB-AA 00-00 80-7D E7-05 AB-AA 00-00 A0-7D E7-05 AB-AA 00-00 A0-7D E7-05 AB-AA 00-00>, true) (346 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (346 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x12_activation_layout_3_0_1_2_output_dims_3x3x12x1bf16_output_layout_2_3_0_1 (190 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (190 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (537 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_128x6x6x4_kernel_dims_128x6x6x4_activation_layout_3_0_1_2_output_dims_3x3x4x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <04-00 00-00 00-00 00-00 06-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 E7-05 AB-AA 00-00 60-89 E7-05 AB-AA 00-00 60-89 E7-05 AB-AA 00-00 D0-A8 EB-05 AB-AA 00-00 F0-A8 EB-05 AB-AA 00-00 ... 00-AE EB-05 AB-AA 00-00 00-AE EB-05 AB-AA 00-00 E0-78 EC-05 AB-AA 00-00 00-79 EC-05 AB-AA 00-00 00-79 EC-05 AB-AA 00-00 80-7D E7-05 AB-AA 00-00 A0-7D E7-05 AB-AA 00-00 A0-7D E7-05 AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 34 of 40): Note: This is test shard 34 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:40.324333: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } 2023-01-25 03:38:40.324591: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } } 2023-01-25 03:38:40.324614: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.325282: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617920324634-expected.{pb,txt} 2023-01-25 03:38:40.325734: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617920325308-actual.{pb,txt} 2023-01-25 03:38:40.326141: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617920325753-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418602943, expected 0.158280566, index {1,2,0,0}, rel error 1.64, abs error 0.26 actual 0.255528092, expected 0.107352175, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.368893683, expected 0.159793884, index {3,2,0,0}, rel error 1.31, abs error 0.209 actual 0.318392724, expected 0.140425324, index {0,1,0,0}, rel error 1.27, abs error 0.178 actual 0.132032707, expected 0.0594550781, index {3,3,1,0}, rel error 1.22, abs error 0.0726 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 EA-E5 AA-AA 00-00 60-89 EA-E5 AA-AA 00-00 60-89 EA-E5 AA-AA 00-00 60-72 EA-E5 AA-AA 00-00 80-72 EA-E5 AA-AA 00-00 ... 20-DF EB-E5 AA-AA 00-00 20-DF EB-E5 AA-AA 00-00 70-A5 EE-E5 AA-AA 00-00 90-A5 EE-E5 AA-AA 00-00 90-A5 EE-E5 AA-AA 00-00 40-BA EE-E5 AA-AA 00-00 60-BA EE-E5 AA-AA 00-00 60-BA EE-E5 AA-AA 00-00>, false) (565 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (565 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (151 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (151 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (716 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 EA-E5 AA-AA 00-00 60-89 EA-E5 AA-AA 00-00 60-89 EA-E5 AA-AA 00-00 60-72 EA-E5 AA-AA 00-00 80-72 EA-E5 AA-AA 00-00 ... 20-DF EB-E5 AA-AA 00-00 20-DF EB-E5 AA-AA 00-00 70-A5 EE-E5 AA-AA 00-00 90-A5 EE-E5 AA-AA 00-00 90-A5 EE-E5 AA-AA 00-00 40-BA EE-E5 AA-AA 00-00 60-BA EE-E5 AA-AA 00-00 60-BA EE-E5 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 34 of 40): Note: This is test shard 34 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:49.247460: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } 2023-01-25 03:38:49.247654: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } } 2023-01-25 03:38:49.247673: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.248169: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617929247693-expected.{pb,txt} 2023-01-25 03:38:49.248508: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617929248189-actual.{pb,txt} 2023-01-25 03:38:49.248789: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617929248523-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418602943, expected 0.158280566, index {1,2,0,0}, rel error 1.64, abs error 0.26 actual 0.255528092, expected 0.107352175, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.368893683, expected 0.159793884, index {3,2,0,0}, rel error 1.31, abs error 0.209 actual 0.318392724, expected 0.140425324, index {0,1,0,0}, rel error 1.27, abs error 0.178 actual 0.132032707, expected 0.0594550781, index {3,3,1,0}, rel error 1.22, abs error 0.0726 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 6F-EA AA-AA 00-00 60-89 6F-EA AA-AA 00-00 60-89 6F-EA AA-AA 00-00 60-72 6F-EA AA-AA 00-00 80-72 6F-EA AA-AA 00-00 ... 20-DF 70-EA AA-AA 00-00 20-DF 70-EA AA-AA 00-00 F0-DE 73-EA AA-AA 00-00 10-DF 73-EA AA-AA 00-00 10-DF 73-EA AA-AA 00-00 F0-69 74-EA AA-AA 00-00 10-6A 74-EA AA-AA 00-00 10-6A 74-EA AA-AA 00-00>, false) (350 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (350 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (139 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (140 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (490 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 6F-EA AA-AA 00-00 60-89 6F-EA AA-AA 00-00 60-89 6F-EA AA-AA 00-00 60-72 6F-EA AA-AA 00-00 80-72 6F-EA AA-AA 00-00 ... 20-DF 70-EA AA-AA 00-00 20-DF 70-EA AA-AA 00-00 F0-DE 73-EA AA-AA 00-00 10-DF 73-EA AA-AA 00-00 10-DF 73-EA AA-AA 00-00 F0-69 74-EA AA-AA 00-00 10-6A 74-EA AA-AA 00-00 10-6A 74-EA AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 34 of 40): Note: This is test shard 34 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:57.017550: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } 2023-01-25 03:38:57.017759: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } } 2023-01-25 03:38:57.017776: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:57.018298: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617937017794-expected.{pb,txt} 2023-01-25 03:38:57.018627: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617937018316-actual.{pb,txt} 2023-01-25 03:38:57.018926: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.outputs/tempfile-1674617937018643-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418602943, expected 0.158280566, index {1,2,0,0}, rel error 1.64, abs error 0.26 actual 0.255528092, expected 0.107352175, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.368893683, expected 0.159793884, index {3,2,0,0}, rel error 1.31, abs error 0.209 actual 0.318392724, expected 0.140425324, index {0,1,0,0}, rel error 1.27, abs error 0.178 actual 0.132032707, expected 0.0594550781, index {3,3,1,0}, rel error 1.22, abs error 0.0726 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.201217711}, {0.151228324} }, { /*i1=1*/ {0.140425324}, {0.107352175} }, { /*i1=2*/ {0.361946672}, {0.237090498} }, { /*i1=3*/ {0.0814039633}, {0.0937163532} } }, { /*i0=1*/ { /*i1=0*/ {0.259740442}, {0.327005} }, { /*i1=1*/ {0.389524}, {0.307772189} }, { /*i1=2*/ {0.158280566}, {0.296407878} }, { /*i1=3*/ {0.174613044}, {0.125937149} } }, { /*i0=2*/ { /*i1=0*/ {0.284349769}, {0.213898987} }, { /*i1=1*/ {0.276014954}, {0.458469391} }, { /*i1=2*/ {0.443043351}, {0.284083843} }, { /*i1=3*/ {0.410436}, {0.168601409} } }, { /*i0=3*/ { /*i1=0*/ {0.200404719}, {0.185428917} }, { /*i1=1*/ {0.29714331}, {0.227698117} }, { /*i1=2*/ {0.159793884}, {0.191296116} }, { /*i1=3*/ {0.147347063}, {0.0594550781} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0852490291}, {0.0811763629} }, { /*i1=1*/ {0.318392724}, {0.255528092} }, { /*i1=2*/ {0.174228594}, {0.180027887} }, { /*i1=3*/ {0.0884256884}, {0.153312191} } }, { /*i0=1*/ { /*i1=0*/ {0.191745207}, {0.230673164} }, { /*i1=1*/ {0.496481538}, {0.371994704} }, { /*i1=2*/ {0.418602943}, {0.194559} }, { /*i1=3*/ {0.118851498}, {0.170924976} } }, { /*i0=2*/ { /*i1=0*/ {0.238850504}, {0.354168981} }, { /*i1=1*/ {0.324786484}, {0.219835743} }, { /*i1=2*/ {0.495474875}, {0.226269767} }, { /*i1=3*/ {0.221853629}, {0.207227722} } }, { /*i0=3*/ { /*i1=0*/ {0.132097483}, {0.185033962} }, { /*i1=1*/ {0.167857021}, {0.210609183} }, { /*i1=2*/ {0.368893683}, {0.108880118} }, { /*i1=3*/ {0.127499491}, {0.132032707} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 F9-EF AA-AA 00-00 60-89 F9-EF AA-AA 00-00 60-89 F9-EF AA-AA 00-00 60-72 F9-EF AA-AA 00-00 80-72 F9-EF AA-AA 00-00 ... 20-DF FA-EF AA-AA 00-00 20-DF FA-EF AA-AA 00-00 E0-B0 FD-EF AA-AA 00-00 00-B1 FD-EF AA-AA 00-00 00-B1 FD-EF AA-AA 00-00 00-C1 FD-EF AA-AA 00-00 20-C1 FD-EF AA-AA 00-00 20-C1 FD-EF AA-AA 00-00>, false) (229 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (229 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (191 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (191 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (420 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 40-89 F9-EF AA-AA 00-00 60-89 F9-EF AA-AA 00-00 60-89 F9-EF AA-AA 00-00 60-72 F9-EF AA-AA 00-00 80-72 F9-EF AA-AA 00-00 ... 20-DF FA-EF AA-AA 00-00 20-DF FA-EF AA-AA 00-00 E0-B0 FD-EF AA-AA 00-00 00-B1 FD-EF AA-AA 00-00 00-B1 FD-EF AA-AA 00-00 00-C1 FD-EF AA-AA 00-00 20-C1 FD-EF AA-AA 00-00 20-C1 FD-EF AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 35 of 40): Note: This is test shard 35 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:40.088415: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } 2023-01-25 03:38:40.088612: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } } 2023-01-25 03:38:40.088631: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:40.089147: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617920088647-expected.{pb,txt} 2023-01-25 03:38:40.089485: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617920089166-actual.{pb,txt} 2023-01-25 03:38:40.089797: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617920089503-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418, expected 0.1592, index {1,2,0,0}, rel error 1.62, abs error 0.258 actual 0.2559, expected 0.1074, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.3691, expected 0.1602, index {3,2,0,0}, rel error 1.3, abs error 0.209 actual 0.3184, expected 0.1406, index {0,1,0,0}, rel error 1.26, abs error 0.178 actual 0.1318, expected 0.05957, index {3,3,1,0}, rel error 1.21, abs error 0.0723 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E CE-EC AA-AA 00-00 80-6E CE-EC AA-AA 00-00 80-6E CE-EC AA-AA 00-00 20-5E CD-EC AA-AA 00-00 40-5E CD-EC AA-AA 00-00 ... 20-04 D2-EC AA-AA 00-00 20-04 D2-EC AA-AA 00-00 F0-D2 D1-EC AA-AA 00-00 10-D3 D1-EC AA-AA 00-00 10-D3 D1-EC AA-AA 00-00 C0-EA D1-EC AA-AA 00-00 E0-EA D1-EC AA-AA 00-00 E0-EA D1-EC AA-AA 00-00>, true) (174 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (174 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (207 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (207 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (381 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E CE-EC AA-AA 00-00 80-6E CE-EC AA-AA 00-00 80-6E CE-EC AA-AA 00-00 20-5E CD-EC AA-AA 00-00 40-5E CD-EC AA-AA 00-00 ... 20-04 D2-EC AA-AA 00-00 20-04 D2-EC AA-AA 00-00 F0-D2 D1-EC AA-AA 00-00 10-D3 D1-EC AA-AA 00-00 10-D3 D1-EC AA-AA 00-00 C0-EA D1-EC AA-AA 00-00 E0-EA D1-EC AA-AA 00-00 E0-EA D1-EC AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 35 of 40): Note: This is test shard 35 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:49.248117: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } 2023-01-25 03:38:49.248287: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } } 2023-01-25 03:38:49.248304: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.248739: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617929248323-expected.{pb,txt} 2023-01-25 03:38:49.249064: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617929248757-actual.{pb,txt} 2023-01-25 03:38:49.249495: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617929249080-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418, expected 0.1592, index {1,2,0,0}, rel error 1.62, abs error 0.258 actual 0.2559, expected 0.1074, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.3691, expected 0.1602, index {3,2,0,0}, rel error 1.3, abs error 0.209 actual 0.3184, expected 0.1406, index {0,1,0,0}, rel error 1.26, abs error 0.178 actual 0.1318, expected 0.05957, index {3,3,1,0}, rel error 1.21, abs error 0.0723 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E E6-10 AB-AA 00-00 80-6E E6-10 AB-AA 00-00 80-6E E6-10 AB-AA 00-00 20-5E E5-10 AB-AA 00-00 40-5E E5-10 AB-AA 00-00 ... 20-04 EA-10 AB-AA 00-00 20-04 EA-10 AB-AA 00-00 80-DC E9-10 AB-AA 00-00 A0-DC E9-10 AB-AA 00-00 A0-DC E9-10 AB-AA 00-00 90-10 EA-10 AB-AA 00-00 B0-10 EA-10 AB-AA 00-00 B0-10 EA-10 AB-AA 00-00>, true) (598 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (598 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (349 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (349 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (948 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E E6-10 AB-AA 00-00 80-6E E6-10 AB-AA 00-00 80-6E E6-10 AB-AA 00-00 20-5E E5-10 AB-AA 00-00 40-5E E5-10 AB-AA 00-00 ... 20-04 EA-10 AB-AA 00-00 20-04 EA-10 AB-AA 00-00 80-DC E9-10 AB-AA 00-00 A0-DC E9-10 AB-AA 00-00 A0-DC E9-10 AB-AA 00-00 90-10 EA-10 AB-AA 00-00 B0-10 EA-10 AB-AA 00-00 B0-10 EA-10 AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 35 of 40): Note: This is test shard 35 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:57.023138: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } 2023-01-25 03:38:57.023308: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,2,1] bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } } 2023-01-25 03:38:57.023326: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:57.023811: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617937023343-expected.{pb,txt} 2023-01-25 03:38:57.024119: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617937023829-actual.{pb,txt} 2023-01-25 03:38:57.024517: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.outputs/tempfile-1674617937024134-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 30 (93.7500%) in shape bf16[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.418, expected 0.1592, index {1,2,0,0}, rel error 1.62, abs error 0.258 actual 0.2559, expected 0.1074, index {0,1,1,0}, rel error 1.38, abs error 0.148 actual 0.3691, expected 0.1602, index {3,2,0,0}, rel error 1.3, abs error 0.209 actual 0.3184, expected 0.1406, index {0,1,0,0}, rel error 1.26, abs error 0.178 actual 0.1318, expected 0.05957, index {3,3,1,0}, rel error 1.21, abs error 0.0723 Expected literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.2012}, {0.1514} }, { /*i1=1*/ {0.1406}, {0.1074} }, { /*i1=2*/ {0.3633}, {0.2363} }, { /*i1=3*/ {0.08154}, {0.09375} } }, { /*i0=1*/ { /*i1=0*/ {0.2598}, {0.3262} }, { /*i1=1*/ {0.3887}, {0.3066} }, { /*i1=2*/ {0.1592}, {0.2969} }, { /*i1=3*/ {0.1748}, {0.126} } }, { /*i0=2*/ { /*i1=0*/ {0.2852}, {0.2139} }, { /*i1=1*/ {0.2754}, {0.459} }, { /*i1=2*/ {0.4434}, {0.2832} }, { /*i1=3*/ {0.4102}, {0.1689} } }, { /*i0=3*/ { /*i1=0*/ {0.2002}, {0.1855} }, { /*i1=1*/ {0.2969}, {0.2275} }, { /*i1=2*/ {0.1602}, {0.1914} }, { /*i1=3*/ {0.1475}, {0.05957} } } } Actual literal: bf16[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.08545}, {0.08105} }, { /*i1=1*/ {0.3184}, {0.2559} }, { /*i1=2*/ {0.1738}, {0.1797} }, { /*i1=3*/ {0.08838}, {0.1533} } }, { /*i0=1*/ { /*i1=0*/ {0.1924}, {0.2305} }, { /*i1=1*/ {0.4961}, {0.3711} }, { /*i1=2*/ {0.418}, {0.1943} }, { /*i1=3*/ {0.1187}, {0.1709} } }, { /*i0=2*/ { /*i1=0*/ {0.2393}, {0.3535} }, { /*i1=1*/ {0.3242}, {0.2197} }, { /*i1=2*/ {0.4961}, {0.2266} }, { /*i1=3*/ {0.2217}, {0.207} } }, { /*i0=3*/ { /*i1=0*/ {0.1318}, {0.1846} }, { /*i1=1*/ {0.168}, {0.2109} }, { /*i1=2*/ {0.3691}, {0.1089} }, { /*i1=3*/ {0.1279}, {0.1318} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E 6D-E9 AA-AA 00-00 80-6E 6D-E9 AA-AA 00-00 80-6E 6D-E9 AA-AA 00-00 20-5E 6C-E9 AA-AA 00-00 40-5E 6C-E9 AA-AA 00-00 ... 20-04 71-E9 AA-AA 00-00 20-04 71-E9 AA-AA 00-00 50-F6 70-E9 AA-AA 00-00 70-F6 70-E9 AA-AA 00-00 70-F6 70-E9 AA-AA 00-00 E0-C5 70-E9 AA-AA 00-00 00-C6 70-E9 AA-AA 00-00 00-C6 70-E9 AA-AA 00-00>, true) (218 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (218 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_0_3_1_2_output_dims_4x4x6x1bf16_output_layout_2_3_0_1 (239 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (239 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (458 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_0_3_1_2_output_dims_4x4x2x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 60-6E 6D-E9 AA-AA 00-00 80-6E 6D-E9 AA-AA 00-00 80-6E 6D-E9 AA-AA 00-00 20-5E 6C-E9 AA-AA 00-00 40-5E 6C-E9 AA-AA 00-00 ... 20-04 71-E9 AA-AA 00-00 20-04 71-E9 AA-AA 00-00 50-F6 70-E9 AA-AA 00-00 70-F6 70-E9 AA-AA 00-00 70-F6 70-E9 AA-AA 00-00 E0-C5 70-E9 AA-AA 00-00 00-C6 70-E9 AA-AA 00-00 00-C6 70-E9 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 30 of 40): Note: This is test shard 30 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:37.528943: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.529149: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:37.529165: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:37.535052: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617917529188-expected.{pb,txt} 2023-01-25 03:38:37.540417: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617917535096-actual.{pb,txt} 2023-01-25 03:38:37.542815: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617917540464-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4307 (92.7433%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0979502574, expected 0.000341302599, index {0,5,50,0}, rel error 286, abs error 0.0976 actual 0.118993133, expected 0.000426737155, index {5,0,66,0}, rel error 278, abs error 0.119 actual 0.195435762, expected 0.00141400972, index {2,0,86,0}, rel error 137, abs error 0.194 actual 0.380182683, expected -0.00401405757, index {4,5,110,0}, rel error 95.7, abs error 0.384 actual 0.166912705, expected 0.00190127548, index {5,5,127,0}, rel error 86.8, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 2 ( 0.0431%), mismatches 2 0.001 <= x < 0.01 : 53 ( 1.1413%), mismatches 50 0.01 <= x < 0.1 : 809 ( 17.4203%), mismatches 740 0.1 <= x < 1 : 3780 ( 81.3953%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4307 (92.7433%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4307 (100.0000%) >= 0.001 : 4307 (100.0000%) >= 0.01 : 4307 (100.0000%) >= 0.1 : 3926 (91.1539%) >= 1 : 642 (14.9060%) Elements exceeding rel error bound 0.01: 4577 (98.5573%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4577 (100.0000%) >= 0.001 : 4574 (99.9345%) >= 0.01 : 4307 (94.1009%) >= 0.1 : 1680 (36.7053%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 7A-0B AB-AA 00-00 20-04 7A-0B AB-AA 00-00 20-04 7A-0B AB-AA 00-00 30-57 75-0B AB-AA 00-00 50-57 75-0B AB-AA 00-00 ... D0-B9 79-0B AB-AA 00-00 D0-B9 79-0B AB-AA 00-00 D0-21 7A-0B AB-AA 00-00 F0-21 7A-0B AB-AA 00-00 F0-21 7A-0B AB-AA 00-00 00-B2 79-0B AB-AA 00-00 20-B2 79-0B AB-AA 00-00 20-B2 79-0B AB-AA 00-00>, false) (521 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (521 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (723 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (723 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1245 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 7A-0B AB-AA 00-00 20-04 7A-0B AB-AA 00-00 20-04 7A-0B AB-AA 00-00 30-57 75-0B AB-AA 00-00 50-57 75-0B AB-AA 00-00 ... D0-B9 79-0B AB-AA 00-00 D0-B9 79-0B AB-AA 00-00 D0-21 7A-0B AB-AA 00-00 F0-21 7A-0B AB-AA 00-00 F0-21 7A-0B AB-AA 00-00 00-B2 79-0B AB-AA 00-00 20-B2 79-0B AB-AA 00-00 20-B2 79-0B AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 30 of 40): Note: This is test shard 30 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:48.030797: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.031006: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.031021: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:48.036652: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617928031041-expected.{pb,txt} 2023-01-25 03:38:48.041763: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617928036692-actual.{pb,txt} 2023-01-25 03:38:48.043973: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617928041796-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4307 (92.7433%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0979502574, expected 0.000341302599, index {0,5,50,0}, rel error 286, abs error 0.0976 actual 0.118993133, expected 0.000426737155, index {5,0,66,0}, rel error 278, abs error 0.119 actual 0.195435762, expected 0.00141400972, index {2,0,86,0}, rel error 137, abs error 0.194 actual 0.380182683, expected -0.00401405757, index {4,5,110,0}, rel error 95.7, abs error 0.384 actual 0.166912705, expected 0.00190127548, index {5,5,127,0}, rel error 86.8, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 2 ( 0.0431%), mismatches 2 0.001 <= x < 0.01 : 53 ( 1.1413%), mismatches 50 0.01 <= x < 0.1 : 809 ( 17.4203%), mismatches 740 0.1 <= x < 1 : 3780 ( 81.3953%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4307 (92.7433%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4307 (100.0000%) >= 0.001 : 4307 (100.0000%) >= 0.01 : 4307 (100.0000%) >= 0.1 : 3926 (91.1539%) >= 1 : 642 (14.9060%) Elements exceeding rel error bound 0.01: 4577 (98.5573%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4577 (100.0000%) >= 0.001 : 4574 (99.9345%) >= 0.01 : 4307 (94.1009%) >= 0.1 : 1680 (36.7053%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 10-F7 AA-AA 00-00 20-04 10-F7 AA-AA 00-00 20-04 10-F7 AA-AA 00-00 30-57 0B-F7 AA-AA 00-00 50-57 0B-F7 AA-AA 00-00 ... 00-E6 0F-F7 AA-AA 00-00 00-E6 0F-F7 AA-AA 00-00 20-E8 0F-F7 AA-AA 00-00 40-E8 0F-F7 AA-AA 00-00 40-E8 0F-F7 AA-AA 00-00 40-A8 0F-F7 AA-AA 00-00 60-A8 0F-F7 AA-AA 00-00 60-A8 0F-F7 AA-AA 00-00>, false) (636 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (636 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (879 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (879 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1516 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 10-F7 AA-AA 00-00 20-04 10-F7 AA-AA 00-00 20-04 10-F7 AA-AA 00-00 30-57 0B-F7 AA-AA 00-00 50-57 0B-F7 AA-AA 00-00 ... 00-E6 0F-F7 AA-AA 00-00 00-E6 0F-F7 AA-AA 00-00 20-E8 0F-F7 AA-AA 00-00 40-E8 0F-F7 AA-AA 00-00 40-E8 0F-F7 AA-AA 00-00 40-A8 0F-F7 AA-AA 00-00 60-A8 0F-F7 AA-AA 00-00 60-A8 0F-F7 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 30 of 40): Note: This is test shard 30 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:56.963889: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:56.964009: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:56.964023: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:56.969465: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617936964040-expected.{pb,txt} 2023-01-25 03:38:56.974397: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617936969504-actual.{pb,txt} 2023-01-25 03:38:56.976565: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.outputs/tempfile-1674617936974425-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4307 (92.7433%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.0979502574, expected 0.000341302599, index {0,5,50,0}, rel error 286, abs error 0.0976 actual 0.118993133, expected 0.000426737155, index {5,0,66,0}, rel error 278, abs error 0.119 actual 0.195435762, expected 0.00141400972, index {2,0,86,0}, rel error 137, abs error 0.194 actual 0.380182683, expected -0.00401405757, index {4,5,110,0}, rel error 95.7, abs error 0.384 actual 0.166912705, expected 0.00190127548, index {5,5,127,0}, rel error 86.8, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 2 ( 0.0431%), mismatches 2 0.001 <= x < 0.01 : 53 ( 1.1413%), mismatches 50 0.01 <= x < 0.1 : 809 ( 17.4203%), mismatches 740 0.1 <= x < 1 : 3780 ( 81.3953%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4307 (92.7433%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4307 (100.0000%) >= 0.001 : 4307 (100.0000%) >= 0.01 : 4307 (100.0000%) >= 0.1 : 3926 (91.1539%) >= 1 : 642 (14.9060%) Elements exceeding rel error bound 0.01: 4577 (98.5573%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4577 (100.0000%) >= 0.001 : 4574 (99.9345%) >= 0.01 : 4307 (94.1009%) >= 0.1 : 1680 (36.7053%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 39-C3 AA-AA 00-00 20-04 39-C3 AA-AA 00-00 20-04 39-C3 AA-AA 00-00 30-57 34-C3 AA-AA 00-00 50-57 34-C3 AA-AA 00-00 ... 50-95 37-C3 AA-AA 00-00 50-95 37-C3 AA-AA 00-00 A0-AE 38-C3 AA-AA 00-00 C0-AE 38-C3 AA-AA 00-00 C0-AE 38-C3 AA-AA 00-00 F0-BB 38-C3 AA-AA 00-00 10-BC 38-C3 AA-AA 00-00 10-BC 38-C3 AA-AA 00-00>, false) (656 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (656 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (836 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (836 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1494 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-04 39-C3 AA-AA 00-00 20-04 39-C3 AA-AA 00-00 20-04 39-C3 AA-AA 00-00 30-57 34-C3 AA-AA 00-00 50-57 34-C3 AA-AA 00-00 ... 50-95 37-C3 AA-AA 00-00 50-95 37-C3 AA-AA 00-00 A0-AE 38-C3 AA-AA 00-00 C0-AE 38-C3 AA-AA 00-00 C0-AE 38-C3 AA-AA 00-00 F0-BB 38-C3 AA-AA 00-00 10-BC 38-C3 AA-AA 00-00 10-BC 38-C3 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 31 of 40): Note: This is test shard 31 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:38.637307: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.637481: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.637496: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.641424: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617918637514-expected.{pb,txt} 2023-01-25 03:38:38.645007: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617918641461-actual.{pb,txt} 2023-01-25 03:38:38.647400: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617918645049-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4303 (92.6572%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09766, expected 0.0002337, index {0,5,50,0}, rel error 418, abs error 0.0977 actual 0.1191, expected 0.0003586, index {5,0,66,0}, rel error 331, abs error 0.119 actual 0.1953, expected 0.001373, index {2,0,86,0}, rel error 142, abs error 0.194 actual 0.3809, expected -0.00412, index {4,5,110,0}, rel error 93.4, abs error 0.385 actual 0.167, expected 0.001793, index {5,5,127,0}, rel error 92.1, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 1 ( 0.0215%), mismatches 1 0.001 <= x < 0.01 : 54 ( 1.1628%), mismatches 51 0.01 <= x < 0.1 : 806 ( 17.3557%), mismatches 736 0.1 <= x < 1 : 3783 ( 81.4599%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4303 (92.6572%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4303 (100.0000%) >= 0.001 : 4303 (100.0000%) >= 0.01 : 4303 (100.0000%) >= 0.1 : 3918 (91.0528%) >= 1 : 642 (14.9198%) Elements exceeding rel error bound 0.01: 4575 (98.5142%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4575 (100.0000%) >= 0.001 : 4569 (99.8689%) >= 0.01 : 4303 (94.0546%) >= 0.1 : 1670 (36.5027%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 19-F4 AA-AA 00-00 C0-87 19-F4 AA-AA 00-00 C0-87 19-F4 AA-AA 00-00 B0-7C 1D-F4 AA-AA 00-00 D0-7C 1D-F4 AA-AA 00-00 ... 80-C1 1C-F4 AA-AA 00-00 80-C1 1C-F4 AA-AA 00-00 60-BB 1C-F4 AA-AA 00-00 80-BB 1C-F4 AA-AA 00-00 80-BB 1C-F4 AA-AA 00-00 00-7B 19-F4 AA-AA 00-00 20-7B 19-F4 AA-AA 00-00 20-7B 19-F4 AA-AA 00-00>, true) (839 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (839 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (547 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (547 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1387 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 19-F4 AA-AA 00-00 C0-87 19-F4 AA-AA 00-00 C0-87 19-F4 AA-AA 00-00 B0-7C 1D-F4 AA-AA 00-00 D0-7C 1D-F4 AA-AA 00-00 ... 80-C1 1C-F4 AA-AA 00-00 80-C1 1C-F4 AA-AA 00-00 60-BB 1C-F4 AA-AA 00-00 80-BB 1C-F4 AA-AA 00-00 80-BB 1C-F4 AA-AA 00-00 00-7B 19-F4 AA-AA 00-00 20-7B 19-F4 AA-AA 00-00 20-7B 19-F4 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 31 of 40): Note: This is test shard 31 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:48.366767: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.366912: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.366925: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:48.370825: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617928366942-expected.{pb,txt} 2023-01-25 03:38:48.374234: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617928370859-actual.{pb,txt} 2023-01-25 03:38:48.376396: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617928374255-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4303 (92.6572%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09766, expected 0.0002337, index {0,5,50,0}, rel error 418, abs error 0.0977 actual 0.1191, expected 0.0003586, index {5,0,66,0}, rel error 331, abs error 0.119 actual 0.1953, expected 0.001373, index {2,0,86,0}, rel error 142, abs error 0.194 actual 0.3809, expected -0.00412, index {4,5,110,0}, rel error 93.4, abs error 0.385 actual 0.167, expected 0.001793, index {5,5,127,0}, rel error 92.1, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 1 ( 0.0215%), mismatches 1 0.001 <= x < 0.01 : 54 ( 1.1628%), mismatches 51 0.01 <= x < 0.1 : 806 ( 17.3557%), mismatches 736 0.1 <= x < 1 : 3783 ( 81.4599%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4303 (92.6572%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4303 (100.0000%) >= 0.001 : 4303 (100.0000%) >= 0.01 : 4303 (100.0000%) >= 0.1 : 3918 (91.0528%) >= 1 : 642 (14.9198%) Elements exceeding rel error bound 0.01: 4575 (98.5142%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4575 (100.0000%) >= 0.001 : 4569 (99.8689%) >= 0.01 : 4303 (94.0546%) >= 0.1 : 1670 (36.5027%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 F5-1F AB-AA 00-00 C0-87 F5-1F AB-AA 00-00 C0-87 F5-1F AB-AA 00-00 D0-A5 F8-1F AB-AA 00-00 F0-A5 F8-1F AB-AA 00-00 ... 10-DC F8-1F AB-AA 00-00 10-DC F8-1F AB-AA 00-00 10-BD F8-1F AB-AA 00-00 30-BD F8-1F AB-AA 00-00 30-BD F8-1F AB-AA 00-00 00-7B F5-1F AB-AA 00-00 20-7B F5-1F AB-AA 00-00 20-7B F5-1F AB-AA 00-00>, true) (636 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (636 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (889 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (889 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1526 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 F5-1F AB-AA 00-00 C0-87 F5-1F AB-AA 00-00 C0-87 F5-1F AB-AA 00-00 D0-A5 F8-1F AB-AA 00-00 F0-A5 F8-1F AB-AA 00-00 ... 10-DC F8-1F AB-AA 00-00 10-DC F8-1F AB-AA 00-00 10-BD F8-1F AB-AA 00-00 30-BD F8-1F AB-AA 00-00 30-BD F8-1F AB-AA 00-00 00-7B F5-1F AB-AA 00-00 20-7B F5-1F AB-AA 00-00 20-7B F5-1F AB-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 31 of 40): Note: This is test shard 31 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:56.993835: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:56.993972: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:56.993987: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:56.997912: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617936994006-expected.{pb,txt} 2023-01-25 03:38:57.001211: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617936997947-actual.{pb,txt} 2023-01-25 03:38:57.003316: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.outputs/tempfile-1674617937001239-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4303 (92.6572%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.09766, expected 0.0002337, index {0,5,50,0}, rel error 418, abs error 0.0977 actual 0.1191, expected 0.0003586, index {5,0,66,0}, rel error 331, abs error 0.119 actual 0.1953, expected 0.001373, index {2,0,86,0}, rel error 142, abs error 0.194 actual 0.3809, expected -0.00412, index {4,5,110,0}, rel error 93.4, abs error 0.385 actual 0.167, expected 0.001793, index {5,5,127,0}, rel error 92.1, abs error 0.165 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 1 ( 0.0215%), mismatches 1 0.001 <= x < 0.01 : 54 ( 1.1628%), mismatches 51 0.01 <= x < 0.1 : 806 ( 17.3557%), mismatches 736 0.1 <= x < 1 : 3783 ( 81.4599%), mismatches 3515 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4303 (92.6572%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4303 (100.0000%) >= 0.001 : 4303 (100.0000%) >= 0.01 : 4303 (100.0000%) >= 0.1 : 3918 (91.0528%) >= 1 : 642 (14.9198%) Elements exceeding rel error bound 0.01: 4575 (98.5142%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4575 (100.0000%) >= 0.001 : 4569 (99.8689%) >= 0.01 : 4303 (94.0546%) >= 0.1 : 1670 (36.5027%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 3C-D2 AA-AA 00-00 C0-87 3C-D2 AA-AA 00-00 C0-87 3C-D2 AA-AA 00-00 D0-DA 3F-D2 AA-AA 00-00 F0-DA 3F-D2 AA-AA 00-00 ... 60-A5 3F-D2 AA-AA 00-00 60-A5 3F-D2 AA-AA 00-00 00-A6 3F-D2 AA-AA 00-00 20-A6 3F-D2 AA-AA 00-00 20-A6 3F-D2 AA-AA 00-00 00-7B 3C-D2 AA-AA 00-00 20-7B 3C-D2 AA-AA 00-00 20-7B 3C-D2 AA-AA 00-00>, true) (413 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (413 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_0_3_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (775 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (775 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1190 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_0_3_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 3C-D2 AA-AA 00-00 C0-87 3C-D2 AA-AA 00-00 C0-87 3C-D2 AA-AA 00-00 D0-DA 3F-D2 AA-AA 00-00 F0-DA 3F-D2 AA-AA 00-00 ... 60-A5 3F-D2 AA-AA 00-00 60-A5 3F-D2 AA-AA 00-00 00-A6 3F-D2 AA-AA 00-00 20-A6 3F-D2 AA-AA 00-00 20-A6 3F-D2 AA-AA 00-00 00-7B 3C-D2 AA-AA 00-00 20-7B 3C-D2 AA-AA 00-00 20-7B 3C-D2 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 36 of 40): Note: This is test shard 36 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:41.502970: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } 2023-01-25 03:38:41.503250: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } } 2023-01-25 03:38:41.503276: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:41.503989: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617921503297-expected.{pb,txt} 2023-01-25 03:38:41.504438: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617921504016-actual.{pb,txt} 2023-01-25 03:38:41.504831: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617921504460-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.225933149, expected 0.0386985391, index {0,1,0,0}, rel error 4.84, abs error 0.187 actual 0.298308581, expected 0.124464102, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.163570538, expected 0.0804624036, index {0,3,0,0}, rel error 1.03, abs error 0.0831 actual 0.191447765, expected 0.106066473, index {3,3,1,0}, rel error 0.805, abs error 0.0854 actual 0.169671282, expected 0.0946578979, index {0,3,1,0}, rel error 0.792, abs error 0.075 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A FC-02 AB-AA 00-00 90-3A FC-02 AB-AA 00-00 90-3A FC-02 AB-AA 00-00 A0-3A FC-02 AB-AA 00-00 C0-3A FC-02 AB-AA 00-00 ... C0-E3 FA-02 AB-AA 00-00 C0-E3 FA-02 AB-AA 00-00 D0-B4 FA-02 AB-AA 00-00 F0-B4 FA-02 AB-AA 00-00 F0-B4 FA-02 AB-AA 00-00 00-DF F7-02 AB-AA 00-00 20-DF F7-02 AB-AA 00-00 20-DF F7-02 AB-AA 00-00>, false) (248 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (248 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (223 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (223 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (473 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A FC-02 AB-AA 00-00 90-3A FC-02 AB-AA 00-00 90-3A FC-02 AB-AA 00-00 A0-3A FC-02 AB-AA 00-00 C0-3A FC-02 AB-AA 00-00 ... C0-E3 FA-02 AB-AA 00-00 C0-E3 FA-02 AB-AA 00-00 D0-B4 FA-02 AB-AA 00-00 F0-B4 FA-02 AB-AA 00-00 F0-B4 FA-02 AB-AA 00-00 00-DF F7-02 AB-AA 00-00 20-DF F7-02 AB-AA 00-00 20-DF F7-02 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 36 of 40): Note: This is test shard 36 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:50.155723: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } 2023-01-25 03:38:50.155914: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } } 2023-01-25 03:38:50.155933: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:50.156368: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617930155952-expected.{pb,txt} 2023-01-25 03:38:50.156690: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617930156390-actual.{pb,txt} 2023-01-25 03:38:50.156976: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617930156706-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.225933149, expected 0.0386985391, index {0,1,0,0}, rel error 4.84, abs error 0.187 actual 0.298308581, expected 0.124464102, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.163570538, expected 0.0804624036, index {0,3,0,0}, rel error 1.03, abs error 0.0831 actual 0.191447765, expected 0.106066473, index {3,3,1,0}, rel error 0.805, abs error 0.0854 actual 0.169671282, expected 0.0946578979, index {0,3,1,0}, rel error 0.792, abs error 0.075 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A 1D-FB AA-AA 00-00 90-3A 1D-FB AA-AA 00-00 90-3A 1D-FB AA-AA 00-00 A0-3A 1D-FB AA-AA 00-00 C0-3A 1D-FB AA-AA 00-00 ... 50-ED 1B-FB AA-AA 00-00 50-ED 1B-FB AA-AA 00-00 50-B0 1B-FB AA-AA 00-00 70-B0 1B-FB AA-AA 00-00 70-B0 1B-FB AA-AA 00-00 00-DF 18-FB AA-AA 00-00 20-DF 18-FB AA-AA 00-00 20-DF 18-FB AA-AA 00-00>, false) (261 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (261 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (282 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (282 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (544 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A 1D-FB AA-AA 00-00 90-3A 1D-FB AA-AA 00-00 90-3A 1D-FB AA-AA 00-00 A0-3A 1D-FB AA-AA 00-00 C0-3A 1D-FB AA-AA 00-00 ... 50-ED 1B-FB AA-AA 00-00 50-ED 1B-FB AA-AA 00-00 50-B0 1B-FB AA-AA 00-00 70-B0 1B-FB AA-AA 00-00 70-B0 1B-FB AA-AA 00-00 00-DF 18-FB AA-AA 00-00 20-DF 18-FB AA-AA 00-00 20-DF 18-FB AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 36 of 40): Note: This is test shard 36 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1 2023-01-25 03:38:57.899347: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } 2023-01-25 03:38:57.899512: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,2,1] f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } } 2023-01-25 03:38:57.899529: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:57.899936: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617937899546-expected.{pb,txt} 2023-01-25 03:38:57.900237: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617937899952-actual.{pb,txt} 2023-01-25 03:38:57.900510: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.outputs/tempfile-1674617937900252-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 28 (87.5000%) in shape f32[4,4,2,1] (32 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.225933149, expected 0.0386985391, index {0,1,0,0}, rel error 4.84, abs error 0.187 actual 0.298308581, expected 0.124464102, index {3,2,1,0}, rel error 1.4, abs error 0.174 actual 0.163570538, expected 0.0804624036, index {0,3,0,0}, rel error 1.03, abs error 0.0831 actual 0.191447765, expected 0.106066473, index {3,3,1,0}, rel error 0.805, abs error 0.0854 actual 0.169671282, expected 0.0946578979, index {0,3,1,0}, rel error 0.792, abs error 0.075 Expected literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.128751621}, {0.223694399} }, { /*i1=1*/ {0.0386985391}, {0.209078968} }, { /*i1=2*/ {0.174912617}, {0.424124628} }, { /*i1=3*/ {0.0804624}, {0.0946579} } }, { /*i0=1*/ { /*i1=0*/ {0.333922446}, {0.252823} }, { /*i1=1*/ {0.369365633}, {0.327930629} }, { /*i1=2*/ {0.214012951}, {0.240675539} }, { /*i1=3*/ {0.141323492}, {0.159226656} } }, { /*i0=2*/ { /*i1=0*/ {0.337501496}, {0.16074726} }, { /*i1=1*/ {0.489406347}, {0.245077923} }, { /*i1=2*/ {0.363090903}, {0.364036351} }, { /*i1=3*/ {0.278794318}, {0.30024302} } }, { /*i0=3*/ { /*i1=0*/ {0.212391093}, {0.173442543} }, { /*i1=1*/ {0.337072283}, {0.187769204} }, { /*i1=2*/ {0.226625934}, {0.124464102} }, { /*i1=3*/ {0.100735642}, {0.106066473} } } } Actual literal: f32[4,4,2,1] { { /*i0=0*/ { /*i1=0*/ {0.0530256331}, {0.277122438} }, { /*i1=1*/ {0.225933149}, {0.208632082} }, { /*i1=2*/ {0.118426226}, {0.287191451} }, { /*i1=3*/ {0.163570538}, {0.169671282} } }, { /*i0=1*/ { /*i1=0*/ {0.166116551}, {0.365042597} }, { /*i1=1*/ {0.334867626}, {0.453778297} }, { /*i1=2*/ {0.207749844}, {0.208892241} }, { /*i1=3*/ {0.157868281}, {0.115748897} } }, { /*i0=2*/ { /*i1=0*/ {0.292316258}, {0.184135556} }, { /*i1=1*/ {0.361588508}, {0.27051872} }, { /*i1=2*/ {0.338926613}, {0.371493131} }, { /*i1=3*/ {0.27082029}, {0.172219396} } }, { /*i0=3*/ { /*i1=0*/ {0.184898362}, {0.145636275} }, { /*i1=1*/ {0.260598958}, {0.224467203} }, { /*i1=2*/ {0.243326455}, {0.298308581} }, { /*i1=3*/ {0.0837674662}, {0.191447765} } } }) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A 42-11 AB-AA 00-00 90-3A 42-11 AB-AA 00-00 90-3A 42-11 AB-AA 00-00 A0-3A 42-11 AB-AA 00-00 C0-3A 42-11 AB-AA 00-00 ... 40-F3 40-11 AB-AA 00-00 40-F3 40-11 AB-AA 00-00 30-E4 40-11 AB-AA 00-00 50-E4 40-11 AB-AA 00-00 50-E4 40-11 AB-AA 00-00 00-DF 3D-11 AB-AA 00-00 20-DF 3D-11 AB-AA 00-00 20-DF 3D-11 AB-AA 00-00>, false) (529 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (529 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x6_activation_layout_3_0_1_2_output_dims_4x4x6x1f32_output_layout_2_3_0_1 (250 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (250 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (779 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x4x4x2_kernel_dims_16x3x3x2_activation_layout_3_0_1_2_output_dims_4x4x2x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 70-3A 42-11 AB-AA 00-00 90-3A 42-11 AB-AA 00-00 90-3A 42-11 AB-AA 00-00 A0-3A 42-11 AB-AA 00-00 C0-3A 42-11 AB-AA 00-00 ... 40-F3 40-11 AB-AA 00-00 40-F3 40-11 AB-AA 00-00 30-E4 40-11 AB-AA 00-00 50-E4 40-11 AB-AA 00-00 50-E4 40-11 AB-AA 00-00 00-DF 3D-11 AB-AA 00-00 20-DF 3D-11 AB-AA 00-00 20-DF 3D-11 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 33 of 40): Note: This is test shard 33 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:38.710619: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.710741: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.710755: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.714536: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617918710774-expected.{pb,txt} 2023-01-25 03:38:38.717889: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617918714564-actual.{pb,txt} 2023-01-25 03:38:38.720141: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617918717919-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4295 (92.4849%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1299, expected -0.0002842, index {4,0,58,0}, rel error 457, abs error 0.13 actual 0.3125, expected -0.00296, index {5,2,103,0}, rel error 107, abs error 0.316 actual 0.2432, expected 0.002609, index {5,1,80,0}, rel error 92.1, abs error 0.24 actual 0.2207, expected 0.002411, index {2,0,111,0}, rel error 90.7, abs error 0.219 actual 0.1011, expected -0.001556, index {0,5,80,0}, rel error 65.9, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 8 ( 0.1723%), mismatches 7 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 685 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3558 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4295 (92.4849%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4295 (100.0000%) >= 0.001 : 4295 (100.0000%) >= 0.01 : 4295 (100.0000%) >= 0.1 : 3931 (91.5250%) >= 1 : 622 (14.4820%) Elements exceeding rel error bound 0.01: 4570 (98.4065%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4570 (100.0000%) >= 0.001 : 4564 (99.8687%) >= 0.01 : 4295 (93.9825%) >= 0.1 : 1608 (35.1860%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 A2-EB AA-AA 00-00 00-51 A2-EB AA-AA 00-00 00-51 A2-EB AA-AA 00-00 C0-C7 A3-EB AA-AA 00-00 E0-C7 A3-EB AA-AA 00-00 ... D0-BF A6-EB AA-AA 00-00 D0-BF A6-EB AA-AA 00-00 C0-AF A6-EB AA-AA 00-00 E0-AF A6-EB AA-AA 00-00 E0-AF A6-EB AA-AA 00-00 A0-87 A3-EB AA-AA 00-00 C0-87 A3-EB AA-AA 00-00 C0-87 A3-EB AA-AA 00-00>, true) (697 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (697 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (940 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (940 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1638 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 A2-EB AA-AA 00-00 00-51 A2-EB AA-AA 00-00 00-51 A2-EB AA-AA 00-00 C0-C7 A3-EB AA-AA 00-00 E0-C7 A3-EB AA-AA 00-00 ... D0-BF A6-EB AA-AA 00-00 D0-BF A6-EB AA-AA 00-00 C0-AF A6-EB AA-AA 00-00 E0-AF A6-EB AA-AA 00-00 E0-AF A6-EB AA-AA 00-00 A0-87 A3-EB AA-AA 00-00 C0-87 A3-EB AA-AA 00-00 C0-87 A3-EB AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 33 of 40): Note: This is test shard 33 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:48.801680: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.801800: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:48.801814: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:48.805521: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617928801832-expected.{pb,txt} 2023-01-25 03:38:48.808808: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617928805548-actual.{pb,txt} 2023-01-25 03:38:48.810912: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617928808839-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4295 (92.4849%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1299, expected -0.0002842, index {4,0,58,0}, rel error 457, abs error 0.13 actual 0.3125, expected -0.00296, index {5,2,103,0}, rel error 107, abs error 0.316 actual 0.2432, expected 0.002609, index {5,1,80,0}, rel error 92.1, abs error 0.24 actual 0.2207, expected 0.002411, index {2,0,111,0}, rel error 90.7, abs error 0.219 actual 0.1011, expected -0.001556, index {0,5,80,0}, rel error 65.9, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 8 ( 0.1723%), mismatches 7 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 685 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3558 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4295 (92.4849%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4295 (100.0000%) >= 0.001 : 4295 (100.0000%) >= 0.01 : 4295 (100.0000%) >= 0.1 : 3931 (91.5250%) >= 1 : 622 (14.4820%) Elements exceeding rel error bound 0.01: 4570 (98.4065%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4570 (100.0000%) >= 0.001 : 4564 (99.8687%) >= 0.01 : 4295 (93.9825%) >= 0.1 : 1608 (35.1860%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 38-AF AA-AA 00-00 00-51 38-AF AA-AA 00-00 00-51 38-AF AA-AA 00-00 C0-C7 39-AF AA-AA 00-00 E0-C7 39-AF AA-AA 00-00 ... E0-A9 3C-AF AA-AA 00-00 E0-A9 3C-AF AA-AA 00-00 C0-AF 3C-AF AA-AA 00-00 E0-AF 3C-AF AA-AA 00-00 E0-AF 3C-AF AA-AA 00-00 A0-87 39-AF AA-AA 00-00 C0-87 39-AF AA-AA 00-00 C0-87 39-AF AA-AA 00-00>, true) (856 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (856 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (918 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (918 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1775 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 38-AF AA-AA 00-00 00-51 38-AF AA-AA 00-00 00-51 38-AF AA-AA 00-00 C0-C7 39-AF AA-AA 00-00 E0-C7 39-AF AA-AA 00-00 ... E0-A9 3C-AF AA-AA 00-00 E0-A9 3C-AF AA-AA 00-00 C0-AF 3C-AF AA-AA 00-00 E0-AF 3C-AF AA-AA 00-00 E0-AF 3C-AF AA-AA 00-00 A0-87 39-AF AA-AA 00-00 C0-87 39-AF AA-AA 00-00 C0-87 39-AF AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 33 of 40): Note: This is test shard 33 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:57.510501: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:57.510625: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:57.510639: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:57.514343: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617937510657-expected.{pb,txt} 2023-01-25 03:38:57.517541: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617937514372-actual.{pb,txt} 2023-01-25 03:38:57.519614: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.outputs/tempfile-1674617937517571-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4295 (92.4849%) in shape bf16[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.1299, expected -0.0002842, index {4,0,58,0}, rel error 457, abs error 0.13 actual 0.3125, expected -0.00296, index {5,2,103,0}, rel error 107, abs error 0.316 actual 0.2432, expected 0.002609, index {5,1,80,0}, rel error 92.1, abs error 0.24 actual 0.2207, expected 0.002411, index {2,0,111,0}, rel error 90.7, abs error 0.219 actual 0.1011, expected -0.001556, index {0,5,80,0}, rel error 65.9, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 8 ( 0.1723%), mismatches 7 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 685 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3558 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4295 (92.4849%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4295 (100.0000%) >= 0.001 : 4295 (100.0000%) >= 0.01 : 4295 (100.0000%) >= 0.1 : 3931 (91.5250%) >= 1 : 622 (14.4820%) Elements exceeding rel error bound 0.01: 4570 (98.4065%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4570 (100.0000%) >= 0.001 : 4564 (99.8687%) >= 0.01 : 4295 (93.9825%) >= 0.1 : 1608 (35.1860%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 74-E5 AA-AA 00-00 00-51 74-E5 AA-AA 00-00 00-51 74-E5 AA-AA 00-00 C0-C7 75-E5 AA-AA 00-00 E0-C7 75-E5 AA-AA 00-00 ... A0-A7 78-E5 AA-AA 00-00 A0-A7 78-E5 AA-AA 00-00 90-C1 78-E5 AA-AA 00-00 B0-C1 78-E5 AA-AA 00-00 B0-C1 78-E5 AA-AA 00-00 A0-87 75-E5 AA-AA 00-00 C0-87 75-E5 AA-AA 00-00 C0-87 75-E5 AA-AA 00-00>, true) (631 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (631 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1bf16_output_layout_2_3_0_1 (700 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (700 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1332 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 E0-50 74-E5 AA-AA 00-00 00-51 74-E5 AA-AA 00-00 00-51 74-E5 AA-AA 00-00 C0-C7 75-E5 AA-AA 00-00 E0-C7 75-E5 AA-AA 00-00 ... A0-A7 78-E5 AA-AA 00-00 A0-A7 78-E5 AA-AA 00-00 90-C1 78-E5 AA-AA 00-00 B0-C1 78-E5 AA-AA 00-00 B0-C1 78-E5 AA-AA 00-00 A0-87 75-E5 AA-AA 00-00 C0-87 75-E5 AA-AA 00-00 C0-87 75-E5 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 38 of 40): Note: This is test shard 38 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:42.177908: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.178067: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.178085: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:42.179990: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617922178104-expected.{pb,txt} 2023-01-25 03:38:42.181545: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617922180023-actual.{pb,txt} 2023-01-25 03:38:42.182364: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617922181572-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.0165471584, expected 6.57501805e-05, index {1,3,44,0}, rel error 253, abs error 0.0166 actual 0.0984716117, expected -0.000645761203, index {1,0,60,0}, rel error 153, abs error 0.0991 actual 0.090743497, expected -0.000871523283, index {0,2,33,0}, rel error 105, abs error 0.0916 actual -0.0316852927, expected -0.0003510284, index {3,0,22,0}, rel error 89.3, abs error 0.0313 actual 0.13814494, expected -0.00347796339, index {2,3,45,0}, rel error 40.7, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 59 ( 5.7617%), mismatches 53 0.01 <= x < 0.1 : 587 ( 57.3242%), mismatches 511 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 339 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 885 (97.2527%) >= 1 : 304 (33.4066%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1009 (99.6051%) >= 0.01 : 910 (89.8322%) >= 0.1 : 180 (17.7690%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B 3F-FB AA-AA 00-00 20-7B 3F-FB AA-AA 00-00 20-7B 3F-FB AA-AA 00-00 70-47 44-FB AA-AA 00-00 90-47 44-FB AA-AA 00-00 ... 60-98 41-FB AA-AA 00-00 60-98 41-FB AA-AA 00-00 50-7F 41-FB AA-AA 00-00 70-7F 41-FB AA-AA 00-00 70-7F 41-FB AA-AA 00-00 C0-D8 42-FB AA-AA 00-00 E0-D8 42-FB AA-AA 00-00 E0-D8 42-FB AA-AA 00-00>, false) (369 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (369 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (172 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (173 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (542 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B 3F-FB AA-AA 00-00 20-7B 3F-FB AA-AA 00-00 20-7B 3F-FB AA-AA 00-00 70-47 44-FB AA-AA 00-00 90-47 44-FB AA-AA 00-00 ... 60-98 41-FB AA-AA 00-00 60-98 41-FB AA-AA 00-00 50-7F 41-FB AA-AA 00-00 70-7F 41-FB AA-AA 00-00 70-7F 41-FB AA-AA 00-00 C0-D8 42-FB AA-AA 00-00 E0-D8 42-FB AA-AA 00-00 E0-D8 42-FB AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 38 of 40): Note: This is test shard 38 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:50.626978: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:50.627161: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:50.627175: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:50.628923: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617930627193-expected.{pb,txt} 2023-01-25 03:38:50.630364: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617930628949-actual.{pb,txt} 2023-01-25 03:38:50.631134: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617930630388-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.0165471584, expected 6.57501805e-05, index {1,3,44,0}, rel error 253, abs error 0.0166 actual 0.0984716117, expected -0.000645761203, index {1,0,60,0}, rel error 153, abs error 0.0991 actual 0.090743497, expected -0.000871523283, index {0,2,33,0}, rel error 105, abs error 0.0916 actual -0.0316852927, expected -0.0003510284, index {3,0,22,0}, rel error 89.3, abs error 0.0313 actual 0.13814494, expected -0.00347796339, index {2,3,45,0}, rel error 40.7, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 59 ( 5.7617%), mismatches 53 0.01 <= x < 0.1 : 587 ( 57.3242%), mismatches 511 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 339 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 885 (97.2527%) >= 1 : 304 (33.4066%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1009 (99.6051%) >= 0.01 : 910 (89.8322%) >= 0.1 : 180 (17.7690%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B BD-FE AA-AA 00-00 20-7B BD-FE AA-AA 00-00 20-7B BD-FE AA-AA 00-00 70-47 C2-FE AA-AA 00-00 90-47 C2-FE AA-AA 00-00 ... C0-A4 C0-FE AA-AA 00-00 C0-A4 C0-FE AA-AA 00-00 60-FE C0-FE AA-AA 00-00 80-FE C0-FE AA-AA 00-00 80-FE C0-FE AA-AA 00-00 E0-C8 C0-FE AA-AA 00-00 00-C9 C0-FE AA-AA 00-00 00-C9 C0-FE AA-AA 00-00>, false) (485 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (485 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (265 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (265 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (751 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B BD-FE AA-AA 00-00 20-7B BD-FE AA-AA 00-00 20-7B BD-FE AA-AA 00-00 70-47 C2-FE AA-AA 00-00 90-47 C2-FE AA-AA 00-00 ... C0-A4 C0-FE AA-AA 00-00 C0-A4 C0-FE AA-AA 00-00 60-FE C0-FE AA-AA 00-00 80-FE C0-FE AA-AA 00-00 80-FE C0-FE AA-AA 00-00 E0-C8 C0-FE AA-AA 00-00 00-C9 C0-FE AA-AA 00-00 00-C9 C0-FE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 38 of 40): Note: This is test shard 38 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:58.556059: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:58.556217: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:58.556231: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:58.557833: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617938556249-expected.{pb,txt} 2023-01-25 03:38:58.559185: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617938557861-actual.{pb,txt} 2023-01-25 03:38:58.559890: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.outputs/tempfile-1674617938559208-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.0165471584, expected 6.57501805e-05, index {1,3,44,0}, rel error 253, abs error 0.0166 actual 0.0984716117, expected -0.000645761203, index {1,0,60,0}, rel error 153, abs error 0.0991 actual 0.090743497, expected -0.000871523283, index {0,2,33,0}, rel error 105, abs error 0.0916 actual -0.0316852927, expected -0.0003510284, index {3,0,22,0}, rel error 89.3, abs error 0.0313 actual 0.13814494, expected -0.00347796339, index {2,3,45,0}, rel error 40.7, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 59 ( 5.7617%), mismatches 53 0.01 <= x < 0.1 : 587 ( 57.3242%), mismatches 511 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 339 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 885 (97.2527%) >= 1 : 304 (33.4066%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1009 (99.6051%) >= 0.01 : 910 (89.8322%) >= 0.1 : 180 (17.7690%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B C8-03 AB-AA 00-00 20-7B C8-03 AB-AA 00-00 20-7B C8-03 AB-AA 00-00 70-47 CD-03 AB-AA 00-00 90-47 CD-03 AB-AA 00-00 ... C0-A4 CB-03 AB-AA 00-00 C0-A4 CB-03 AB-AA 00-00 40-99 CA-03 AB-AA 00-00 60-99 CA-03 AB-AA 00-00 60-99 CA-03 AB-AA 00-00 10-A4 CB-03 AB-AA 00-00 30-A4 CB-03 AB-AA 00-00 30-A4 CB-03 AB-AA 00-00>, false) (691 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (691 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (235 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (235 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (927 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 00-7B C8-03 AB-AA 00-00 20-7B C8-03 AB-AA 00-00 20-7B C8-03 AB-AA 00-00 70-47 CD-03 AB-AA 00-00 90-47 CD-03 AB-AA 00-00 ... C0-A4 CB-03 AB-AA 00-00 C0-A4 CB-03 AB-AA 00-00 40-99 CA-03 AB-AA 00-00 60-99 CA-03 AB-AA 00-00 60-99 CA-03 AB-AA 00-00 10-A4 CB-03 AB-AA 00-00 30-A4 CB-03 AB-AA 00-00 30-A4 CB-03 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 32 of 40): Note: This is test shard 32 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:38.009107: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.009323: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:38.009338: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:38.014971: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617918009357-expected.{pb,txt} 2023-01-25 03:38:38.020123: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617918015003-actual.{pb,txt} 2023-01-25 03:38:38.022320: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617918020159-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4305 (92.7003%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.130332202, expected -0.000450264983, index {4,0,58,0}, rel error 290, abs error 0.131 actual 0.31208539, expected -0.00294018677, index {5,2,103,0}, rel error 107, abs error 0.315 actual 0.243218154, expected 0.00253397948, index {5,1,80,0}, rel error 95, abs error 0.241 actual 0.220686406, expected 0.00232655625, index {2,0,111,0}, rel error 93.9, abs error 0.218 actual 0.101299927, expected -0.00152742653, index {0,5,80,0}, rel error 67.3, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0215%), mismatches 1 0.0001 <= x < 0.001 : 7 ( 0.1507%), mismatches 6 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 684 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3569 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4305 (92.7003%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4305 (100.0000%) >= 0.001 : 4305 (100.0000%) >= 0.01 : 4305 (100.0000%) >= 0.1 : 3931 (91.3124%) >= 1 : 616 (14.3089%) Elements exceeding rel error bound 0.01: 4568 (98.3635%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4568 (100.0000%) >= 0.001 : 4566 (99.9562%) >= 0.01 : 4305 (94.2426%) >= 0.1 : 1616 (35.3765%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 6E-EE AA-AA 00-00 A0-7D 6E-EE AA-AA 00-00 A0-7D 6E-EE AA-AA 00-00 E0-64 6E-EE AA-AA 00-00 00-65 6E-EE AA-AA 00-00 ... E0-E4 72-EE AA-AA 00-00 E0-E4 72-EE AA-AA 00-00 A0-A4 72-EE AA-AA 00-00 C0-A4 72-EE AA-AA 00-00 C0-A4 72-EE AA-AA 00-00 30-E4 72-EE AA-AA 00-00 50-E4 72-EE AA-AA 00-00 50-E4 72-EE AA-AA 00-00>, false) (573 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (573 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (660 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (660 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1234 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 6E-EE AA-AA 00-00 A0-7D 6E-EE AA-AA 00-00 A0-7D 6E-EE AA-AA 00-00 E0-64 6E-EE AA-AA 00-00 00-65 6E-EE AA-AA 00-00 ... E0-E4 72-EE AA-AA 00-00 E0-E4 72-EE AA-AA 00-00 A0-A4 72-EE AA-AA 00-00 C0-A4 72-EE AA-AA 00-00 C0-A4 72-EE AA-AA 00-00 30-E4 72-EE AA-AA 00-00 50-E4 72-EE AA-AA 00-00 50-E4 72-EE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 32 of 40): Note: This is test shard 32 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:49.272297: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:49.272474: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:49.272490: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:49.278136: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617929272511-expected.{pb,txt} 2023-01-25 03:38:49.283271: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617929278180-actual.{pb,txt} 2023-01-25 03:38:49.285465: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617929283305-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4305 (92.7003%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.130332202, expected -0.000450264983, index {4,0,58,0}, rel error 290, abs error 0.131 actual 0.31208539, expected -0.00294018677, index {5,2,103,0}, rel error 107, abs error 0.315 actual 0.243218154, expected 0.00253397948, index {5,1,80,0}, rel error 95, abs error 0.241 actual 0.220686406, expected 0.00232655625, index {2,0,111,0}, rel error 93.9, abs error 0.218 actual 0.101299927, expected -0.00152742653, index {0,5,80,0}, rel error 67.3, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0215%), mismatches 1 0.0001 <= x < 0.001 : 7 ( 0.1507%), mismatches 6 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 684 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3569 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4305 (92.7003%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4305 (100.0000%) >= 0.001 : 4305 (100.0000%) >= 0.01 : 4305 (100.0000%) >= 0.1 : 3931 (91.3124%) >= 1 : 616 (14.3089%) Elements exceeding rel error bound 0.01: 4568 (98.3635%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4568 (100.0000%) >= 0.001 : 4566 (99.9562%) >= 0.01 : 4305 (94.2426%) >= 0.1 : 1616 (35.3765%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 4E-DE AA-AA 00-00 A0-7D 4E-DE AA-AA 00-00 A0-7D 4E-DE AA-AA 00-00 E0-64 4E-DE AA-AA 00-00 00-65 4E-DE AA-AA 00-00 ... 30-AE 52-DE AA-AA 00-00 30-AE 52-DE AA-AA 00-00 40-B4 52-DE AA-AA 00-00 60-B4 52-DE AA-AA 00-00 60-B4 52-DE AA-AA 00-00 40-C3 52-DE AA-AA 00-00 60-C3 52-DE AA-AA 00-00 60-C3 52-DE AA-AA 00-00>, false) (967 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (967 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (947 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (947 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1915 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D 4E-DE AA-AA 00-00 A0-7D 4E-DE AA-AA 00-00 A0-7D 4E-DE AA-AA 00-00 E0-64 4E-DE AA-AA 00-00 00-65 4E-DE AA-AA 00-00 ... 30-AE 52-DE AA-AA 00-00 30-AE 52-DE AA-AA 00-00 40-B4 52-DE AA-AA 00-00 60-B4 52-DE AA-AA 00-00 60-B4 52-DE AA-AA 00-00 40-C3 52-DE AA-AA 00-00 60-C3 52-DE AA-AA 00-00 60-C3 52-DE AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 32 of 40): Note: This is test shard 32 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1 2023-01-25 03:38:57.916799: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:57.916922: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[6,6,129,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:57.916935: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:57.922296: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617937916953-expected.{pb,txt} 2023-01-25 03:38:57.927194: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617937922324-actual.{pb,txt} 2023-01-25 03:38:57.929300: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.outputs/tempfile-1674617937927225-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 4305 (92.7003%) in shape f32[6,6,129,1] (4644 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.130332202, expected -0.000450264983, index {4,0,58,0}, rel error 290, abs error 0.131 actual 0.31208539, expected -0.00294018677, index {5,2,103,0}, rel error 107, abs error 0.315 actual 0.243218154, expected 0.00253397948, index {5,1,80,0}, rel error 95, abs error 0.241 actual 0.220686406, expected 0.00232655625, index {2,0,111,0}, rel error 93.9, abs error 0.218 actual 0.101299927, expected -0.00152742653, index {0,5,80,0}, rel error 67.3, abs error 0.103 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0215%), mismatches 1 0.0001 <= x < 0.001 : 7 ( 0.1507%), mismatches 6 0.001 <= x < 0.01 : 48 ( 1.0336%), mismatches 45 0.01 <= x < 0.1 : 743 ( 15.9991%), mismatches 684 0.1 <= x < 1 : 3845 ( 82.7950%), mismatches 3569 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 4305 (92.7003%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4305 (100.0000%) >= 0.001 : 4305 (100.0000%) >= 0.01 : 4305 (100.0000%) >= 0.1 : 3931 (91.3124%) >= 1 : 616 (14.3089%) Elements exceeding rel error bound 0.01: 4568 (98.3635%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 4568 (100.0000%) >= 0.001 : 4566 (99.9562%) >= 0.01 : 4305 (94.2426%) >= 0.1 : 1616 (35.3765%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D C7-05 AB-AA 00-00 A0-7D C7-05 AB-AA 00-00 A0-7D C7-05 AB-AA 00-00 E0-64 C7-05 AB-AA 00-00 00-65 C7-05 AB-AA 00-00 ... 30-92 CA-05 AB-AA 00-00 30-92 CA-05 AB-AA 00-00 00-B2 CB-05 AB-AA 00-00 20-B2 CB-05 AB-AA 00-00 20-B2 CB-05 AB-AA 00-00 90-A6 CB-05 AB-AA 00-00 B0-A6 CB-05 AB-AA 00-00 B0-A6 CB-05 AB-AA 00-00>, false) (663 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (663 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x258_activation_layout_3_0_1_2_output_dims_6x6x258x1f32_output_layout_2_3_0_1 (828 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (829 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (1493 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_32x5x5x129_kernel_dims_32x2x2x129_activation_layout_3_0_1_2_output_dims_6x6x129x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <81-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 80-7D C7-05 AB-AA 00-00 A0-7D C7-05 AB-AA 00-00 A0-7D C7-05 AB-AA 00-00 E0-64 C7-05 AB-AA 00-00 00-65 C7-05 AB-AA 00-00 ... 30-92 CA-05 AB-AA 00-00 30-92 CA-05 AB-AA 00-00 00-B2 CB-05 AB-AA 00-00 20-B2 CB-05 AB-AA 00-00 20-B2 CB-05 AB-AA 00-00 90-A6 CB-05 AB-AA 00-00 B0-A6 CB-05 AB-AA 00-00 B0-A6 CB-05 AB-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 39 of 40): Note: This is test shard 39 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:42.163838: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.164043: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:42.164059: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:42.165511: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617922164083-expected.{pb,txt} 2023-01-25 03:38:42.166655: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617922165545-actual.{pb,txt} 2023-01-25 03:38:42.167443: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617922166685-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.01648, expected -7.629e-06, index {1,3,44,0}, rel error 2.16e+03, abs error 0.0165 actual 0.09863, expected -0.0006599, index {1,0,60,0}, rel error 150, abs error 0.0991 actual 0.09082, expected -0.0009613, index {0,2,33,0}, rel error 95.5, abs error 0.0918 actual -0.03174, expected -0.0003529, index {3,0,22,0}, rel error 89.3, abs error 0.0315 actual 0.1377, expected -0.00354, index {2,3,45,0}, rel error 40, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 57 ( 5.5664%), mismatches 51 0.01 <= x < 0.1 : 589 ( 57.5195%), mismatches 515 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 337 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 888 (97.5824%) >= 1 : 309 (33.9560%) Elements exceeding rel error bound 0.01: 1014 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1014 (100.0000%) >= 0.001 : 1008 (99.4083%) >= 0.01 : 910 (89.7436%) >= 0.1 : 180 (17.7515%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 9E-C3 AA-AA 00-00 E0-C7 9E-C3 AA-AA 00-00 E0-C7 9E-C3 AA-AA 00-00 40-89 9D-C3 AA-AA 00-00 60-89 9D-C3 AA-AA 00-00 ... 20-04 A2-C3 AA-AA 00-00 20-04 A2-C3 AA-AA 00-00 E0-50 9D-C3 AA-AA 00-00 00-51 9D-C3 AA-AA 00-00 00-51 9D-C3 AA-AA 00-00 A0-6B 9D-C3 AA-AA 00-00 C0-6B 9D-C3 AA-AA 00-00 C0-6B 9D-C3 AA-AA 00-00>, true) (265 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (265 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (199 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (199 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (465 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 9E-C3 AA-AA 00-00 E0-C7 9E-C3 AA-AA 00-00 E0-C7 9E-C3 AA-AA 00-00 40-89 9D-C3 AA-AA 00-00 60-89 9D-C3 AA-AA 00-00 ... 20-04 A2-C3 AA-AA 00-00 20-04 A2-C3 AA-AA 00-00 E0-50 9D-C3 AA-AA 00-00 00-51 9D-C3 AA-AA 00-00 00-51 9D-C3 AA-AA 00-00 A0-6B 9D-C3 AA-AA 00-00 C0-6B 9D-C3 AA-AA 00-00 C0-6B 9D-C3 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 39 of 40): Note: This is test shard 39 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:51.321592: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:51.321721: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:51.321737: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:51.322998: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617931321757-expected.{pb,txt} 2023-01-25 03:38:51.324049: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617931323027-actual.{pb,txt} 2023-01-25 03:38:51.324798: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617931324072-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.01648, expected -7.629e-06, index {1,3,44,0}, rel error 2.16e+03, abs error 0.0165 actual 0.09863, expected -0.0006599, index {1,0,60,0}, rel error 150, abs error 0.0991 actual 0.09082, expected -0.0009613, index {0,2,33,0}, rel error 95.5, abs error 0.0918 actual -0.03174, expected -0.0003529, index {3,0,22,0}, rel error 89.3, abs error 0.0315 actual 0.1377, expected -0.00354, index {2,3,45,0}, rel error 40, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 57 ( 5.5664%), mismatches 51 0.01 <= x < 0.1 : 589 ( 57.5195%), mismatches 515 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 337 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 888 (97.5824%) >= 1 : 309 (33.9560%) Elements exceeding rel error bound 0.01: 1014 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1014 (100.0000%) >= 0.001 : 1008 (99.4083%) >= 0.01 : 910 (89.7436%) >= 0.1 : 180 (17.7515%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 55-E8 AA-AA 00-00 E0-C7 55-E8 AA-AA 00-00 E0-C7 55-E8 AA-AA 00-00 40-89 54-E8 AA-AA 00-00 60-89 54-E8 AA-AA 00-00 ... 20-04 59-E8 AA-AA 00-00 20-04 59-E8 AA-AA 00-00 E0-50 54-E8 AA-AA 00-00 00-51 54-E8 AA-AA 00-00 00-51 54-E8 AA-AA 00-00 A0-6B 54-E8 AA-AA 00-00 C0-6B 54-E8 AA-AA 00-00 C0-6B 54-E8 AA-AA 00-00>, true) (511 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (511 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (252 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (252 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (764 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 55-E8 AA-AA 00-00 E0-C7 55-E8 AA-AA 00-00 E0-C7 55-E8 AA-AA 00-00 40-89 54-E8 AA-AA 00-00 60-89 54-E8 AA-AA 00-00 ... 20-04 59-E8 AA-AA 00-00 20-04 59-E8 AA-AA 00-00 E0-50 54-E8 AA-AA 00-00 00-51 54-E8 AA-AA 00-00 00-51 54-E8 AA-AA 00-00 A0-6B 54-E8 AA-AA 00-00 C0-6B 54-E8 AA-AA 00-00 C0-6B 54-E8 AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 39 of 40): Note: This is test shard 39 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1 2023-01-25 03:38:59.104179: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:59.104314: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: bf16[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:59.104329: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:59.105501: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617939104349-expected.{pb,txt} 2023-01-25 03:38:59.106520: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617939105524-actual.{pb,txt} 2023-01-25 03:38:59.107207: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.outputs/tempfile-1674617939106541-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 910 (88.8672%) in shape bf16[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual -0.01648, expected -7.629e-06, index {1,3,44,0}, rel error 2.16e+03, abs error 0.0165 actual 0.09863, expected -0.0006599, index {1,0,60,0}, rel error 150, abs error 0.0991 actual 0.09082, expected -0.0009613, index {0,2,33,0}, rel error 95.5, abs error 0.0918 actual -0.03174, expected -0.0003529, index {3,0,22,0}, rel error 89.3, abs error 0.0315 actual 0.1377, expected -0.00354, index {2,3,45,0}, rel error 40, abs error 0.142 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 1 ( 0.0977%), mismatches 1 0.0001 <= x < 0.001 : 6 ( 0.5859%), mismatches 6 0.001 <= x < 0.01 : 57 ( 5.5664%), mismatches 51 0.01 <= x < 0.1 : 589 ( 57.5195%), mismatches 515 0.1 <= x < 1 : 371 ( 36.2305%), mismatches 337 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 910 (88.8672%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 910 (100.0000%) >= 0.001 : 910 (100.0000%) >= 0.01 : 910 (100.0000%) >= 0.1 : 888 (97.5824%) >= 1 : 309 (33.9560%) Elements exceeding rel error bound 0.01: 1014 (99.0234%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1014 (100.0000%) >= 0.001 : 1008 (99.4083%) >= 0.01 : 910 (89.7436%) >= 0.1 : 180 (17.7515%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 C8-FD AA-AA 00-00 E0-C7 C8-FD AA-AA 00-00 E0-C7 C8-FD AA-AA 00-00 40-89 C7-FD AA-AA 00-00 60-89 C7-FD AA-AA 00-00 ... 20-04 CC-FD AA-AA 00-00 20-04 CC-FD AA-AA 00-00 E0-50 C7-FD AA-AA 00-00 00-51 C7-FD AA-AA 00-00 00-51 C7-FD AA-AA 00-00 A0-6B C7-FD AA-AA 00-00 C0-6B C7-FD AA-AA 00-00 C0-6B C7-FD AA-AA 00-00>, true) (469 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (469 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_0_3_1_2_output_dims_4x4x128x1bf16_output_layout_2_3_0_1 (209 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (210 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (679 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_0_3_1_2_output_dims_4x4x64x1bf16_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 C0-C7 C8-FD AA-AA 00-00 E0-C7 C8-FD AA-AA 00-00 E0-C7 C8-FD AA-AA 00-00 40-89 C7-FD AA-AA 00-00 60-89 C7-FD AA-AA 00-00 ... 20-04 CC-FD AA-AA 00-00 20-04 CC-FD AA-AA 00-00 E0-50 C7-FD AA-AA 00-00 00-51 C7-FD AA-AA 00-00 00-51 C7-FD AA-AA 00-00 A0-6B C7-FD AA-AA 00-00 C0-6B C7-FD AA-AA 00-00 C0-6B C7-FD AA-AA 00-00>, true) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 40 of 40): Note: This is test shard 40 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:43.577306: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:43.577503: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:43.577517: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:43.579333: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617923577539-expected.{pb,txt} 2023-01-25 03:38:43.580919: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617923579361-actual.{pb,txt} 2023-01-25 03:38:43.581752: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617923580946-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 900 (87.8906%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.182055399, expected 0.000770120241, index {1,0,20,0}, rel error 235, abs error 0.181 actual 0.0965949148, expected -0.000464432465, index {0,1,40,0}, rel error 209, abs error 0.0971 actual 0.0880379081, expected 0.000523986819, index {0,3,41,0}, rel error 167, abs error 0.0875 actual 0.0785101429, expected 0.000604724512, index {3,2,45,0}, rel error 129, abs error 0.0779 actual 0.168104172, expected -0.00184545026, index {0,2,39,0}, rel error 92.1, abs error 0.17 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 4 ( 0.3906%), mismatches 3 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 564 ( 55.0781%), mismatches 489 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 900 (87.8906%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 900 (100.0000%) >= 0.001 : 900 (100.0000%) >= 0.01 : 900 (100.0000%) >= 0.1 : 883 (98.1111%) >= 1 : 307 (34.1111%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1005 (99.2103%) >= 0.01 : 900 (88.8450%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 75-E4 AA-AA 00-00 C0-87 75-E4 AA-AA 00-00 C0-87 75-E4 AA-AA 00-00 70-55 7A-E4 AA-AA 00-00 90-55 7A-E4 AA-AA 00-00 ... F0-FD 78-E4 AA-AA 00-00 F0-FD 78-E4 AA-AA 00-00 C0-8F 77-E4 AA-AA 00-00 E0-8F 77-E4 AA-AA 00-00 E0-8F 77-E4 AA-AA 00-00 C0-D8 78-E4 AA-AA 00-00 E0-D8 78-E4 AA-AA 00-00 E0-D8 78-E4 AA-AA 00-00>, false) (400 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (400 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (249 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (250 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (651 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 75-E4 AA-AA 00-00 C0-87 75-E4 AA-AA 00-00 C0-87 75-E4 AA-AA 00-00 70-55 7A-E4 AA-AA 00-00 90-55 7A-E4 AA-AA 00-00 ... F0-FD 78-E4 AA-AA 00-00 F0-FD 78-E4 AA-AA 00-00 C0-8F 77-E4 AA-AA 00-00 E0-8F 77-E4 AA-AA 00-00 E0-8F 77-E4 AA-AA 00-00 C0-D8 78-E4 AA-AA 00-00 E0-D8 78-E4 AA-AA 00-00 E0-D8 78-E4 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 40 of 40): Note: This is test shard 40 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:52.165848: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:52.165997: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:52.166011: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:52.167773: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617932166028-expected.{pb,txt} 2023-01-25 03:38:52.169167: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617932167806-actual.{pb,txt} 2023-01-25 03:38:52.169890: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617932169191-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 900 (87.8906%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.182055399, expected 0.000770120241, index {1,0,20,0}, rel error 235, abs error 0.181 actual 0.0965949148, expected -0.000464432465, index {0,1,40,0}, rel error 209, abs error 0.0971 actual 0.0880379081, expected 0.000523986819, index {0,3,41,0}, rel error 167, abs error 0.0875 actual 0.0785101429, expected 0.000604724512, index {3,2,45,0}, rel error 129, abs error 0.0779 actual 0.168104172, expected -0.00184545026, index {0,2,39,0}, rel error 92.1, abs error 0.17 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 4 ( 0.3906%), mismatches 3 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 564 ( 55.0781%), mismatches 489 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 900 (87.8906%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 900 (100.0000%) >= 0.001 : 900 (100.0000%) >= 0.01 : 900 (100.0000%) >= 0.1 : 883 (98.1111%) >= 1 : 307 (34.1111%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1005 (99.2103%) >= 0.01 : 900 (88.8450%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 40-E2 AA-AA 00-00 C0-87 40-E2 AA-AA 00-00 C0-87 40-E2 AA-AA 00-00 70-55 45-E2 AA-AA 00-00 90-55 45-E2 AA-AA 00-00 ... 30-C6 43-E2 AA-AA 00-00 30-C6 43-E2 AA-AA 00-00 F0-1C 44-E2 AA-AA 00-00 10-1D 44-E2 AA-AA 00-00 10-1D 44-E2 AA-AA 00-00 B0-F0 43-E2 AA-AA 00-00 D0-F0 43-E2 AA-AA 00-00 D0-F0 43-E2 AA-AA 00-00>, false) (417 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (417 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (136 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (136 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (554 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 40-E2 AA-AA 00-00 C0-87 40-E2 AA-AA 00-00 C0-87 40-E2 AA-AA 00-00 70-55 45-E2 AA-AA 00-00 90-55 45-E2 AA-AA 00-00 ... 30-C6 43-E2 AA-AA 00-00 30-C6 43-E2 AA-AA 00-00 F0-1C 44-E2 AA-AA 00-00 10-1D 44-E2 AA-AA 00-00 10-1D 44-E2 AA-AA 00-00 B0-F0 43-E2 AA-AA 00-00 D0-F0 43-E2 AA-AA 00-00 D0-F0 43-E2 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu (shard 40 of 40): Note: This is test shard 40 of 40. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1 2023-01-25 03:38:59.842536: I tensorflow/compiler/xla/tests/literal_test_util.cc:55] expected: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:59.842670: I tensorflow/compiler/xla/tests/literal_test_util.cc:57] actual: f32[4,4,64,1] [TRUNCATED, Literal with more than 1000 values] 2023-01-25 03:38:59.842685: I tensorflow/compiler/xla/tests/literal_test_util.cc:59] Dumping literals to temp files... 2023-01-25 03:38:59.844336: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to expected file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617939842702-expected.{pb,txt} 2023-01-25 03:38:59.845733: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to actual file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617939844366-actual.{pb,txt} 2023-01-25 03:38:59.846462: E tensorflow/compiler/xla/tests/literal_test_util.cc:45] wrote Literal to mismatches file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.outputs/tempfile-1674617939845757-mismatches.{pb,txt} tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test.cc:183: Failure Value of: RunAndCompare(hlo_text, ErrorSpec{0.01, 0.01}) Actual: false ( Mismatch count 900 (87.8906%) in shape f32[4,4,64,1] (1024 elements), abs bound 0.01, rel bound 0.01 Top relative error mismatches: actual 0.182055399, expected 0.000770120241, index {1,0,20,0}, rel error 235, abs error 0.181 actual 0.0965949148, expected -0.000464432465, index {0,1,40,0}, rel error 209, abs error 0.0971 actual 0.0880379081, expected 0.000523986819, index {0,3,41,0}, rel error 167, abs error 0.0875 actual 0.0785101429, expected 0.000604724512, index {3,2,45,0}, rel error 129, abs error 0.0779 actual 0.168104172, expected -0.00184545026, index {0,2,39,0}, rel error 92.1, abs error 0.17 Absolute magnitude breakdown of actual values: 0 <= x < 0.0001 : 0 ( 0.0000%) 0.0001 <= x < 0.001 : 4 ( 0.3906%), mismatches 3 0.001 <= x < 0.01 : 69 ( 6.7383%), mismatches 58 0.01 <= x < 0.1 : 564 ( 55.0781%), mismatches 489 0.1 <= x < 1 : 387 ( 37.7930%), mismatches 350 1 <= x < inf : 0 ( 0.0000%) Elements exceeding abs error bound 0.01: 900 (87.8906%) Relative error breakdown of elements exceeding abs error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 900 (100.0000%) >= 0.001 : 900 (100.0000%) >= 0.01 : 900 (100.0000%) >= 0.1 : 883 (98.1111%) >= 1 : 307 (34.1111%) Elements exceeding rel error bound 0.01: 1013 (98.9258%) Absolute error breakdown of elements exceeding rel error bound: < 0.0001 : 0 (0.0000%) >= 0.0001 : 1013 (100.0000%) >= 0.001 : 1005 (99.2103%) >= 0.01 : 900 (88.8450%) >= 0.1 : 168 (16.5844%) >= 1 : 0 (0.0000%) Expected literal: [TRUNCATED, Literal with more than 1000 values] Actual literal: [TRUNCATED, Literal with more than 1000 values]) Expected: true [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 76-E7 AA-AA 00-00 C0-87 76-E7 AA-AA 00-00 C0-87 76-E7 AA-AA 00-00 70-55 7B-E7 AA-AA 00-00 90-55 7B-E7 AA-AA 00-00 ... E0-7C 78-E7 AA-AA 00-00 E0-7C 78-E7 AA-AA 00-00 F0-6C 7A-E7 AA-AA 00-00 10-6D 7A-E7 AA-AA 00-00 10-6D 7A-E7 AA-AA 00-00 60-A9 79-E7 AA-AA 00-00 80-A9 79-E7 AA-AA 00-00 80-A9 79-E7 AA-AA 00-00>, false) (557 ms) [----------] 1 test from BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest (557 ms total) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest [ RUN ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 [ OK ] BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x128_activation_layout_3_0_1_2_output_dims_4x4x128x1f32_output_layout_2_3_0_1 (238 ms) [----------] 1 test from BatchGroupedConvolution2DDepthMultiplierTestWithRandomIndices/BatchGroupedConvolution2DTest (238 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test suites ran. (796 ms total) [ PASSED ] 1 test. [ FAILED ] 1 test, listed below: [ FAILED ] BatchGroupedConvolution2DTestWithRandomIndices/BatchGroupedConvolution2DTest.DoIt/activation_dims_16x3x3x64_kernel_dims_16x2x2x64_activation_layout_3_0_1_2_output_dims_4x4x64x1f32_output_layout_2_3_0_1, where GetParam() = (144-byte object <40-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 A0-87 76-E7 AA-AA 00-00 C0-87 76-E7 AA-AA 00-00 C0-87 76-E7 AA-AA 00-00 70-55 7B-E7 AA-AA 00-00 90-55 7B-E7 AA-AA 00-00 ... E0-7C 78-E7 AA-AA 00-00 E0-7C 78-E7 AA-AA 00-00 F0-6C 7A-E7 AA-AA 00-00 10-6D 7A-E7 AA-AA 00-00 10-6D 7A-E7 AA-AA 00-00 60-A9 79-E7 AA-AA 00-00 80-A9 79-E7 AA-AA 00-00 80-A9 79-E7 AA-AA 00-00>, false) 1 FAILED TEST ================================================================================ ==================== Test output for //tensorflow/tools/api/tests:api_compatibility_test: 2023-01-25 03:42:08.934767: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:42:08.989430: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibility INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s I0125 03:42:19.837217 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibility [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s I0125 03:42:19.874911 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s I0125 03:42:19.887879 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessage INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s I0125 03:42:19.981365 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s [ FAILED ] ApiCompatibilityTest.testNoSubclassOfMessage [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV1 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. W0125 03:42:19.997830 281472828666720 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.33s I0125 03:42:20.312291 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.33s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV1 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.32s I0125 03:42:20.630540 281472828666720 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.32s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV2 [ RUN ] ApiCompatibilityTest.test_session [ SKIPPED ] ApiCompatibilityTest.test_session ====================================================================== ERROR: testAPIBackwardsCompatibility (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibility ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 440, in testAPIBackwardsCompatibility self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV1 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 457, in testAPIBackwardsCompatibilityV1 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV2 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 479, in testAPIBackwardsCompatibilityV2 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testNoSubclassOfMessage (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testNoSubclassOfMessage ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 335, in testNoSubclassOfMessage traverse.traverse(tf, visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 57, in _traverse_internal if tf_inspect.ismodule( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py", line 454, in ismodule return _inspect.ismodule(tf_decorator.unwrap(object)[1]) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ---------------------------------------------------------------------- Ran 7 tests in 0.808s FAILED (errors=4, skipped=1) ================================================================================ ==================== Test output for //tensorflow/tools/api/tests:api_compatibility_test: 2023-01-25 03:42:22.266871: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:42:22.320474: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibility INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s I0125 03:42:26.565489 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibility [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s I0125 03:42:26.588240 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s I0125 03:42:26.599712 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessage INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s I0125 03:42:26.689804 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s [ FAILED ] ApiCompatibilityTest.testNoSubclassOfMessage [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV1 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. W0125 03:42:26.706033 281473252094816 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.33s I0125 03:42:27.022826 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.33s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV1 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.34s I0125 03:42:27.359559 281473252094816 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.34s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV2 [ RUN ] ApiCompatibilityTest.test_session [ SKIPPED ] ApiCompatibilityTest.test_session ====================================================================== ERROR: testAPIBackwardsCompatibility (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibility ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 440, in testAPIBackwardsCompatibility self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV1 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 457, in testAPIBackwardsCompatibilityV1 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV2 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 479, in testAPIBackwardsCompatibilityV2 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testNoSubclassOfMessage (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testNoSubclassOfMessage ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 335, in testNoSubclassOfMessage traverse.traverse(tf, visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 57, in _traverse_internal if tf_inspect.ismodule( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py", line 454, in ismodule return _inspect.ismodule(tf_decorator.unwrap(object)[1]) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ---------------------------------------------------------------------- Ran 7 tests in 0.809s FAILED (errors=4, skipped=1) ================================================================================ ==================== Test output for //tensorflow/tools/api/tests:api_compatibility_test: 2023-01-25 03:42:28.648433: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:42:28.701929: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibility INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s I0125 03:42:33.381151 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibility): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibility [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s I0125 03:42:33.404295 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV1): 0.02s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 [ RUN ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s I0125 03:42:33.417088 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testAPIBackwardsCompatibilityV2): 0.01s [ FAILED ] ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessage INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s I0125 03:42:33.511647 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessage): 0.09s [ FAILED ] ApiCompatibilityTest.testNoSubclassOfMessage [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV1 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. W0125 03:42:33.527652 281473372091232 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/decorator_utils.py:153: GraphKeys.VARIABLES (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.GraphKeys.GLOBAL_VARIABLES` instead. INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.36s I0125 03:42:33.869051 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV1): 0.36s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV1 [ RUN ] ApiCompatibilityTest.testNoSubclassOfMessageV2 INFO:tensorflow:time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.32s I0125 03:42:34.187931 281473372091232 test_util.py:2467] time(__main__.ApiCompatibilityTest.testNoSubclassOfMessageV2): 0.32s [ OK ] ApiCompatibilityTest.testNoSubclassOfMessageV2 [ RUN ] ApiCompatibilityTest.test_session [ SKIPPED ] ApiCompatibilityTest.test_session ====================================================================== ERROR: testAPIBackwardsCompatibility (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibility ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 440, in testAPIBackwardsCompatibility self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV1 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV1 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 457, in testAPIBackwardsCompatibilityV1 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testAPIBackwardsCompatibilityV2 (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testAPIBackwardsCompatibilityV2 ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 479, in testAPIBackwardsCompatibilityV2 self._checkBackwardsCompatibility( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 390, in _checkBackwardsCompatibility traverse.traverse(root, public_api_visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 54, in _traverse_internal visit(path, root, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/public_api.py", line 141, in __call__ self._visitor(path, parent, children) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 309, in __call__ _AddMember(name, child, module_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/lib/python_object_to_proto_visitor.py", line 265, in _AddMember _, member_obj = tf_decorator.unwrap(member_obj) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ====================================================================== ERROR: testNoSubclassOfMessage (__main__.ApiCompatibilityTest) ApiCompatibilityTest.testNoSubclassOfMessage ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/api/tests/api_compatibility_test.py", line 335, in testNoSubclassOfMessage traverse.traverse(tf, visitor) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 103, in traverse _traverse_internal(root, visit, [], '') File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/tools/common/traverse.py", line 57, in _traverse_internal if tf_inspect.ismodule( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py", line 454, in ismodule return _inspect.ismodule(tf_decorator.unwrap(object)[1]) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 291, in unwrap elif _has_tf_decorator_attr(cur): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_decorator.py", line 196, in _has_tf_decorator_attr return (hasattr(obj, '_tf_decorator') and File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 58, in __getattr__ module = self._load() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/lazy_loader.py", line 41, in _load module = importlib.import_module(self.__name__) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 961, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/__init__.py", line 8, in from tensorflow_estimator.python.estimator.api._v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/api/_v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/tools/api/tests/api_compatibility_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ---------------------------------------------------------------------- Ran 7 tests in 0.822s FAILED (errors=4, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/xla/service/cpu/tests:cpu_eigen_dot_operation_test: [==========] Running 6 tests from 1 test suite. [----------] Global test environment set-up. [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:36.056458: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:36.056655: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c52c3e9:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c52c3e9 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:36.056717: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 10-E8 DC-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (144 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:36.108935: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:36.109040: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c541387:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c541387 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:36.109068: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 10-E8 DC-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (84 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 (127 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:36.396887: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:36.397020: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c57d3fa:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c57d3fa -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.3.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:36.397103: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 30-8A DD-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (133 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:36.475067: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:36.475200: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c59a9f2:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-6e6ac664-1926457-5f30e6c59a9f2 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:36.475222: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 80-80 DD-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (104 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 (36 ms) [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest (633 ms total) [----------] Global test environment tear-down [==========] 6 tests from 1 test suite ran. (633 ms total) [ PASSED ] 2 tests. [ FAILED ] 4 tests, listed below: [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 10-E8 DC-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 10-E8 DC-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 30-8A DD-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 80-80 DD-14 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> 4 FAILED TESTS ================================================================================ ==================== Test output for //tensorflow/compiler/xla/service/cpu/tests:cpu_eigen_dot_operation_test: [==========] Running 6 tests from 1 test suite. [----------] Global test environment set-up. [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:43.612147: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:43.612371: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6cc635eb:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6cc635eb -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:43.612434: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 10-E8 87-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (149 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:43.685806: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:43.685957: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6cc7ae35:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6cc7ae35 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:43.685991: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 10-E8 87-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (71 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 (44 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:43.904228: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:43.904359: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6ccab282:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6ccab282 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.3.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:43.904449: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 30-8A 88-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (233 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:44.040527: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:44.040627: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6ccd0b80:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-a56c992d-1938704-5f30e6ccd0b80 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:44.040651: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 80-80 88-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (129 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 (109 ms) [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest (739 ms total) [----------] Global test environment tear-down [==========] 6 tests from 1 test suite ran. (739 ms total) [ PASSED ] 2 tests. [ FAILED ] 4 tests, listed below: [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 10-E8 87-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 10-E8 87-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AB-AA 00-00 30-8A 88-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AB-AA 00-00 80-80 88-03 AB-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> 4 FAILED TESTS ================================================================================ ==================== Test output for //tensorflow/compiler/xla/service/cpu/tests:cpu_eigen_dot_operation_test: [==========] Running 6 tests from 1 test suite. [----------] Global test environment set-up. [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:50.836411: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:50.836616: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d342649:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d342649 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:50.836677: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.loop_exit.dim.1, %entry %convert.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert, i64 0, i64 %convert.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.loop_exit.dim.0, label %vector.ph convert.loop_exit.dim.0: ; preds = %convert.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert, i64 128, i64 128, i64 128, i32 0, i32 0) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AA-AA 00-00 10-E8 BE-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (232 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:50.928456: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:50.928551: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d35de76:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d35de76 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:50.928576: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 0) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AA-AA 00-00 10-E8 BE-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (157 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F64 (70 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:51.196176: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:51.196364: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d39d86b:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :2:12: note: possible intended match here source_filename = "__compute_module" ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d39d86b -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: br label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 16: check:1'0 ~ 17: vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: br label %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: vector.body: ; preds = %vector.body, %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: %3 = or i64 %index, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 24: %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: %8 = fpext half %6 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: %9 = fpext half %7 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: %index.next = add nuw i64 %index, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: %12 = icmp eq i64 %index.next, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37: check:1'0 ~ 38: convert.3.loop_exit.dim.1: ; preds = %vector.body check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39: %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %exitcond12 = icmp eq i64 %invar.inc, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42: check:1'0 ~ 43: convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: br label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 46: check:1'0 ~ 47: vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49: br label %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 50: check:1'0 ~ 51: vector.body22: ; preds = %vector.body22, %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 52: %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 53: %13 = or i64 %index23, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 54: %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55: %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56: %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57: %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58: %18 = fpext half %16 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59: %19 = fpext half %17 to float check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60: %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61: %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62: store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63: store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: %index.next24 = add nuw i64 %index23, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: %22 = icmp eq i64 %index.next24, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 66: br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 67: check:1'0 ~ 68: convert.1.loop_exit.dim.1: ; preds = %vector.body22 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70: %exitcond14 = icmp eq i64 %invar.inc2, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71: br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: check:1'0 ~ 73: convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74: %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76: %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77: br label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~ 78: check:1'0 ~ 79: vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80: %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81: br label %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ 82: check:1'0 ~ 83: vector.body30: ; preds = %vector.body30, %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84: %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85: %23 = or i64 %index31, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 86: %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87: %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88: %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89: %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90: %28 = fptrunc float %26 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 91: %29 = fptrunc float %27 to half check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %index.next32 = add nuw i64 %index31, 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97: %32 = icmp eq i64 %index.next32, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: check:1'0 ~ 100: convert.2.loop_exit.dim.1: ; preds = %vector.body30 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102: %exitcond16 = icmp eq i64 %invar.inc4, 128 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103: br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104: check:1'0 ~ 105: convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106: ret void check:1'0 ~~~~~~~~~~ 107: } check:1'0 ~~ 108: check:1'0 ~ 109: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111: check:1'0 ~ 112: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114: check:1'0 ~ 115: !0 = !{} check:1'0 ~~~~~~~~~ 116: !1 = !{i64 32768} check:1'0 ~~~~~~~~~~~~~~~~~~ 117: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ 118: !3 = !{i64 196608} check:1'0 ~~~~~~~~~~~~~~~~~~~ 119: !4 = !{!5} check:1'0 ~~~~~~~~~~~ 120: !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: !6 = !{!"XLA global AA domain"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: !7 = !{!8, !9} check:1'0 ~~~~~~~~~~~~~~~ 123: !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: !10 = distinct !{!10, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126: !11 = !{!"llvm.loop.isvectorized", i32 1} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127: !12 = !{!"llvm.loop.unroll.runtime.disable"} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128: !13 = !{!8} check:1'0 ~~~~~~~~~~~~ 129: !14 = !{!5, !9} check:1'0 ~~~~~~~~~~~~~~~~ 130: !15 = distinct !{!15, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131: !16 = !{!9} check:1'0 ~~~~~~~~~~~~ 132: !17 = !{!18, !5, !8} check:1'0 ~~~~~~~~~~~~~~~~~~~~~ 133: !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: !19 = !{!18} check:1'0 ~~~~~~~~~~~~~ 135: !20 = distinct !{!20, !11, !12} check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:51.196457: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %2 = getelementptr inbounds ptr, ptr %buffer_table, i64 3 %convert.3 = load ptr, ptr %2, align 8, !invariant.load !0, !dereferenceable !3, !align !2 br label %vector.ph vector.ph: ; preds = %convert.3.loop_exit.dim.1, %entry %convert.3.invar_address.dim.0.07 = phi i64 [ 0, %entry ], [ %invar.inc, %convert.3.loop_exit.dim.1 ] br label %vector.body vector.body: ; preds = %vector.body, %vector.ph %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] %3 = or i64 %index, 1 %4 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %5 = getelementptr inbounds [128 x [128 x half]], ptr %input, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 %6 = load half, ptr %4, align 4, !invariant.load !0, !noalias !4 %7 = load half, ptr %5, align 2, !invariant.load !0, !noalias !4 %8 = fpext half %6 to float %9 = fpext half %7 to float %10 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %index %11 = getelementptr inbounds [128 x [128 x float]], ptr %convert.3, i64 0, i64 %convert.3.invar_address.dim.0.07, i64 %3 store float %8, ptr %10, align 8, !alias.scope !4, !noalias !7 store float %9, ptr %11, align 4, !alias.scope !4, !noalias !7 %index.next = add nuw i64 %index, 2 %12 = icmp eq i64 %index.next, 128 br i1 %12, label %convert.3.loop_exit.dim.1, label %vector.body, !llvm.loop !10 convert.3.loop_exit.dim.1: ; preds = %vector.body %invar.inc = add nuw nsw i64 %convert.3.invar_address.dim.0.07, 1 %exitcond12 = icmp eq i64 %invar.inc, 128 br i1 %exitcond12, label %convert.3.loop_exit.dim.0, label %vector.ph convert.3.loop_exit.dim.0: ; preds = %convert.3.loop_exit.dim.1 %convert.1 = getelementptr inbounds i8, ptr %convert.3, i64 65536 br label %vector.ph19 vector.ph19: ; preds = %convert.1.loop_exit.dim.1, %convert.3.loop_exit.dim.0 %convert.1.invar_address.dim.0.09 = phi i64 [ 0, %convert.3.loop_exit.dim.0 ], [ %invar.inc2, %convert.1.loop_exit.dim.1 ] br label %vector.body22 vector.body22: ; preds = %vector.body22, %vector.ph19 %index23 = phi i64 [ 0, %vector.ph19 ], [ %index.next24, %vector.body22 ] %13 = or i64 %index23, 1 %14 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %15 = getelementptr inbounds [128 x [128 x half]], ptr %input.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 %16 = load half, ptr %14, align 4, !invariant.load !0, !noalias !13 %17 = load half, ptr %15, align 2, !invariant.load !0, !noalias !13 %18 = fpext half %16 to float %19 = fpext half %17 to float %20 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %index23 %21 = getelementptr inbounds [128 x [128 x float]], ptr %convert.1, i64 0, i64 %convert.1.invar_address.dim.0.09, i64 %13 store float %18, ptr %20, align 8, !alias.scope !13, !noalias !14 store float %19, ptr %21, align 4, !alias.scope !13, !noalias !14 %index.next24 = add nuw i64 %index23, 2 %22 = icmp eq i64 %index.next24, 128 br i1 %22, label %convert.1.loop_exit.dim.1, label %vector.body22, !llvm.loop !15 convert.1.loop_exit.dim.1: ; preds = %vector.body22 %invar.inc2 = add nuw nsw i64 %convert.1.invar_address.dim.0.09, 1 %exitcond14 = icmp eq i64 %invar.inc2, 128 br i1 %exitcond14, label %convert.1.loop_exit.dim.0, label %vector.ph19 convert.1.loop_exit.dim.0: ; preds = %convert.1.loop_exit.dim.1 %dot.1 = getelementptr inbounds i8, ptr %convert.3, i64 131072 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr nonnull %dot.1, ptr nonnull %convert.1, ptr nonnull %convert.3, i64 128, i64 128, i64 128, i32 0, i32 1) %convert.2 = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 br label %vector.ph27 vector.ph27: ; preds = %convert.2.loop_exit.dim.1, %convert.1.loop_exit.dim.0 %convert.2.invar_address.dim.0.011 = phi i64 [ 0, %convert.1.loop_exit.dim.0 ], [ %invar.inc4, %convert.2.loop_exit.dim.1 ] br label %vector.body30 vector.body30: ; preds = %vector.body30, %vector.ph27 %index31 = phi i64 [ 0, %vector.ph27 ], [ %index.next32, %vector.body30 ] %23 = or i64 %index31, 1 %24 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %25 = getelementptr inbounds [128 x [128 x float]], ptr %dot.1, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 %26 = load float, ptr %24, align 8, !alias.scope !16, !noalias !17 %27 = load float, ptr %25, align 4, !alias.scope !16, !noalias !17 %28 = fptrunc float %26 to half %29 = fptrunc float %27 to half %30 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %index31 %31 = getelementptr inbounds [128 x [128 x half]], ptr %convert.2, i64 0, i64 %convert.2.invar_address.dim.0.011, i64 %23 store half %28, ptr %30, align 4, !alias.scope !19, !noalias !16 store half %29, ptr %31, align 2, !alias.scope !19, !noalias !16 %index.next32 = add nuw i64 %index31, 2 %32 = icmp eq i64 %index.next32, 128 br i1 %32, label %convert.2.loop_exit.dim.1, label %vector.body30, !llvm.loop !20 convert.2.loop_exit.dim.1: ; preds = %vector.body30 %invar.inc4 = add nuw nsw i64 %convert.2.invar_address.dim.0.011, 1 %exitcond16 = icmp eq i64 %invar.inc4, 128 br i1 %exitcond16, label %convert.2.loop_exit.dim.0, label %vector.ph27 convert.2.loop_exit.dim.0: ; preds = %convert.2.loop_exit.dim.1 ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 32768} !2 = !{i64 16} !3 = !{i64 196608} !4 = !{!5} !5 = !{!"buffer: {index:3, offset:0, size:65536}", !6} !6 = !{!"XLA global AA domain"} !7 = !{!8, !9} !8 = !{!"buffer: {index:3, offset:65536, size:65536}", !6} !9 = !{!"buffer: {index:3, offset:131072, size:65536}", !6} !10 = distinct !{!10, !11, !12} !11 = !{!"llvm.loop.isvectorized", i32 1} !12 = !{!"llvm.loop.unroll.runtime.disable"} !13 = !{!8} !14 = !{!5, !9} !15 = distinct !{!15, !11, !12} !16 = !{!9} !17 = !{!18, !5, !8} !18 = !{!"buffer: {index:0, offset:0, size:32768}", !6} !19 = !{!18} !20 = distinct !{!20, !11, !12} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AA-AA 00-00 30-8A BF-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (149 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 2023-01-25 03:42:51.284412: E tensorflow/compiler/xla/tests/filecheck.cc:69] Tried to execute FileCheck at /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/external/llvm-project/llvm/FileCheck 2023-01-25 03:42:51.284544: E tensorflow/compiler/xla/tests/filecheck.cc:75] FileCheck stderr: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d3ba083:1:8: error: CHECK: expected string not found in input CHECK: call void @__xla_cpu_runtime_EigenMatMulF32 ^ :1:1: note: scanning from here ; ModuleID = '__compute_module' ^ :14:5: note: possible intended match here tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ^ Input file: Check file: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/8968b641b3ea6bfd580b53b0825c45aa/tempfile-ldcg-aarch64-02-e48a9528-1954035-5f30e6d3ba083 -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '__compute_module' check:1'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "__compute_module" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "aarch64-unknown-linux-gnu" check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:1'0 ~ 6: ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: entry: check:1'0 ~~~~~~~ 9: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:1'1 ? possible intended match 15: ret void check:1'0 ~~~~~~~~~~ 16: } check:1'0 ~~ 17: check:1'0 ~ 18: ; Function Attrs: nounwind memory(argmem: readwrite) check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: check:1'0 ~ 21: attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: attributes #1 = { nounwind memory(argmem: readwrite) } check:1'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: check:1'0 ~ 24: !0 = !{} check:1'0 ~~~~~~~~~ 25: !1 = !{i64 65536} check:1'0 ~~~~~~~~~~~~~~~~~~ 26: !2 = !{i64 16} check:1'0 ~~~~~~~~~~~~~~~ >>>>>> 2023-01-25 03:42:51.284568: E tensorflow/compiler/xla/tests/filecheck.cc:76] FileCheck input was: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} tensorflow/compiler/xla/tests/llvm_irgen_test_base.cc:87: Failure Value of: filecheck_result.value() Actual: false Expected: true Full IR: ; ModuleID = '__compute_module' source_filename = "__compute_module" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" target triple = "aarch64-unknown-linux-gnu" ; Function Attrs: nounwind memory(readwrite, inaccessiblemem: none) uwtable define void @entry(ptr nocapture readnone %retval, ptr noalias %run_options, ptr noalias nocapture readnone %params, ptr noalias nocapture readonly %buffer_table, ptr noalias nocapture readnone %status, ptr noalias nocapture readnone %prof_counters) local_unnamed_addr #0 { entry: %0 = getelementptr inbounds ptr, ptr %buffer_table, i64 2 %input.1 = load ptr, ptr %0, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %1 = getelementptr inbounds ptr, ptr %buffer_table, i64 1 %input = load ptr, ptr %1, align 8, !invariant.load !0, !dereferenceable !1, !align !2 %dot = load ptr, ptr %buffer_table, align 8, !invariant.load !0, !dereferenceable !1, !align !2 tail call void @__xla_cpu_runtime_ACLMatMulF32(ptr %run_options, ptr %dot, ptr %input.1, ptr %input, i64 128, i64 128, i64 128, i32 0, i32 1) ret void } ; Function Attrs: nounwind memory(argmem: readwrite) declare void @__xla_cpu_runtime_ACLMatMulF32(ptr, ptr, ptr, ptr, i64, i64, i64, i32, i32) local_unnamed_addr #1 attributes #0 = { nounwind memory(readwrite, inaccessiblemem: none) uwtable "denormal-fp-math"="preserve-sign" "no-frame-pointer-elim"="false" } attributes #1 = { nounwind memory(argmem: readwrite) } !0 = !{} !1 = !{i64 65536} !2 = !{i64 16} [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AA-AA 00-00 80-80 BF-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (60 ms) [ RUN ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) 'aarch64' is not a recognized processor for this target (ignoring processor) [ OK ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F64 (55 ms) [----------] 6 tests from CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest (725 ms total) [----------] Global test environment tear-down [==========] 6 tests from 1 test suite ran. (726 ms total) [ PASSED ] 2 tests. [ FAILED ] 4 tests, listed below: [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AA-AA 00-00 10-E8 BE-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.SimpleDotOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AA-AA 00-00 10-E8 BE-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F16, where GetParam() = 40-byte object <0A-00 00-00 AA-AA 00-00 30-8A BF-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> [ FAILED ] CpuEigenDotOperationTestInstantiation/CpuEigenDotOperationTest.DotTransposeOp/F32, where GetParam() = 40-byte object <0B-00 00-00 AA-AA 00-00 80-80 BF-EC AA-AA 00-00 32-00 00-00 00-00 00-00 32-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> 4 FAILED TESTS ================================================================================ ==================== Test output for //tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test: 2023-01-25 03:45:49.016784: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:45:49.071405: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.py", line 31, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test: 2023-01-25 03:46:00.920077: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:46:00.973003: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.py", line 31, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test: 2023-01-25 03:46:06.824200: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:46:06.887435: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.py", line 31, in from tensorflow_estimator.python.estimator import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_cpu: 2023-01-25 03:47:02.407637: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:47:02.461465: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_cpu: 2023-01-25 03:47:15.386200: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:47:15.440874: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_cpu: 2023-01-25 03:47:21.958954: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:47:22.013783: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 3 of 5): 2023-01-25 03:50:36.666894: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:36.725866: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:41.097058 281473696756576 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:50:41.098676 281473696756576 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:50:41.293764: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xe743d40 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:41.293833: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:41.307728: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:41.340076: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:41.416954: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.75s I0125 03:50:41.852285 281473696756576 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 0.75s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:50:41.852627 281473696756576 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:41.855802 281473696756576 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.08s I0125 03:50:42.936547 281473696756576 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.08s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:42.936976 281473696756576 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 1.839s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 3 of 5): 2023-01-25 03:50:44.716556: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:44.831982: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:46.346456 281473494315872 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:50:46.348164 281473494315872 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:50:46.422115: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x99eced0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:46.422188: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:46.439032: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:46.483221: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:46.728070: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 1.03s I0125 03:50:47.377582 281473494315872 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 1.03s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:50:47.377876 281473494315872 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:47.380899 281473494315872 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.07s I0125 03:50:48.448492 281473494315872 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.07s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:48.448788 281473494315872 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 2.101s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 3 of 5): 2023-01-25 03:50:49.795382: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:49.852887: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:51.490460 281473758163808 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare I0125 03:50:51.492232 281473758163808 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare 2023-01-25 03:50:51.668580: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x38330550 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:51.668672: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:51.680357: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:51.763998: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:52.190903: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 1.53s I0125 03:50:53.022133 281473758163808 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare): 1.53s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradCompare I0125 03:50:53.022465 281473758163808 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:53.025553 281473758163808 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.31s I0125 03:50:54.335769 281473758163808 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare): 1.31s INFO:tensorflow:End test case: testDilationDepthwiseConv2DInputGradWithCompare I0125 03:50:54.336466 281473758163808 xla_test.py:237] End test case: testDilationDepthwiseConv2DInputGradWithCompare [ OK ] DepthwiseConv2DTest.testDilationDepthwiseConv2DInputGradWithCompare ====================================================================== FAIL: testDepthwiseConv2DFilterGradCompare (__main__.DepthwiseConv2DTest) DepthwiseConv2DTest.testDepthwiseConv2DFilterGradCompare ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338, in decorated f(self, *args, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 547, in testDepthwiseConv2DFilterGradCompare self._CompareBackpropFilter(input_size, filter_size, output_size, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 537, in _CompareBackpropFilter self.assertAllClose(cpu_value, gpu_value, rtol=1e-4, atol=1e-4) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.0001, atol=0.0001 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) not close lhs = [56.938515 51.64633 60.230537 56.232723 59.227894 62.236046 55.88653 55.290226 58.28596 54.471333 58.43376 62.69211 57.61181 61.033657 51.79178 57.183823 63.255253 55.833843 57.253788 54.109924 59.097748 56.678932 55.431576 58.81293 55.636986 57.983284 55.53831 58.586227 56.781956 57.230125 53.372017 54.54768 52.57477 56.345215 55.66788 60.147675 62.72092 61.06021 55.46363 50.030525 56.968685 57.47429 57.85964 61.09417 57.11904 53.770817 56.09332 53.374958 57.540222 56.47738 63.528698 53.50489 54.306713 49.63099 48.735443 60.3652 53.535583 58.506046 51.974804 53.806553 51.54305 61.13173 59.255077 60.57581 54.63891 60.69794 53.282425 60.09157 54.30696 61.671333 60.611195 47.952248 59.72405 57.049053 54.877583 52.53131 54.906357 56.147923 56.006466 56.263374 63.250244 58.92682 61.930077 52.70471 65.714775 62.201244 65.73399 64.60541 68.38651 70.78515 64.206894 66.2704 63.978897 65.14273 67.287224 69.07147 60.609386 68.89697 60.607086 63.428867 73.399185 63.90809 65.42574 65.02459 70.95152 65.48743 64.28524 61.029716 63.006668 60.839863 66.10935 65.82484 66.09212 64.11298 64.759056 59.69221 58.43497 64.2486 65.34139 63.105698 69.26476 68.552864 59.234097 56.945747 59.948856 66.5571 65.47491 66.93236 65.31667 62.61187 65.712204 60.421024 66.75569 63.936447 69.18261 62.506336 65.90532 54.203297 58.070396 67.816185 63.48644 68.61704 60.573326 60.6608 60.052364 67.49883 64.69149 65.19445 61.32606 67.88657 60.79178 64.22707 66.0136 70.21204 67.85449 55.05275 70.86396 61.47907 65.7848 59.552532 63.093163 61.034054 65.04644 62.562046 69.83034 67.68324 67.943405 60.73883 54.26684 50.60522 53.636032 55.71259 56.01512 58.558826 53.68414 54.604465 56.81055 57.97894 56.77153 61.854946 51.881626 59.453865 55.99607 53.90291 64.76139 56.083958 58.152374 57.2324 62.8924 59.64625 55.963943 53.561596 56.18491 55.648754 56.864037 58.332397 54.89002 55.882908 57.505146 51.55121 53.213688 54.92856 57.783306 55.807873 60.78504 61.247986 55.82462 52.82437 52.960728 54.551575 57.994953 58.751095 58.375374 54.202793 53.40868 53.28122 55.925816 58.374737 61.678234 54.05512 53.44336 48.34156 53.415142 59.65127 55.479214 58.39965 55.59281 54.788567 50.690033 61.822437 56.09474 54.99312 54.832073 60.042923 56.852516 57.18985 57.68892 59.392525 57.91746 47.63101 60.87411 53.23184 56.789352 49.762867 54.960064 56.99959 56.564022 55.14785 58.078613 59.25975 57.317467 56.94617 ] not close rhs = [54.433186 53.103653 58.503773 54.396072 56.86008 58.22011 50.73863 51.997368 54.960445 58.815254 55.05067 62.952774 58.36066 56.66556 53.0251 57.0678 64.151665 57.968452 53.824337 61.378185 55.75049 57.473255 56.80309 55.784798 54.0334 53.14464 51.99059 56.889595 53.95465 63.449444 52.655346 54.632484 50.46911 62.540432 56.631695 61.007736 63.500366 51.295284 57.35012 52.444283 56.982655 63.652744 59.321125 54.62682 59.145386 53.037315 59.924118 54.597523 60.148293 56.121292 54.498104 56.807625 56.894623 53.98352 53.655838 53.951912 50.61186 57.723385 53.457165 49.261894 54.926174 58.22612 57.783943 53.10275 51.31071 60.495834 54.499977 61.999855 58.86635 59.699726 57.329044 51.563797 58.27851 56.304317 57.77835 58.122185 56.274483 52.46194 62.085724 58.272923 58.490692 56.73894 60.10495 57.27005 60.099533 56.51157 62.59263 62.45016 63.77981 66.316025 60.974667 60.578102 61.418953 66.53967 65.11771 72.50518 64.57428 66.105095 60.50151 63.749702 73.36127 64.53118 63.67458 71.433304 68.85768 68.16425 64.304306 61.313694 63.882244 58.89317 61.575417 62.84763 63.62277 69.33762 63.197376 68.04887 59.209915 64.10523 64.826385 69.44051 71.77113 62.793762 65.20534 58.47337 61.665474 72.21757 64.01393 61.224094 66.954285 58.50242 65.38084 65.605484 69.67288 64.797424 62.659855 63.863827 65.0549 61.42375 62.062435 62.709045 57.403072 65.49884 60.046177 57.70946 65.6482 65.04861 63.56766 65.036415 62.124866 66.52906 66.69761 66.07067 69.86324 67.72594 65.657845 62.628765 65.61917 59.714214 67.811295 65.256645 64.92226 57.61699 70.14128 64.56038 65.17366 63.924232 68.65644 63.58437 57.33459 52.286892 49.420856 56.742523 59.573933 56.79933 50.68555 51.58943 54.30387 59.54697 53.25258 62.679012 55.716084 56.557774 50.400993 52.316776 63.309265 56.92366 56.48095 58.71481 57.967556 56.449135 56.097404 52.15994 54.230885 53.62461 52.733852 56.572296 52.28458 62.83541 56.719242 56.86886 54.795937 58.47531 56.916943 61.26178 62.301796 54.852352 55.84194 49.44423 51.806526 63.84094 56.431465 57.975536 57.98917 57.062477 60.009106 54.299267 58.822697 57.95187 56.037178 55.167355 55.374752 55.986217 52.343792 50.866787 49.805973 58.37035 58.390537 49.77148 58.483 59.487373 58.550953 55.719776 54.4081 57.970234 58.662903 57.849033 61.83245 61.233482 54.742607 57.050495 57.575703 52.12709 57.947834 55.356724 59.295406 55.629837 62.460438 57.855106 55.813503 56.752464 55.96718 55.800583] not close dif = [2.5053291 1.4573212 1.7267647 1.8366508 2.367813 4.015934 5.1479034 3.2928581 3.3255157 4.3439217 3.383091 0.2606659 0.7488518 4.3680954 1.2333221 0.11602402 0.8964119 2.1346092 3.429451 7.268261 3.3472595 0.79432297 1.3715134 3.0281334 1.6035843 4.838642 3.5477219 1.6966324 2.8273048 6.2193184 0.716671 0.08480453 2.1056633 6.195217 0.9638138 0.86006165 0.77944565 9.764927 1.8864899 2.4137573 0.01396942 6.1784554 1.4614868 6.46735 2.0263443 0.73350143 3.830799 1.2225647 2.6080704 0.35608673 9.030594 3.3027344 2.5879097 4.3525314 4.920395 6.413288 2.9237251 0.78266144 1.4823608 4.5446587 3.3831253 2.9056091 1.4711342 7.4730606 3.3281975 0.20210648 1.2175522 1.9082832 4.559387 1.9716072 3.2821503 3.6115494 1.4455376 0.7447357 2.9007683 5.5908737 1.3681259 3.6859818 6.079258 2.0095482 4.759552 2.1878777 1.8251266 4.565342 5.615242 5.6896744 3.141365 2.1552467 4.606701 4.469124 3.2322273 5.692299 2.5599442 1.3969421 2.1695175 3.4337082 3.9648933 2.7918777 0.10557556 0.3208351 0.03791809 0.62309265 1.7511635 6.4087143 2.0938416 2.6768265 0.01906586 0.2839775 0.875576 1.9466934 4.5339355 2.9772072 2.469349 5.22464 1.5616798 8.356655 0.7749443 0.14336395 0.515007 6.334816 2.5063705 5.759102 5.971241 1.5276222 1.7166176 5.660469 1.4609756 5.7082634 1.6376114 4.1094513 0.3313675 5.1844597 2.9171906 0.8609772 6.5227547 1.3574905 0.8504181 7.220455 3.9920387 5.1071396 6.0833664 3.1182022 0.5271492 2.9513397 5.5958366 2.4502258 1.1238289 0.15803528 0.79880524 1.3575134 5.9058304 1.8435974 3.84964 2.4861069 2.1966476 7.5760155 5.244789 1.7648544 2.026497 5.704113 1.8290939 3.4170647 5.094841 1.998333 4.6566772 3.7590103 0.7130356 2.845539 3.067749 1.6816711 4.2151756 1.0299339 3.5588112 1.7594948 2.9985886 3.0150337 2.5066795 1.5680313 3.5189514 0.82406616 3.8344574 2.8960915 5.5950775 1.586132 1.4521255 0.8397026 1.6714249 1.4824104 4.924843 3.1971169 0.133461 1.4016571 1.9540253 2.0241432 4.130184 1.7601013 2.6054382 6.952503 0.78590393 5.31765 1.5822487 3.546753 0.8663635 5.453907 1.5167542 6.3956337 0.01732254 3.3801422 1.1542015 9.289364 1.563488 0.7755585 0.38620377 2.859684 6.6004257 1.0180473 2.896881 0.42286682 5.641056 1.112236 1.9313927 7.644657 1.0713501 8.784485 5.6732407 0.02930069 2.7977257 5.017086 7.7929688 2.335064 2.456211 0.72665787 0.42397308 2.072689 1.8103867 0.6591835 4.143532 1.8409576 3.1748543 9.419487 3.2984085 1.1047478 1.1584816 5.593857 4.3353424 1.3697548 5.8964157 2.7072563 2.26511 2.507286 1.3502884 1.1455879 ] not close tol = [0.00554332 0.00541036 0.00595038 0.00553961 0.00578601 0.00592201 0.00517386 0.00529974 0.00559604 0.00598152 0.00560507 0.00639528 0.00593607 0.00576656 0.00540251 0.00580678 0.00651517 0.00589684 0.00548243 0.00623782 0.00567505 0.00584733 0.00578031 0.00567848 0.00550334 0.00541446 0.00529906 0.00578896 0.00549546 0.00644494 0.00536553 0.00556325 0.00514691 0.00635404 0.00576317 0.00620077 0.00645004 0.00522953 0.00583501 0.00534443 0.00579827 0.00646527 0.00603211 0.00556268 0.00601454 0.00540373 0.00609241 0.00555975 0.00611483 0.00571213 0.00554981 0.00578076 0.00578946 0.00549835 0.00546558 0.00549519 0.00516119 0.00587234 0.00544572 0.00502619 0.00559262 0.00592261 0.00587839 0.00541027 0.00523107 0.00614958 0.00555 0.00629999 0.00598663 0.00606997 0.0058329 0.00525638 0.00592785 0.00573043 0.00587783 0.00591222 0.00572745 0.00534619 0.00630857 0.00592729 0.00594907 0.00577389 0.00611049 0.005827 0.00610995 0.00575116 0.00635926 0.00634502 0.00647798 0.0067316 0.00619747 0.00615781 0.00624189 0.00675397 0.00661177 0.00735052 0.00655743 0.00671051 0.00615015 0.00647497 0.00743613 0.00655312 0.00646746 0.00724333 0.00698577 0.00691643 0.00653043 0.00623137 0.00648822 0.00598932 0.00625754 0.00638476 0.00646228 0.00703376 0.00641974 0.00690489 0.00602099 0.00651052 0.00658264 0.00704405 0.00727711 0.00637938 0.00662053 0.00594734 0.00626655 0.00732176 0.00650139 0.00622241 0.00679543 0.00595024 0.00663808 0.00666055 0.00706729 0.00657974 0.00636599 0.00648638 0.00660549 0.00624237 0.00630624 0.0063709 0.00584031 0.00664988 0.00610462 0.00587095 0.00666482 0.00660486 0.00645677 0.00660364 0.00631249 0.00675291 0.00676976 0.00670707 0.00708632 0.00687259 0.00666578 0.00636288 0.00666192 0.00607142 0.00688113 0.00662566 0.00659223 0.0058617 0.00711413 0.00655604 0.00661737 0.00649242 0.00696564 0.00645844 0.00583346 0.00532869 0.00504209 0.00577425 0.00605739 0.00577993 0.00516855 0.00525894 0.00553039 0.0060547 0.00542526 0.0063679 0.00567161 0.00575578 0.0051401 0.00533168 0.00643093 0.00579237 0.00574809 0.00597148 0.00589676 0.00574491 0.00570974 0.00531599 0.00552309 0.00546246 0.00537338 0.00575723 0.00532846 0.00638354 0.00577192 0.00578689 0.00557959 0.00594753 0.00579169 0.00622618 0.00633018 0.00558524 0.00568419 0.00504442 0.00528065 0.00648409 0.00574315 0.00589755 0.00589892 0.00580625 0.00610091 0.00552993 0.00598227 0.00589519 0.00570372 0.00561674 0.00563747 0.00569862 0.00533438 0.00518668 0.0050806 0.00593703 0.00593905 0.00507715 0.0059483 0.00604874 0.00595509 0.00567198 0.00554081 0.00589702 0.00596629 0.0058849 0.00628324 0.00622335 0.00557426 0.00580505 0.00585757 0.00531271 0.00589478 0.00563567 0.00602954 0.00566298 0.00634604 0.00588551 0.00568135 0.00577525 0.00569672 0.00568006] dtype = float32, shape = (1, 3, 84, 1) Mismatched elements: 252 / 252 (100%) Max absolute difference: 9.764927 Max relative difference: 0.19036695 x: array([[[[56.938515], [51.64633 ], [60.230537],... y: array([[[[54.433186], [53.103653], [58.503773],... ---------------------------------------------------------------------- Ran 2 tests in 2.845s FAILED (failures=1) Testing DepthwiseConv2DFilterGradCompare, 0 th config: [4, 5, 5, 48] * [1, 1, 48, 2] producing output [4, 5, 5, 96] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 1 th config: [2, 5, 5, 48] * [2, 2, 48, 8] producing output [2, 5, 5, 384] stride: 1 padding: SAME Testing DepthwiseConv2DFilterGradCompare, 2 th config: [4, 8, 8, 84] * [1, 3, 84, 1] producing output [4, 8, 8, 84] stride: 1 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 0 th config: [4, 6, 6, 48] * [1, 1, 48, 2] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 1 th config: [4, 8, 8, 84] * [1, 3, 84, 1] stride: 1 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 2 th config: [4, 36, 36, 2] * [5, 5, 2, 1] stride: 2 dilation: 4 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 3 th config: [4, 148, 148, 2] * [4, 4, 2, 8] stride: 2 dilation: 2 padding: SAME Testing DilationDepthwiseConv2DInputGradWithDilationCompare, 4 th config: [3, 300, 300, 3] * [2, 2, 3, 8] stride: 1 dilation: 4 padding: VALID ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 4 of 5): 2023-01-25 03:50:36.749674: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:36.806994: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:41.105631 281473173582688 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:50:41.107419 281473173582688 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:50:41.169896: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xfd9a6f0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:41.169945: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:41.206842: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:41.234142: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:41.324134: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.6s I0125 03:50:41.710394 281473173582688 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 0.6s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:50:41.710763 281473173582688 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:50:41.713976 281473173582688 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffff94867360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff908adccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff948207a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff946a3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff948207a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff0112dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff01d3d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff01cf80c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff01cf3888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff01d40c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff00c8eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff00c90640] [0xffff8e280068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff00b03170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff00b03af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff06038a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff906423dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff94637624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff9474149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 4 of 5): 2023-01-25 03:50:48.411711: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:48.507855: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:50.183275 281473065710432 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:50:50.185141 281473065710432 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:50:50.263936: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x35faca20 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:50.264000: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:50.451105: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:50.488851: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:50.684006: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 1.24s I0125 03:50:51.420438 281473065710432 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 1.24s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:50:51.420778 281473065710432 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:50:51.423871 281473065710432 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffff8e187360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff84a0dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff8e1407a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff8dfc3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff8e1407a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff1ca4dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff1d65d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff1d6180c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff1d613888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff1d660c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff1c5aeb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff1c5b0640] [0xffff80c80068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff1c423170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff1c423af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff21958a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff847a23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff8df57624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff8e06149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 4 of 5): 2023-01-25 03:50:59.367063: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:59.424181: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:51:00.944902 281473731031904 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:51:00.947414 281473731031904 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare 2023-01-25 03:51:01.071337: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x9eafda0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:51:01.071400: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:51:01.207800: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:51:01.271779: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:51:01.428840: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 1.04s I0125 03:51:01.988657 281473731031904 test_util.py:2467] time(__main__.DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare): 1.04s INFO:tensorflow:End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare I0125 03:51:01.988978 281473731031904 xla_test.py:237] End test case: testDepthwiseConv2DFilterGradFormatNCHWCompare [ FAILED ] DepthwiseConv2DTest.testDepthwiseConv2DFilterGradFormatNCHWCompare [ RUN ] DepthwiseConv2DTest.testDilationDepthwiseConv2DWith INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith I0125 03:51:01.992014 281473731031904 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDilationDepthwiseConv2DWith Fatal Python error: Segmentation fault Thread 0x0000ffffb5c07360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 419 in _VerifyValuesWithDilation File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 436 in testDilationDepthwiseConv2DWith File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffffaf4adccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb5bc07a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffffb5a43d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffb5bc07a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff544cdd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff550dd554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff550980c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff55093888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff550e0c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff5402eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff54030640] [0xffffb1fa0068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff53ea3170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff53ea3af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff593d8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffffaf2423dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffffb59d7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffffb5ae149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 5 of 5): 2023-01-25 03:50:36.837373: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:36.894711: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:41.101067 281472847606624 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:50:41.102977 281472847606624 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:50:41.167514: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xb386fc0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:41.167571: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:41.702138: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:41.739933: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:41.818891: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff81187360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff7d1cdccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff811407a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff80fc3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff811407a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff1ba4dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff1c65d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff1c6180c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff1c613888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff1c660c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff1b5aeb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff1b5b0640] [0xffff80bf00f0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff1b423170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff1b423af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff20958a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff7cf623dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff80f57624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff8106149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 5 of 5): 2023-01-25 03:50:52.219319: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:52.277594: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:53.693766 281473356952416 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:50:53.695601 281473356952416 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:50:53.810031: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x2b0b0570 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:53.810117: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:54.739914: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:54.766667: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:54.881792: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff9f747360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff9b78dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff9f7007a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff9f583d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff9f7007a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xffff5600dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xffff56c1d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xffff56bd80c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xffff56bd3888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xffff56c20c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xffff55b6eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xffff55b70640] [0xffff9f1b00f0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xffff559e3170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xffff559e3af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xffff5af18a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff9b5223dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff9f517624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff9f62149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 5 of 5): 2023-01-25 03:51:02.900258: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:51:02.959421: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:51:04.452295 281472856126304 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2DFormat INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat I0125 03:51:04.454102 281472856126304 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2DFormat 2023-01-25 03:51:04.509854: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x38f8f350 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:51:04.509920: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:51:05.149164: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:51:05.176693: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:51:05.302868: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff819a7360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 242 in testDepthwiseConv2DFormat File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff73a1dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff819607a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff817e3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff819607a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffeea26dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffeeae7d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffeeae380c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffeeae33888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffeeae80c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffee9dceb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffee9dd0640] [0xffff814100f0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffee9c43170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffee9c43af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xfffeef178a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff737b23dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff81777624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff8188149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_2gpu: 2023-01-25 03:50:50.885969: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:50.955507: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_2gpu: 2023-01-25 03:51:03.158707: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:51:03.216010: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/distribute:parameter_server_strategy_test_2gpu: 2023-01-25 03:51:08.787304: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:51:08.917523: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/distribute/parameter_server_strategy_test.py", line 39, in from tensorflow.python.estimator import run_config File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/estimator/run_config.py", line 22, in from tensorflow_estimator.python.estimator import run_config File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/parameter_server_strategy_test_2gpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 2 of 5): 2023-01-25 03:50:36.527115: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:36.584647: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:41.101207 281473117746016 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:50:41.103411 281473117746016 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:50:41.179662: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x1301ea90 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:41.179739: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:41.660351: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:41.687556: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:41.796758: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff91327360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff8cf7dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff912e07a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff91163d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff912e07a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffef9bedd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffefa7fd554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffefa7b80c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffefa7b3888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffefa800c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffef974eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffef9750640] [0xffff90d90068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffef95c3170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffef95c3af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xfffefeaf8a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff8cd123dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff910f7624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff9120149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 2 of 5): 2023-01-25 03:50:52.924014: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:50:52.982900: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:50:54.615237 281472875721568 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:50:54.618557 281472875721568 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:50:54.809304: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x218ece80 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:50:54.809367: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:50:55.280694: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:50:55.302877: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:50:55.386192: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff82c57360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff7cc9dccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff82c107a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff82a93d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff82c107a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffeeb51dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffeec12d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffeec0e80c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffeec0e3888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffeec130c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffeeb07eb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffeeb080640] [0xffff826c0068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffeeaef3170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffeeaef3af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xfffef0428a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff7ca323dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff82a27624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff82b3149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test (shard 2 of 5): 2023-01-25 03:51:05.583495: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:51:05.646726: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:51:07.330770 281472995455840 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] DepthwiseConv2DTest.testDepthwiseConv2D INFO:tensorflow:Start test case: DepthwiseConv2DTest.testDepthwiseConv2D I0125 03:51:07.332997 281472995455840 xla_test.py:230] Start test case: DepthwiseConv2DTest.testDepthwiseConv2D 2023-01-25 03:51:07.386911: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3f8ede20 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:51:07.387000: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:51:07.849259: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:51:07.870459: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:51:08.013249: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. Fatal Python error: Segmentation fault Thread 0x0000ffff89e87360 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1454 in _call_tf_sessionrun File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361 in _run_fn File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1378 in _do_call File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1371 in _do_run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1191 in _run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 968 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 211 in _VerifyValues File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 229 in testDepthwiseConv2D File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 2338 in decorated File "/usr/lib/python3.8/unittest/case.py", line 633 in _callTestMethod File "/usr/lib/python3.8/unittest/case.py", line 676 in run File "/usr/lib/python3.8/unittest/case.py", line 736 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/suite.py", line 122 in run File "/usr/lib/python3.8/unittest/suite.py", line 84 in __call__ File "/usr/lib/python3.8/unittest/runner.py", line 176 in run File "/usr/lib/python3.8/unittest/main.py", line 271 in runTests File "/usr/lib/python3.8/unittest/main.py", line 101 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 486 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 56 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/depthwise_conv_op_test.py", line 701 in *** Received signal 11 *** *** BEGIN MANGLED STACK TRACE *** /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x167dccc)[0xffff85ecdccc] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff89e407a0] /lib/aarch64-linux-gnu/libc.so.6(gsignal+0xe0)[0xffff89cc3d78] linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffff89e407a0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb7ddd94)[0xfffef274dd94] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3ed554)[0xfffef335d554] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a80c8)[0xfffef33180c8] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3a3888)[0xfffef3313888] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xc3f0c04)[0xfffef3360c04] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb33eb98)[0xfffef22aeb98] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(__xla_cpu_runtime_ACLConv2DF32+0x330)[0xfffef22b0640] [0xffff898f0068] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN3xla3cpu13CpuExecutable22ExecuteComputeFunctionEPKNS_20ExecutableRunOptionsEN4absl12lts_202206234SpanIKNS_23MaybeOwningDeviceMemoryEEEPNS_19HloExecutionProfileE+0x3a0)[0xfffef2123170] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(+0xb1b3af0)[0xfffef2123af0] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Spython_C_Upywrap_Utensorflow_Uinternal.so_Ucclib___Utensorflow/libtensorflow_cc.so.2(_ZN15stream_executor4host10HostStream8WorkLoopEv+0x14c)[0xfffef7658a7c] /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/platform/../../../_solib_local/_U_S_Stensorflow_Clibtensorflow_Uframework_Uimport_Ulib___Utensorflow/libtensorflow_framework.so.2(+0x14123dc)[0xffff85c623dc] /lib/aarch64-linux-gnu/libpthread.so.0(+0x7624)[0xffff89c57624] /lib/aarch64-linux-gnu/libc.so.6(+0xd149c)[0xffff89d6149c] *** END MANGLED STACK TRACE *** *** Begin stack trace *** tsl::CurrentStackTrace[abi:cxx11]() __kernel_rt_sigreturn gsignal __kernel_rt_sigreturn __xla_cpu_runtime_ACLConv2DF32 xla::cpu::CpuExecutable::ExecuteComputeFunction(xla::ExecutableRunOptions const*, absl::lts_20220623::Span, xla::HloExecutionProfile*) stream_executor::host::HostStream::WorkLoop() *** End stack trace *** ================================================================================ ==================== Test output for //tensorflow/python/compiler/xla:xla_test_cpu: 2023-01-25 03:52:05.025168: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:52:05.119380: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/compiler/xla/xla_test.py", line 22, in from tensorflow.python.estimator import model_fn as model_fn_lib File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/model_fn.py", line 22, in from tensorflow_estimator.python.estimator import model_fn File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/compiler/xla:xla_test_cpu: 2023-01-25 03:52:20.418363: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:52:20.472550: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/compiler/xla/xla_test.py", line 22, in from tensorflow.python.estimator import model_fn as model_fn_lib File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/model_fn.py", line 22, in from tensorflow_estimator.python.estimator import model_fn File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/python/compiler/xla:xla_test_cpu: 2023-01-25 03:52:26.031279: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:52:26.085007: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/compiler/xla/xla_test.py", line 22, in from tensorflow.python.estimator import model_fn as model_fn_lib File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/estimator/model_fn.py", line 22, in from tensorflow_estimator.python.estimator import model_fn File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1 import estimator File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py", line 8, in from tensorflow_estimator._api.v1.estimator import experimental File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/_api/v1/estimator/experimental/__init__.py", line 8, in from tensorflow_estimator.python.estimator.canned.dnn import dnn_logit_fn_builder File "/home/buildslave/.local/lib/python3.8/site-packages/tensorflow_estimator/python/estimator/canned/dnn.py", line 26, in from tensorflow.python.util.tf_export import estimator_export ImportError: cannot import name 'estimator_export' from 'tensorflow.python.util.tf_export' (/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/compiler/xla/xla_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/tf_export.py) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 8 of 10): 2023-01-25 03:53:22.330925: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:22.390693: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.512114 281473161786208 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:25.516831 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:53:25.565761: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3881e850 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.565825: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.597399: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.615513: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.679103: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.17s I0125 03:53:25.684727 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:25.685234 281473161786208 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:25.686395 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s I0125 03:53:25.767272 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:25.767619 281473161786208 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:25.768362 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.07s I0125 03:53:25.842324 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:25.842731 281473161786208 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:25.843533 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.07s I0125 03:53:25.917219 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:25.917524 281473161786208 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:25.918358 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.07s I0125 03:53:25.992747 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:25.993100 281473161786208 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:25.993900 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s I0125 03:53:26.096232 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:26.096588 281473161786208 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:26.097333 281473161786208 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:53:26.188161 281473161786208 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:26.188659 281473161786208 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:26.193240 281473161786208 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.07s I0125 03:53:26.258513 281473161786208 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:26.258942 281473161786208 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:26.259857 281473161786208 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.11s I0125 03:53:26.367079 281473161786208 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:26.367537 281473161786208 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.853s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 8 of 10): 2023-01-25 03:53:28.225194: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.284981: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.750369 281473493070688 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:29.755419 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:53:29.859924: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3db85bd0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:29.860013: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:29.873781: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:29.894404: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:29.994059: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.24s I0125 03:53:29.998674 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.24s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:29.999047 281473493070688 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:29.999841 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.07s I0125 03:53:30.070937 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:30.071317 281473493070688 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:30.072126 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.1s I0125 03:53:30.170999 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:30.171362 281473493070688 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:30.172174 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.09s I0125 03:53:30.259261 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:30.259623 281473493070688 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:30.260560 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.09s I0125 03:53:30.346724 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:30.347098 281473493070688 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:30.347923 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s I0125 03:53:30.447474 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:30.447869 281473493070688 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:30.448722 281473493070688 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.13s I0125 03:53:30.576544 281473493070688 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.13s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:30.576914 281473493070688 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:30.581018 281473493070688 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.06s I0125 03:53:30.645140 281473493070688 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:30.645568 281473493070688 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:30.646540 281473493070688 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s I0125 03:53:30.707270 281473493070688 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:30.707665 281473493070688 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 0.955s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 8 of 10): 2023-01-25 03:53:32.285751: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:32.348375: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:33.907124 281472847410016 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:33.912591 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC 2023-01-25 03:53:33.969245: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xd2bbbc0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:33.969333: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:33.987408: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.011729: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:34.093406: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.19s I0125 03:53:34.100287 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.19s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:34.100654 281472847410016 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:34.101504 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s I0125 03:53:34.184961 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC I0125 03:53:34.185329 281472847410016 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:34.186228 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.14s I0125 03:53:34.327348 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.14s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:34.327706 281472847410016 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:34.328489 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.08s I0125 03:53:34.403670 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:34.404078 281472847410016 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:34.405090 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.13s I0125 03:53:34.531912 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC): 0.13s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC I0125 03:53:34.532278 281472847410016 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:34.533135 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.19s I0125 03:53:34.727039 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC): 0.19s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC I0125 03:53:34.727378 281472847410016 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:34.728081 281472847410016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.15s I0125 03:53:34.877654 281472847410016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC): 0.15s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:34.877983 281472847410016 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:34.881547 281472847410016 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.1s I0125 03:53:34.979079 281472847410016 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:34.979424 281472847410016 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:34.980206 281472847410016 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s I0125 03:53:35.037311 281472847410016 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NHWC I0125 03:53:35.037680 281472847410016 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC [ RUN ] Conv2DTest.test_session [ SKIPPED ] Conv2DTest.test_session ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 167 212 257 122 140 158 478 541 604 437 482 527] not close rhs = [138. 90. 42. 540. 300. 132. 501. 201. 81. 198. 150. 30. 678. 510. 162. 471. 351. 231.] not close dif = [124. 58. 8. 440. 137. 94. 334. 11. 176. 76. 10. 128. 200. 31. 442. 34. 131. 296.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 0.50100106 0.201001 0.081001 0.19800101 0.150001 0.030001 0.67800105 0.51000106 0.162001 0.47100103 0.35100102 0.231001 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 32, 50], [100, 163, 226], [167, 212, 257]],... y: array([[[[138., 90., 42.], [540., 300., 132.], [501., 201., 81.]],... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NHWC testConv2D2x2FilterStride2Same_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 1230. 1305. 1380.] not close rhs = [ 821. 1973. 3125. 460. 1360. 2260.] not close dif = [1450. 394. 662. 770. 55. 880.] not close tol = [0.82100105 1.973001 3.1250012 0.46000102 1.360001 2.260001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [1230., 1305., 1380.]]]]) y: array([[[[ 821., 1973., 3125.], [ 460., 1360., 2260.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 1.127s FAILED (failures=2, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 9 of 10): 2023-01-25 03:53:22.662393: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:22.723241: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.513813 281472986411872 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:25.518795 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:53:25.577480: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x330697a0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.577563: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.592601: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.636247: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.702858: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.19s I0125 03:53:25.707352 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.19s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:25.707745 281472986411872 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:25.708618 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.21s I0125 03:53:25.916474 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.21s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:25.916903 281472986411872 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:25.920844 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s I0125 03:53:26.020916 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:26.021354 281472986411872 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:53:26.022277 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:53:26.022553 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:26.022717 281472986411872 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:26.023456 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.08s I0125 03:53:26.103662 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:26.104122 281472986411872 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:26.105051 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.08s I0125 03:53:26.187494 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:26.187914 281472986411872 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:26.188872 281472986411872 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:53:26.203756: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.07s I0125 03:53:26.259515 281472986411872 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:26.259922 281472986411872 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:26.260953 281472986411872 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.08s I0125 03:53:26.343389 281472986411872 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:26.343769 281472986411872 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:26.345347 281472986411872 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s I0125 03:53:26.422918 281472986411872 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:26.423331 281472986411872 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 0.906s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 9 of 10): 2023-01-25 03:53:28.403973: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.465307: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.973154 281473687778144 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:29.979015 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:53:30.031454: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x31005ab0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:30.031532: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:30.076514: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:30.094324: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:30.276007: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.34s I0125 03:53:30.318533 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.34s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:30.319120 281473687778144 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:30.320246 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.16s I0125 03:53:30.481737 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.16s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:30.482258 281473687778144 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:30.486655 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s I0125 03:53:30.587389 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:30.587844 281473687778144 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:53:30.588764 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:53:30.589043 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:30.589219 281473687778144 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:30.589931 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.13s I0125 03:53:30.717241 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.13s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:30.717694 281473687778144 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:30.718620 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.11s I0125 03:53:30.829325 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:30.829776 281473687778144 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:30.830724 281473687778144 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:53:30.844300: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.09s I0125 03:53:30.924179 281473687778144 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:30.924691 281473687778144 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:30.925796 281473687778144 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.08s I0125 03:53:31.010214 281473687778144 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:31.010669 281473687778144 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:31.012382 281473687778144 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s I0125 03:53:31.107748 281473687778144 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:31.108290 281473687778144 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 1.132s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 9 of 10): 2023-01-25 03:53:32.873810: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:32.932841: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:34.403116 281473368421216 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:34.408264 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW 2023-01-25 03:53:34.460245: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3aa7a010 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:34.460334: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:34.475022: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.495302: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:34.626416: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.23s I0125 03:53:34.637226 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW): 0.23s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:34.637587 281473368421216 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:34.638442 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.17s I0125 03:53:34.812838 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW): 0.17s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:34.813160 281473368421216 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:34.816872 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s I0125 03:53:34.899573 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:34.899912 281473368421216 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.test_scope INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.test_scope I0125 03:53:34.900604 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.test_scope INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s I0125 03:53:34.900847 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:34.901001 281473368421216 xla_test.py:237] End test case: test_scope [ OK ] Conv2DBackpropFilterTest.test_scope [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:34.901556 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.1s I0125 03:53:35.000269 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:35.000596 281473368421216 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:35.001380 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.1s I0125 03:53:35.102624 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NCHW I0125 03:53:35.103005 281473368421216 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:35.103806 281473368421216 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW 2023-01-25 03:53:35.117574: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 1 i: 2 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\001\000\000\000\002\000\000\000\003\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 2 } dim { size: 3 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.07s I0125 03:53:35.169977 281473368421216 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW): 0.07s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW I0125 03:53:35.170289 281473368421216 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:35.171151 281473368421216 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.15s I0125 03:53:35.316431 281473368421216 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NCHW I0125 03:53:35.316810 281473368421216 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:35.318282 281473368421216 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s I0125 03:53:35.397231 281473368421216 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NCHW I0125 03:53:35.397532 281473368421216 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NCHW testConv2D1x2FilterDilation_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231 384 690 843 252 423 765 936 273 462 840 1029] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = int64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 384], [ 690, 843]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NCHW testConv2D2x2FilterStride2_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 1, 2]), array([0, 0, 0]), array([0, 0, 0])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 3, 1, 1) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271.]], [[2367.]],... y: array([[[[ 821.]], [[1973.]],... ---------------------------------------------------------------------- Ran 9 tests in 0.991s FAILED (failures=3) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 10 of 10): 2023-01-25 03:53:21.341536: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:21.399340: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.515687 281473188787040 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:25.520863 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:53:25.602013: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x33844200 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.602090: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.619333: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.653294: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.752487: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.24s I0125 03:53:25.756804 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.24s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:25.757249 281473188787040 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:25.758254 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.12s I0125 03:53:25.878270 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:25.878741 281473188787040 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:25.883108 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.08s I0125 03:53:25.966426 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:25.966880 281473188787040 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:25.968415 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.11s I0125 03:53:26.075887 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:26.076428 281473188787040 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:26.077493 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s I0125 03:53:26.180176 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:26.180684 281473188787040 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:26.181715 281473188787040 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:53:26.198410: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.08s I0125 03:53:26.257750 281473188787040 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:26.258214 281473188787040 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:26.259284 281473188787040 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.09s I0125 03:53:26.353840 281473188787040 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:26.354336 281473188787040 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:26.356239 281473188787040 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.16s I0125 03:53:26.514293 281473188787040 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.16s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:26.514797 281473188787040 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 0.996s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 10 of 10): 2023-01-25 03:53:28.404964: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.464825: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.898494 281473249014624 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:29.903489 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:53:29.963642: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x31835990 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:29.963731: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:29.977981: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:30.003213: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:30.095515: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.2s I0125 03:53:30.104382 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.2s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:30.104786 281473249014624 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:30.105637 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.17s I0125 03:53:30.277885 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:30.278265 281473249014624 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:30.282240 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.09s I0125 03:53:30.374600 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:30.374941 281473249014624 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:30.376343 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.14s I0125 03:53:30.517365 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.14s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:30.517781 281473249014624 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:30.518628 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.08s I0125 03:53:30.597281 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:30.597631 281473249014624 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:30.598390 281473249014624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:53:30.611175: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s I0125 03:53:30.663410 281473249014624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:30.663795 281473249014624 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:30.664688 281473249014624 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.06s I0125 03:53:30.726353 281473249014624 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:30.726714 281473249014624 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:30.728312 281473249014624 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.07s I0125 03:53:30.799348 281473249014624 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:30.799906 281473249014624 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 0.899s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 10 of 10): 2023-01-25 03:53:32.848246: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:32.907293: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:34.370847 281473707766624 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:34.376203 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC 2023-01-25 03:53:34.441346: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x1f7c9960 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:34.441449: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:34.455985: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.472608: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:34.540383: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s I0125 03:53:34.546997 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:34.547414 281473707766624 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:34.548305 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.24s I0125 03:53:34.784042 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC): 0.24s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC I0125 03:53:34.784436 281473707766624 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:34.788316 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.13s I0125 03:53:34.916931 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.13s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:34.917324 281473707766624 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.test_session [ SKIPPED ] Conv2DBackpropFilterTest.test_session [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:34.918498 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.09s I0125 03:53:35.007598 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC I0125 03:53:35.007998 281473707766624 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width7_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:35.008859 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s I0125 03:53:35.106630 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterC1Same_data_format_NHWC I0125 03:53:35.107028 281473707766624 xla_test.py:237] End test case: testConv2D2x2FilterC1Same_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D2x2FilterC1Same_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:35.107857 281473707766624 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC 2023-01-25 03:53:35.120944: W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:690] Error in PredictCost() for the op: op: "Conv2DBackpropInput" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NHWC" } } attr { key: "dilations" value { list { i: 1 i: 1 i: 2 i: 1 } } } attr { key: "explicit_paddings" value { list { } } } attr { key: "padding" value { s: "VALID" } } attr { key: "strides" value { list { i: 1 i: 1 i: 1 i: 1 } } } attr { key: "use_cudnn_on_gpu" value { b: true } } inputs { dtype: DT_INT32 shape { dim { size: 4 } } value { dtype: DT_INT32 tensor_shape { dim { size: 4 } } tensor_content: "\000\000\000\000\002\000\000\000\003\000\000\000\001\000\000\000" } } inputs { dtype: DT_FLOAT shape { dim { size: 2 } dim { size: 2 } dim { size: 1 } dim { size: 1 } } } inputs { dtype: DT_FLOAT shape { dim { } dim { size: 1 } dim { size: 1 } dim { size: 1 } } } device { type: "CPU" model: "0" frequency: 200 num_cores: 56 environment { key: "cpu_instruction_set" value: "ARM NEON" } environment { key: "eigen" value: "3.4.90" } l1_cache_size: 16384 l2_cache_size: 524288 l3_cache_size: 524288 memory_size: 268435456 } outputs { dtype: DT_FLOAT shape { dim { } dim { size: 2 } dim { size: 3 } dim { size: 1 } } } INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s I0125 03:53:35.169160 281473707766624 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC I0125 03:53:35.169600 281473707766624 xla_test.py:237] End test case: testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DEmptyBackpropInputDilation1x2_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:35.170582 281473707766624 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.11s I0125 03:53:35.277776 281473707766624 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D1x2FilterDilation_data_format_NHWC I0125 03:53:35.278172 281473707766624 xla_test.py:237] End test case: testConv2D1x2FilterDilation_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:35.279764 281473707766624 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.12s I0125 03:53:35.396189 281473707766624 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2FilterStride2_data_format_NHWC I0125 03:53:35.396555 281473707766624 xla_test.py:237] End test case: testConv2D2x2FilterStride2_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC ====================================================================== FAIL: testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC testConv2D2x2Depth3ValidBackpropFilterDilation2x2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 833, in testConv2D2x2Depth3ValidBackpropFilterDilation2x2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 47 64 81 52 71 90 57 78 99 137 190 243 142 197 252 147 204 261 167 232 297 172 239 306 177 246 315] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 27. 61. 95. 30. 68. 106. 33. 75. 117. 81. 187. 293. 84. 194. 304. 87. 201. 315. 99. 229. 359. 102. 236. 370. 105. 243. 381.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 20. 3. 14. 22. 3. 16. 24. 3. 18. 56. 3. 50. 58. 3. 52. 60. 3. 54. 68. 3. 62. 70. 3. 64. 72. 3. 66.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.027001 0.061001 0.095001 0.030001 0.068001 0.106001 0.033001 0.075001 0.117001 0.081001 0.187001 0.29300103 0.084001 0.194001 0.30400103 0.087001 0.201001 0.31500104 0.09900101 0.22900102 0.35900104 0.102001 0.23600101 0.37000102 0.105001 0.24300101 0.38100103] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 72. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D1x2FilterDilation_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2FilterDilation_data_format_NHWC testConv2D1x2FilterDilation_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 208, in testConv2D1x2FilterDilation self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231 252 273 384 423 462 690 765 840 843 936 1029] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = int64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231, 252, 273], [ 384, 423, 462]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2_data_format_NHWC testConv2D2x2FilterStride2_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 160, in testConv2D2x2FilterStride2 self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0]), array([0, 0, 0]), array([0, 0, 0]), array([0, 1, 2])) not close lhs = [2271. 2367. 2463.] not close rhs = [ 821. 1973. 3125.] not close dif = [1450. 394. 662.] not close tol = [0.82100105 1.973001 3.1250012 ] dtype = float64, shape = (1, 1, 1, 3) Mismatched elements: 3 / 3 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.]]]]) y: array([[[[ 821., 1973., 3125.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 9 tests in 1.022s FAILED (failures=3, skipped=1) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 7 of 10): 2023-01-25 03:53:22.254574: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:22.342911: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.514217 281473005417312 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:25.519031 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:53:25.604004: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x39599520 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.604069: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.727341: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.743761: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.815710: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.33s I0125 03:53:25.847472 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.33s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:25.847846 281473005417312 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:25.848682 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.1s I0125 03:53:25.947259 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:25.947614 281473005417312 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:25.948456 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.1s I0125 03:53:26.046574 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:26.046941 281473005417312 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:26.047821 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.1s I0125 03:53:26.148637 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:26.149041 281473005417312 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:26.150018 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.09s I0125 03:53:26.237531 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:26.237932 281473005417312 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:26.238787 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.14s I0125 03:53:26.378122 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.14s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:26.378504 281473005417312 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:26.379338 281473005417312 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.21s I0125 03:53:26.587378 281473005417312 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.21s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:26.587840 281473005417312 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:26.592438 281473005417312 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.12s I0125 03:53:26.716553 281473005417312 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:26.716936 281473005417312 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:26.717854 281473005417312 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.15s I0125 03:53:26.866746 281473005417312 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:26.867117 281473005417312 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:53:26.868658 281473005417312 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:53:26.868979 281473005417312 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:26.869177 281473005417312 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.351s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 7 of 10): 2023-01-25 03:53:28.385653: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.446530: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.866571 281473324249952 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:29.871562 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:53:29.965327: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x16e65750 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:29.965406: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:29.990151: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:30.009358: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:30.112832: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.28s I0125 03:53:30.146900 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.28s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:30.147341 281473324249952 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:30.148214 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.08s I0125 03:53:30.228346 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:30.228728 281473324249952 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:30.229549 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.14s I0125 03:53:30.371574 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.14s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:30.372019 281473324249952 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:30.372924 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.09s I0125 03:53:30.467472 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:30.467856 281473324249952 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:30.468791 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.11s I0125 03:53:30.580763 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:30.581118 281473324249952 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:30.581912 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.09s I0125 03:53:30.676684 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:30.677056 281473324249952 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:30.677849 281473324249952 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.15s I0125 03:53:30.825188 281473324249952 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:30.825568 281473324249952 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:30.829684 281473324249952 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.1s I0125 03:53:30.932668 281473324249952 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:30.933071 281473324249952 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:30.933853 281473324249952 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.1s I0125 03:53:31.036427 281473324249952 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:31.036876 281473324249952 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:53:31.038524 281473324249952 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:53:31.038861 281473324249952 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:31.039071 281473324249952 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.168s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 7 of 10): 2023-01-25 03:53:32.653448: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:32.716051: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:34.253134 281473778348896 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:34.258613 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW 2023-01-25 03:53:34.379770: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xcb97030 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:34.379869: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:34.441633: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.459735: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:34.608322: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.38s I0125 03:53:34.634201 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW): 0.38s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW I0125 03:53:34.634604 281473778348896 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width7_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x2FilterStride3Width7_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:34.635434 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.09s I0125 03:53:34.729456 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW I0125 03:53:34.729743 281473778348896 xla_test.py:237] End test case: testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth1ValidBackpropFilterDilation1x2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:34.730416 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s I0125 03:53:34.807677 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:34.808071 281473778348896 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:34.808906 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.08s I0125 03:53:34.890045 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW I0125 03:53:34.890401 281473778348896 xla_test.py:237] End test case: testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2DKernelSizeMatchesInputSizeBackpropFilterDilation2x2_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:34.891249 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.15s I0125 03:53:35.037358 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW I0125 03:53:35.037684 281473778348896 xla_test.py:237] End test case: testConv2D1x2FilterStride3Width6_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2FilterStride3Width6_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:35.038547 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.12s I0125 03:53:35.159751 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW I0125 03:53:35.160166 281473778348896 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D2x2Depth3ValidBackpropInputStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:35.161061 281473778348896 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.18s I0125 03:53:35.336930 281473778348896 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW): 0.18s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:35.337330 281473778348896 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:35.341314 281473778348896 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.11s I0125 03:53:35.447551 281473778348896 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x1Filter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:35.447906 281473778348896 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:35.448699 281473778348896 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.09s I0125 03:53:35.541342 281473778348896 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2FilterStride2Same_data_format_NCHW I0125 03:53:35.541711 281473778348896 xla_test.py:237] End test case: testConv2D2x2FilterStride2Same_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW [ RUN ] Conv2DTest.test_scope INFO:tensorflow:Start test case: Conv2DTest.test_scope I0125 03:53:35.543123 281473778348896 xla_test.py:230] Start test case: Conv2DTest.test_scope INFO:tensorflow:time(__main__.Conv2DTest.test_scope): 0.0s I0125 03:53:35.543394 281473778348896 test_util.py:2467] time(__main__.Conv2DTest.test_scope): 0.0s INFO:tensorflow:End test case: test_scope I0125 03:53:35.543567 281473778348896 xla_test.py:237] End test case: test_scope [ OK ] Conv2DTest.test_scope ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 379, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 167 122 478 437 32 163 212 140 541 482 50 226 257 158 604 527] not close rhs = [138. 540. 501. 198. 678. 471. 90. 300. 201. 150. 510. 351. 42. 132. 81. 30. 162. 231.] not close dif = [124. 440. 334. 76. 200. 34. 58. 137. 11. 10. 31. 131. 8. 94. 176. 128. 442. 296.] not close tol = [0.13800101 0.54000103 0.50100106 0.19800101 0.67800105 0.47100103 0.090001 0.30000103 0.201001 0.150001 0.51000106 0.35100102 0.042001 0.132001 0.081001 0.030001 0.162001 0.231001 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 442. Max relative difference: 4.26666667 x: array([[[[ 14, 100, 167], [122, 478, 437]], ... y: array([[[[138., 540., 501.], [198., 678., 471.]], ... ====================================================================== FAIL: testConv2D2x2FilterStride2Same_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2FilterStride2Same_data_format_NCHW testConv2D2x2FilterStride2Same_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 173, in testConv2D2x2FilterStride2Same self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 1230. 2367. 1305. 2463. 1380.] not close rhs = [ 821. 460. 1973. 1360. 3125. 2260.] not close dif = [1450. 770. 394. 55. 662. 880.] not close tol = [0.82100105 0.46000102 1.973001 1.360001 3.1250012 2.260001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1450. Max relative difference: 1.76613886 x: array([[[[2271., 1230.]], [[2367., 1305.]],... y: array([[[[ 821., 460.]], [[1973., 1360.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.286s FAILED (failures=2) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 2 of 10): 2023-01-25 03:53:21.189818: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:21.269457: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.513782 281473361474400 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:25.518965 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:53:25.577473: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x31ed3580 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.577564: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.592896: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.617363: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.718987: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.24s I0125 03:53:25.755380 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.24s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:25.755858 281473361474400 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:25.759959 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.12s I0125 03:53:25.883219 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:25.883654 281473361474400 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:25.884580 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.06s I0125 03:53:25.946847 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.06s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:25.947274 281473361474400 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:25.948222 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.15s I0125 03:53:26.098597 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.15s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:26.098985 281473361474400 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:26.100683 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s I0125 03:53:26.186433 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:26.186879 281473361474400 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:26.187839 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.07s I0125 03:53:26.259837 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:26.260221 281473361474400 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:26.261157 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.08s I0125 03:53:26.343105 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:26.343525 281473361474400 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:53:26.345211 281473361474400 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.08s I0125 03:53:26.421054 281473361474400 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.08s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:53:26.421474 281473361474400 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:26.422508 281473361474400 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.09s I0125 03:53:26.517237 281473361474400 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:26.517673 281473361474400 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:26.519221 281473361474400 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:53:26.607391 281473361474400 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:26.607874 281473361474400 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 1.091s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 2 of 10): 2023-01-25 03:53:28.312016: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.372721: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.799241 281473450079072 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:29.804164 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:53:29.917860: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x34219ef0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:29.917932: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:29.932656: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:30.117464: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:30.267588: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.49s I0125 03:53:30.297514 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.49s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:30.297892 281473450079072 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:30.301934 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.11s I0125 03:53:30.407406 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:30.407819 281473450079072 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:30.408708 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.09s I0125 03:53:30.496445 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:30.496852 281473450079072 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:30.497737 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.13s I0125 03:53:30.631679 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.13s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:30.632049 281473450079072 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:30.633602 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s I0125 03:53:30.727223 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:30.727526 281473450079072 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:30.728308 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.07s I0125 03:53:30.802209 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.07s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:30.802576 281473450079072 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:30.803385 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.1s I0125 03:53:30.907979 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:30.908363 281473450079072 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:53:30.909857 281473450079072 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.17s I0125 03:53:31.082474 281473450079072 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.17s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:53:31.082939 281473450079072 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:31.084048 281473450079072 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.11s I0125 03:53:31.197564 281473450079072 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.11s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:31.198045 281473450079072 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:31.199990 281473450079072 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.1s I0125 03:53:31.299772 281473450079072 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:31.300268 281473450079072 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 1.498s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 2 of 10): 2023-01-25 03:53:33.178209: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:33.240109: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:34.817102 281473717007200 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:34.822285 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC 2023-01-25 03:53:34.873716: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x3f0b9ba0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:34.873807: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:34.911284: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.926357: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:35.068753: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.3s I0125 03:53:35.125768 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC): 0.3s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:35.126219 281473717007200 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:35.130438 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.16s I0125 03:53:35.286564 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC): 0.16s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC I0125 03:53:35.286937 281473717007200 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:35.287724 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.1s I0125 03:53:35.384520 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC I0125 03:53:35.384864 281473717007200 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NHWC [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:35.385648 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.13s I0125 03:53:35.518247 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC): 0.13s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:35.518625 281473717007200 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC I0125 03:53:35.520337 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s I0125 03:53:35.606781 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NHWC I0125 03:53:35.607158 281473717007200 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:35.607911 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.1s I0125 03:53:35.711676 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:35.712030 281473717007200 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:35.712800 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.12s I0125 03:53:35.836848 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC): 0.12s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NHWC I0125 03:53:35.837279 281473717007200 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NHWC [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC I0125 03:53:35.838907 281473717007200 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.1s I0125 03:53:35.937542 281473717007200 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC): 0.1s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NHWC I0125 03:53:35.937918 281473717007200 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NHWC [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC I0125 03:53:35.938815 281473717007200 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.09s I0125 03:53:36.030943 281473717007200 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NHWC I0125 03:53:36.031330 281473717007200 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NHWC [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC I0125 03:53:36.032878 281473717007200 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NHWC INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.09s I0125 03:53:36.125313 281473717007200 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NHWC): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NHWC I0125 03:53:36.125688 281473717007200 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NHWC [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NHWC ====================================================================== FAIL: testConv2D1x1Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NHWC testConv2D1x1Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NHWC (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NHWC testConv2D2x2FilterSame_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 32 50 100 163 226 217 334 451 190 307 424 929 1217 1505 1487 1883 2279] not close rhs = [ 138. 90. 42. 540. 300. 132. 1035. 543. 231. 930. 618. 234. 2703. 1539. 591. 3765. 2205. 861.] not close dif = [ 124. 58. 8. 440. 137. 94. 818. 209. 220. 740. 311. 190. 1774. 322. 914. 2278. 322. 1418.] not close tol = [0.13800101 0.090001 0.042001 0.54000103 0.30000103 0.132001 1.035001 0.54300106 0.231001 0.9300011 0.61800104 0.23400101 2.703001 1.539001 0.59100103 3.765001 2.205001 0.8610011 ] dtype = int64, shape = (1, 2, 3, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 32, 50], [ 100, 163, 226], [ 217, 334, 451]],... y: array([[[[ 138., 90., 42.], [ 540., 300., 132.], [1035., 543., 231.]],... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NHWC testConv2D1x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 231. 252. 273. 384. 423. 462. 690. 765. 840. 843. 936. 1029.] not close rhs = [ 91. 217. 343. 154. 388. 622. 280. 730. 1180. 343. 901. 1459.] not close dif = [140. 35. 70. 230. 35. 160. 410. 35. 340. 500. 35. 430.] not close tol = [0.091001 0.217001 0.34300104 0.15400101 0.38800102 0.62200105 0.280001 0.73000103 1.180001 0.34300104 0.90100104 1.4590011 ] dtype = float64, shape = (1, 2, 2, 3) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 252., 273.], [ 384., 423., 462.]], ... y: array([[[[ 91., 217., 343.], [ 154., 388., 622.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NHWC (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NHWC testConv2D2x2Filter_data_format_NHWC('NHWC') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2])) not close lhs = [2271. 2367. 2463. 2901. 3033. 3165.] not close rhs = [ 821. 1973. 3125. 1055. 2639. 4223.] not close dif = [1450. 394. 662. 1846. 394. 1058.] not close tol = [0.82100105 1.973001 3.1250012 1.055001 2.6390011 4.223001 ] dtype = float64, shape = (1, 1, 2, 3) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2367., 2463.], [2901., 3033., 3165.]]]]) y: array([[[[ 821., 1973., 3125.], [1055., 2639., 4223.]]]], dtype=float32) ---------------------------------------------------------------------- Ran 10 tests in 1.305s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 1 of 10): 2023-01-25 03:53:21.093567: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:21.203666: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:25.513645 281473826321248 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:25.518695 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:53:25.577514: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0xf404100 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:25.577566: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:25.592601: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:25.617280: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:25.683121: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.23s I0125 03:53:25.747426 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.23s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:25.747822 281473826321248 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:25.751549 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.1s I0125 03:53:25.847229 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:25.847641 281473826321248 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:25.848546 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.08s I0125 03:53:25.927464 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:25.927866 281473826321248 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:25.928705 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.11s I0125 03:53:26.037018 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:26.037410 281473826321248 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:26.038975 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.12s I0125 03:53:26.157693 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:26.158140 281473826321248 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:26.159056 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.1s I0125 03:53:26.257685 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:26.258111 281473826321248 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:26.259019 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.12s I0125 03:53:26.380285 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:26.380690 281473826321248 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:53:26.382220 281473826321248 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.09s I0125 03:53:26.472129 281473826321248 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:53:26.472516 281473826321248 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:26.473452 281473826321248 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.12s I0125 03:53:26.591428 281473826321248 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:26.591830 281473826321248 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:26.593355 281473826321248 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.09s I0125 03:53:26.687926 281473826321248 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:26.688336 281473826321248 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.171s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 1 of 10): 2023-01-25 03:53:28.340802: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:28.400799: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:29.939458 281473277260640 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:29.944982 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:53:30.076259: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x269d5750 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:30.076339: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:30.090876: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:30.157660: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:30.241923: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.33s I0125 03:53:30.277751 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.33s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:30.278237 281473277260640 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:30.282359 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.09s I0125 03:53:30.376600 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:30.377061 281473277260640 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:30.377989 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.09s I0125 03:53:30.466090 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:30.466539 281473277260640 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:30.467433 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.14s I0125 03:53:30.604893 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.14s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:30.605268 281473277260640 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:30.607022 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.13s I0125 03:53:30.741847 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.13s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:30.742351 281473277260640 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:30.743375 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.09s I0125 03:53:30.829146 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:30.829631 281473277260640 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:30.830928 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.15s I0125 03:53:30.977917 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.15s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:30.978387 281473277260640 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:53:30.980186 281473277260640 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.11s I0125 03:53:31.087536 281473277260640 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:53:31.088019 281473277260640 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:31.089066 281473277260640 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.14s I0125 03:53:31.227888 281473277260640 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.14s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:31.228370 281473277260640 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:31.230139 281473277260640 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.08s I0125 03:53:31.307197 281473277260640 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:31.307658 281473277260640 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.365s FAILED (failures=5) ================================================================================ ==================== Test output for //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test (shard 1 of 10): 2023-01-25 03:53:33.044894: I tensorflow/core/util/port.cc:116] Experimental oneDNN custom operations are on. If you experience issues, please turn them off by setting the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-01-25 03:53:33.103950: E tensorflow/tsl/lib/monitoring/collection_registry.cc:81] Cannot register 2 metrics with the same name: /tensorflow/core/bfc_allocator_delay Running tests under Python 3.8.10: /usr/bin/python3 WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated W0125 03:53:34.601707 281473519154016 deprecation.py:364] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/xla_test.py:105: Context.enable_xla_devices (from tensorflow.python.eager.context) is deprecated and will be removed in a future version. Instructions for updating: XLA:CPU and XLA:GPU devices are deprecated [ RUN ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:34.607372 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW 2023-01-25 03:53:34.701352: I tensorflow/compiler/xla/service/service.cc:169] XLA service 0x1b06bef0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2023-01-25 03:53:34.701441: I tensorflow/compiler/xla/service/service.cc:177] StreamExecutor device (0): Host, Default Version 2023-01-25 03:53:34.713510: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:353] MLIR V1 optimization pass is not enabled 2023-01-25 03:53:34.827508: I tensorflow/compiler/jit/xla_device.cc:430] XLA_GPU and XLA_CPU devices are deprecated and will be removed in subsequent releases. Instead, use either @tf.function(jit_compile=True) for must-compile semantics, or run with TF_XLA_FLAGS=--tf_xla_auto_jit=2 for auto-clustering best-effort compilation. 2023-01-25 03:53:34.967361: I ./tensorflow/compiler/jit/device_compiler.h:180] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process. INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.44s I0125 03:53:35.046700 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW): 0.44s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:35.047213 281473519154016 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:35.051515 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.08s I0125 03:53:35.135194 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW I0125 03:53:35.135664 281473519154016 xla_test.py:237] End test case: testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D1x3FilterSameOutbackprop2_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:35.136689 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.09s I0125 03:53:35.227381 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW): 0.09s INFO:tensorflow:End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW I0125 03:53:35.227785 281473519154016 xla_test.py:237] End test case: testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ OK ] Conv2DBackpropFilterTest.testConv2D2x2Depth3ValidBackpropFilterStride1x1Dilation2x1_data_format_NCHW [ RUN ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:35.228616 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.17s I0125 03:53:35.395797 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW): 0.17s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:35.396288 281473519154016 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW I0125 03:53:35.398033 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s I0125 03:53:35.496136 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW): 0.1s INFO:tensorflow:End test case: testConv2D1x1Filter_data_format_NCHW I0125 03:53:35.496551 281473519154016 xla_test.py:237] End test case: testConv2D1x1Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x1Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:35.497492 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.12s I0125 03:53:35.617470 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW): 0.12s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:35.617871 281473519154016 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:35.618690 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.16s I0125 03:53:35.776926 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW): 0.16s INFO:tensorflow:End test case: testConv2D2x2FilterSame_data_format_NCHW I0125 03:53:35.777366 281473519154016 xla_test.py:237] End test case: testConv2D2x2FilterSame_data_format_NCHW [ FAILED ] Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW [ RUN ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW I0125 03:53:35.779051 281473519154016 xla_test.py:230] Start test case: Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.11s I0125 03:53:35.887705 281473519154016 test_util.py:2467] time(__main__.Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW): 0.11s INFO:tensorflow:End test case: testConv2DGroupedFilter_data_format_NCHW I0125 03:53:35.888117 281473519154016 xla_test.py:237] End test case: testConv2DGroupedFilter_data_format_NCHW [ OK ] Conv2DBackpropInputTest.testConv2DGroupedFilter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW I0125 03:53:35.889053 281473519154016 xla_test.py:230] Start test case: Conv2DTest.testConv2D1x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.13s I0125 03:53:36.017249 281473519154016 test_util.py:2467] time(__main__.Conv2DTest.testConv2D1x2Filter_data_format_NCHW): 0.13s INFO:tensorflow:End test case: testConv2D1x2Filter_data_format_NCHW I0125 03:53:36.017654 281473519154016 xla_test.py:237] End test case: testConv2D1x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D1x2Filter_data_format_NCHW [ RUN ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW I0125 03:53:36.019203 281473519154016 xla_test.py:230] Start test case: Conv2DTest.testConv2D2x2Filter_data_format_NCHW INFO:tensorflow:time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.08s I0125 03:53:36.104052 281473519154016 test_util.py:2467] time(__main__.Conv2DTest.testConv2D2x2Filter_data_format_NCHW): 0.08s INFO:tensorflow:End test case: testConv2D2x2Filter_data_format_NCHW I0125 03:53:36.104472 281473519154016 xla_test.py:237] End test case: testConv2D2x2Filter_data_format_NCHW [ FAILED ] Conv2DTest.testConv2D2x2Filter_data_format_NCHW ====================================================================== FAIL: testConv2D1x1Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D1x1Filter_data_format_NCHW testConv2D1x1Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 621, in testConv2D1x1Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 1, 0, 1, 0, 1])) not close lhs = [8056 8432 8312 8704 8568 8976] not close rhs = [ 4216. 10232. 4352. 10624. 4488. 11016.] not close dif = [3840. 1800. 3960. 1920. 4080. 2040.] not close tol = [ 4.216001 10.232001 4.352001 10.6240015 4.4880013 11.016002 ] dtype = int64, shape = (1, 1, 3, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 4080. Max relative difference: 0.91081594 x: array([[[[8056, 8432], [8312, 8704], [8568, 8976]]]]) y: array([[[[ 4216., 10232.], [ 4352., 10624.], [ 4488., 11016.]]]], dtype=float32) ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DBackpropFilterTest) Conv2DBackpropFilterTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 664, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 616, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]), array([0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 0, 1, 1, 1, 2, 2, 2]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 17 22 27 22 29 36 27 36 45 32 43 54 37 50 63 42 57 72 62 85 108 67 92 117 72 99 126 77 106 135 82 113 144 87 120 153] not close rhs = [ 9. 19. 29. 12. 26. 40. 15. 33. 51. 18. 40. 62. 21. 47. 73. 24. 54. 84. 36. 82. 128. 39. 89. 139. 42. 96. 150. 45. 103. 161. 48. 110. 172. 51. 117. 183.] not close dif = [ 8. 3. 2. 10. 3. 4. 12. 3. 6. 14. 3. 8. 16. 3. 10. 18. 3. 12. 26. 3. 20. 28. 3. 22. 30. 3. 24. 32. 3. 26. 34. 3. 28. 36. 3. 30.] not close tol = [0.009001 0.019001 0.029001 0.012001 0.026001 0.040001 0.015001 0.033001 0.051001 0.018001 0.040001 0.062001 0.021001 0.047001 0.073001 0.024001 0.054001 0.084001 0.036001 0.082001 0.128001 0.039001 0.089001 0.13900101 0.042001 0.096001 0.150001 0.045001 0.10300101 0.16100101 0.048001 0.11000101 0.172001 0.051001 0.117001 0.18300101] dtype = int64, shape = (2, 2, 3, 3) Mismatched elements: 36 / 36 (100%) Max absolute difference: 36. Max relative difference: 0.88888889 x: array([[[[ 17, 22, 27], [ 22, 29, 36], [ 27, 36, 45]],... y: array([[[[ 9., 19., 29.], [ 12., 26., 40.], [ 15., 33., 51.]],... ====================================================================== FAIL: testConv2D2x2FilterSame_data_format_NCHW (__main__.Conv2DBackpropInputTest) Conv2DBackpropInputTest.testConv2D2x2FilterSame_data_format_NCHW testConv2D2x2FilterSame_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 395, in testConv2D2x2FilterSame self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 302, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]), array([0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1]), array([0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2])) not close lhs = [ 14 100 217 190 929 1487 32 163 334 307 1217 1883 50 226 451 424 1505 2279] not close rhs = [ 138. 540. 1035. 930. 2703. 3765. 90. 300. 543. 618. 1539. 2205. 42. 132. 231. 234. 591. 861.] not close dif = [ 124. 440. 818. 740. 1774. 2278. 58. 137. 209. 311. 322. 322. 8. 94. 220. 190. 914. 1418.] not close tol = [0.13800101 0.54000103 1.035001 0.9300011 2.703001 3.765001 0.090001 0.30000103 0.54300106 0.61800104 1.539001 2.205001 0.042001 0.132001 0.231001 0.23400101 0.59100103 0.8610011 ] dtype = int64, shape = (1, 3, 2, 3) Mismatched elements: 18 / 18 (100%) Max absolute difference: 2278. Max relative difference: 1.64692218 x: array([[[[ 14, 100, 217], [ 190, 929, 1487]], ... y: array([[[[ 138., 540., 1035.], [ 930., 2703., 3765.]], ... ====================================================================== FAIL: testConv2D1x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D1x2Filter_data_format_NCHW testConv2D1x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 148, in testConv2D1x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2]), array([0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1]), array([0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1])) not close lhs = [ 231. 384. 690. 843. 252. 423. 765. 936. 273. 462. 840. 1029.] not close rhs = [ 91. 154. 280. 343. 217. 388. 730. 901. 343. 622. 1180. 1459.] not close dif = [140. 230. 410. 500. 35. 35. 35. 35. 70. 160. 340. 430.] not close tol = [0.091001 0.15400101 0.280001 0.34300104 0.217001 0.38800102 0.73000103 0.90100104 0.34300104 0.62200105 1.180001 1.4590011 ] dtype = float64, shape = (1, 3, 2, 2) Mismatched elements: 12 / 12 (100%) Max absolute difference: 500. Max relative difference: 1.53846154 x: array([[[[ 231., 384.], [ 690., 843.]], ... y: array([[[[ 91., 154.], [ 280., 343.]], ... ====================================================================== FAIL: testConv2D2x2Filter_data_format_NCHW (__main__.Conv2DTest) Conv2DTest.testConv2D2x2Filter_data_format_NCHW testConv2D2x2Filter_data_format_NCHW('NCHW') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/absl_py/absl/testing/parameterized.py", line 316, in bound_param_test return test_method(self, *testcase_params) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 120, in testConv2D2x2Filter self._VerifyValues( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/compiler/tests/conv2d_test.py", line 99, in _VerifyValues self.assertAllClose(expected, value, 1e-3) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1542, in decorated return f(*args, **kwds) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3144, in assertAllClose self._assertAllCloseRecursive(a, b, rtol=rtol, atol=atol, msg=msg) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3100, in _assertAllCloseRecursive self._assertArrayLikeAllClose( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 3037, in _assertArrayLikeAllClose np.testing.assert_allclose( File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1527, in assert_allclose assert_array_compare(compare, actual, desired, err_msg=str(err_msg), File "/home/buildslave/.local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.001, atol=1e-06 Mismatched value: a is different from b. not close where = (array([0, 0, 0, 0, 0, 0]), array([0, 0, 1, 1, 2, 2]), array([0, 0, 0, 0, 0, 0]), array([0, 1, 0, 1, 0, 1])) not close lhs = [2271. 2901. 2367. 3033. 2463. 3165.] not close rhs = [ 821. 1055. 1973. 2639. 3125. 4223.] not close dif = [1450. 1846. 394. 394. 662. 1058.] not close tol = [0.82100105 1.055001 1.973001 2.6390011 3.1250012 4.223001 ] dtype = float64, shape = (1, 3, 1, 2) Mismatched elements: 6 / 6 (100%) Max absolute difference: 1846. Max relative difference: 1.76613886 x: array([[[[2271., 2901.]], [[2367., 3033.]],... y: array([[[[ 821., 1055.]], [[1973., 2639.]],... ---------------------------------------------------------------------- Ran 10 tests in 1.499s FAILED (failures=5) ================================================================================ //tensorflow/compiler/mlir/lite/quantization:numerical_utils_test FAILED TO BUILD //tensorflow/core/kernels/mkl:mkl_conv_ops_test FAILED TO BUILD //tensorflow/c:c_api_experimental_test PASSED in 27.2s //tensorflow/c:c_api_function_test PASSED in 26.2s //tensorflow/c:c_api_test_cpu PASSED in 31.8s //tensorflow/c:c_test PASSED in 26.0s //tensorflow/c:env_test_cpu PASSED in 25.4s //tensorflow/c:kernels_test_cpu PASSED in 38.5s //tensorflow/c:ops_test PASSED in 23.3s //tensorflow/c:while_loop_test PASSED in 27.3s //tensorflow/c/eager:c_api_cluster_test_cpu PASSED in 27.3s //tensorflow/c/eager:c_api_remote_function_test_cpu PASSED in 28.7s //tensorflow/c/eager:c_api_remote_test_cpu PASSED in 26.0s //tensorflow/c/eager:c_api_test_cpu PASSED in 30.9s //tensorflow/c/eager:custom_device_test PASSED in 26.0s //tensorflow/c/eager/parallel_device:parallel_device_lib_test PASSED in 28.7s //tensorflow/c/eager/parallel_device:parallel_device_remote_test PASSED in 30.4s //tensorflow/c/eager/parallel_device:parallel_device_test PASSED in 26.2s //tensorflow/c/experimental/filesystem/plugins/gcs:expiring_lru_cache_test PASSED in 0.1s //tensorflow/c/experimental/filesystem/plugins/gcs:ram_file_block_cache_test PASSED in 2.6s //tensorflow/c/experimental/grappler:grappler_test PASSED in 23.7s //tensorflow/c/experimental/ops/gen/common:case_format_test PASSED in 0.5s //tensorflow/c/experimental/ops/gen/cpp:cpp_generator_test PASSED in 0.8s //tensorflow/c/experimental/ops/gen/cpp/renderers:renderer_test PASSED in 0.6s //tensorflow/c/experimental/saved_model/core:constant_loading_test PASSED in 28.0s //tensorflow/c/experimental/saved_model/core:object_graph_traversal_test PASSED in 11.7s //tensorflow/c/experimental/saved_model/core:saved_variable_loading_test PASSED in 18.9s //tensorflow/c/experimental/saved_model/core:signature_flattening_test PASSED in 12.1s //tensorflow/c/experimental/saved_model/core:tf_concrete_function_loading_test PASSED in 12.2s //tensorflow/c/experimental/saved_model/core/ops:restore_ops_test PASSED in 13.3s //tensorflow/c/experimental/saved_model/core/ops:variable_ops_test PASSED in 11.7s //tensorflow/c/experimental/saved_model/internal:saved_model_api_test PASSED in 28.1s //tensorflow/c/experimental/stream_executor:stream_executor_test PASSED in 0.1s //tensorflow/c/kernels:bitcast_op_test PASSED in 0.6s //tensorflow/c/kernels:summary_op_benchmark_test PASSED in 0.8s //tensorflow/c/kernels:summary_op_test PASSED in 0.7s //tensorflow/c/kernels:tensor_shape_utils_test PASSED in 0.1s //tensorflow/cc:cc_op_gen_test PASSED in 0.9s //tensorflow/cc:client_client_session_test PASSED in 1.6s //tensorflow/cc:coordinator_test PASSED in 4.4s //tensorflow/cc:framework_cc_ops_test PASSED in 2.0s //tensorflow/cc:framework_gradient_checker_test PASSED in 3.5s //tensorflow/cc:framework_gradients_test PASSED in 5.4s //tensorflow/cc:framework_scope_test PASSED in 0.7s //tensorflow/cc:framework_while_gradients_test PASSED in 2.4s //tensorflow/cc:gradients_array_grad_test PASSED in 14.3s //tensorflow/cc:gradients_data_flow_grad_test PASSED in 1.9s //tensorflow/cc:gradients_functional_grad_test PASSED in 2.0s //tensorflow/cc:gradients_image_grad_test PASSED in 7.0s //tensorflow/cc:gradients_linalg_grad_test PASSED in 3.0s //tensorflow/cc:gradients_manip_grad_test PASSED in 2.6s //tensorflow/cc:gradients_math_grad_test PASSED in 6.6s //tensorflow/cc:gradients_nn_grad_test PASSED in 10.5s //tensorflow/cc:gradients_resource_variable_grad_test PASSED in 2.6s //tensorflow/cc:ops_const_op_test PASSED in 0.6s //tensorflow/cc:ops_while_loop_test PASSED in 3.8s //tensorflow/cc:queue_runner_test PASSED in 12.1s //tensorflow/cc/experimental/base/tests:tensor_test PASSED in 0.1s //tensorflow/cc/experimental/base/tests:tensorhandle_test PASSED in 26.2s //tensorflow/cc/experimental/libexport:load_test PASSED in 0.1s //tensorflow/cc/experimental/libexport:save_test PASSED in 0.1s //tensorflow/cc/experimental/libtf:libtf_module_test PASSED in 26.2s //tensorflow/cc/experimental/libtf:libtf_object_test PASSED in 0.8s //tensorflow/cc/experimental/libtf:libtf_perf_test PASSED in 0.2s //tensorflow/cc/experimental/libtf:libtf_runtime_test PASSED in 26.5s //tensorflow/cc/experimental/libtf:libtf_transform_test PASSED in 26.4s //tensorflow/cc/experimental/libtf:libtf_value_test PASSED in 0.2s //tensorflow/cc/experimental/libtf:libtf_visit_test PASSED in 0.3s //tensorflow/cc/experimental/libtf/impl:iostream_test PASSED in 0.2s //tensorflow/cc/experimental/libtf/impl:none_test PASSED in 0.4s //tensorflow/cc/experimental/libtf/impl:scalars_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:string_test PASSED in 0.6s //tensorflow/cc/experimental/libtf/impl:tensor_spec_test PASSED in 0.1s //tensorflow/cc/saved_model:bundle_v2_test PASSED in 0.2s //tensorflow/cc/saved_model:fingerprinting_test PASSED in 1.6s //tensorflow/cc/saved_model:metrics_test PASSED in 0.1s //tensorflow/cc/saved_model:reader_test PASSED in 0.2s //tensorflow/cc/saved_model:saved_model_bundle_lite_test PASSED in 7.6s //tensorflow/cc/saved_model:saved_model_bundle_test PASSED in 7.2s //tensorflow/cc/saved_model:util_test PASSED in 0.1s //tensorflow/cc/saved_model/experimental/tests:saved_model_api_test PASSED in 24.7s //tensorflow/cc/tools:freeze_saved_model_test PASSED in 2.6s //tensorflow/compiler/aot:codegen_test PASSED in 32.6s //tensorflow/compiler/jit:compilability_check_util_test PASSED in 15.0s //tensorflow/compiler/jit:deadness_analysis_test PASSED in 6.3s //tensorflow/compiler/jit:device_compilation_cache_test PASSED in 4.6s //tensorflow/compiler/jit:device_compilation_cluster_signature_test PASSED in 4.1s //tensorflow/compiler/jit:device_compilation_profiler_test PASSED in 17.9s //tensorflow/compiler/jit:device_compiler_client_test PASSED in 4.1s //tensorflow/compiler/jit:device_compiler_disable_test PASSED in 16.6s //tensorflow/compiler/jit:device_executable_persistor_test PASSED in 22.8s //tensorflow/compiler/jit:device_util_test PASSED in 4.5s //tensorflow/compiler/jit:encapsulate_util_test PASSED in 0.4s //tensorflow/compiler/jit:node_matchers_test PASSED in 0.7s //tensorflow/compiler/jit:resource_operation_safety_analysis_test PASSED in 6.8s //tensorflow/compiler/jit:shape_inference_test PASSED in 0.6s //tensorflow/compiler/jit:xla_activity_listener_test PASSED in 21.1s //tensorflow/compiler/jit:xla_cluster_util_test PASSED in 7.1s //tensorflow/compiler/jit:xla_compile_util_test PASSED in 5.0s //tensorflow/compiler/jit:xla_kernel_creator_test PASSED in 6.8s //tensorflow/compiler/jit/tests:auto_clustering_test PASSED in 23.4s //tensorflow/compiler/mlir:mlir_graph_optimization_pass_test PASSED in 10.6s //tensorflow/compiler/mlir/lite:lstm_utils_test PASSED in 0.6s //tensorflow/compiler/mlir/lite:perception_ops_utils_test PASSED in 0.7s //tensorflow/compiler/mlir/lite:size_utils_test PASSED in 0.1s //tensorflow/compiler/mlir/lite:tftext_utils_test PASSED in 0.5s //tensorflow/compiler/mlir/lite/experimental/tac:execution_metadata_exporter_test PASSED in 2.3s //tensorflow/compiler/mlir/lite/experimental/tac/tests:compute-cost.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-gpu.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-nnapi.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/experimental/tac/tests:fold-constants-to-subgraph.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-alternative-subgraph.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-op-cost.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/experimental/tac/tests:pick-subgraphs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests:raise-target-subgraphs.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/experimental/tac/tests:target-annotation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests/e2e:device-transform-nnapi.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/experimental/tac/tests/e2e:simple-graph.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/metrics:error_collector_inst_test PASSED in 0.3s //tensorflow/compiler/mlir/lite/quantization/lite:quantize_model_test PASSED in 7.7s //tensorflow/compiler/mlir/lite/quantization/lite:quantize_weights_test PASSED in 8.1s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_default.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_legacy.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:tf_to_quant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:tf_to_quant_4bit.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/quantization/tests:import_quant_stats.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/sparsity:sparsify_model_test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:fold_broadcast.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:fuse_mhlo_convolution.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-inplaceupdate.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-skip-quantization-ops.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tf-fb-tf.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-add.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-broadcast_in_dim.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-clamp.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-compare.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-concat.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-constant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-conv.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-dot.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-gather.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-max.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-mul.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-pad.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-reshape.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-rsqrt.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-scatter.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-sub.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-add.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-broadcast.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-clamp.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-concat.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-constant.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-conv.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-max.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-mul.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-pad.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-reshape.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-rsqrt.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-sub.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-stablehlo-tfl.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-to-stablehlo-allow-tf.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:optimize.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-tf-quantize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:unfuse_mhlo_batch_norm.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:analyze-variables.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:decompose-hybrid-quantization.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests:default_quant_params.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:dilated-conv.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:fuse-tftext.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:get-arithmetic-count.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:guarantee_func_has_one_use.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:inlining.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/lite/tests:insert_call_once_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:legalize-tf-assert.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:legalize-tf-hashtables.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:legalize-tf-no-runtime-verification.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:legalize-tf-variables.mlir.test PASSED in 2.2s //tensorflow/compiler/mlir/lite/tests:legalize-tf-while.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tf.mlir.test PASSED in 2.0s //tensorflow/compiler/mlir/lite/tests:legalize_jax_random.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:lift_tflite_flex_ops.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-default-to-single-batch.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-enable-dynamic-update-slice.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:modify_io_nodes.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:optimize-after-quantization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:optimize.mlir.test PASSED in 2.3s //tensorflow/compiler/mlir/lite/tests:optimize_functional_ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:optimize_no_verify.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:optimize_op_order.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests:partitioned-topological-sort.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:pin-ops-with-side-effects.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:post-quantize-dynamic-range.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests:post-quantize.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:prepare-composite-functions-tf.mlir.test PASSED in 2.4s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-dynamic-range.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-post-training.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-signed.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-quantize.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-tf-fake-quant-4bit.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-tf-fake-quant.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:prepare-tf-with-allowing-bf16-and-f16-type-legalization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:prepare-tf.mlir.test PASSED in 2.9s //tensorflow/compiler/mlir/lite/tests:quantize-dynamic-range.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests:quantize-numeric-verify.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:quantize-variables.mlir.test PASSED in 1.8s //tensorflow/compiler/mlir/lite/tests:quantize.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:raise-custom-ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:reduce_while_operands.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:shape-inference.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:split-merged-operands.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:tfl_while_op_licm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:tfl_while_outline.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:trim-functions-tf.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests:unfold-large-splat-constant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.line.part.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/end2end:add.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/end2end:back2back_fake_quant.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:control_flow_v1.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/end2end:conv_2d.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:conv_2d_nchw.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/end2end:custom_opdef.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel_4bit.pbtxt.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_without_identity.pbtxt.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_without_identity_4bit.pbtxt.test PASSED in 2.9s //tensorflow/compiler/mlir/lite/tests/end2end:graph-input-node.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/end2end:graph_with_placeholder_with_default.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:if_op.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:quant_stats.pbtxt.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul.pbtxt.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul_disabled.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:basic_lstm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:bucketize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:constants.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:control_edges.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:custom_op.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:dynamic_shape.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:external_constant.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:if_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:import_json.json.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_arrays.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_output_names_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:legacy_reshape.json.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.json.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:many_attribute_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:math.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:matmul.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:multi_output_op.json.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional_input.json.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:output_arrays.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning_function_input_as_output.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:quant_stats.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:quantization.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:reshape.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature_with_multiple_entry_points.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:simple.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:tf_variant_type.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:unranked_function_output.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:unranked_tensor.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2exec:tfl_while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:basic_lstm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:bucketize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:custom_op_with_tflite_op.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d_v2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_builtin.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_custom.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex_enable_builtin.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:dynamic_shape_constant.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fake_quant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_exclusively.mlir.test PASSED in 0.4s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_complex128.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_f64.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_tflite_op.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected_v2.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:hashtable_resource.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:if_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:logical.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:low_bit_packing.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_asym_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_quantized.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:math.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:metadata.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v3.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:nn.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:numeric_verify.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:optional.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:quantization.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:reshape.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_output_override.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_with_multiple_entry_points.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_with_no_inputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple.mlir.test PASSED in 1.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple_with_connected_control_nodes.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple_with_unconnected_control_nodes.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:svdf.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:svdf_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:tf_entry_function.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:tfl_while_op.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:transpose_conv_optional.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:type_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unidirectional_sequence_lstm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unidirectional_sequence_rnn.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unranked_tensor.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unsorted_segment_prod.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:variant_type_on_func.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:variant_type_on_op.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:while_op.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:calibrator_singleton_test PASSED in 0.2s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:custom_aggregator_op_test PASSED in 12.3s //tensorflow/compiler/mlir/quantization/tensorflow/cc:const_op_size_test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/cc:save_variables_test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/debugging:mlir_dump_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/tensorflow/python:concurrency_test PASSED in 32.5s //tensorflow/compiler/mlir/quantization/tensorflow/python:pywrap_quantize_model_test PASSED in 12.1s //tensorflow/compiler/mlir/quantization/tensorflow/python:representative_dataset_test PASSED in 6.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_custom_aggregation_op_to_quant_stats.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_fake_quant_to_qdq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_tf_quant_ops_to_mhlo.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:duplicate_shape_determining_constants.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:fake_quant_e2e_flow.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:fake_quant_e2e_xla.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_custom_aggregation_ops.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_main_function.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions.mlir.test PASSED in 1.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions_drq.mlir.test PASSED in 2.5s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_restore_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:issue_ids_of_custom_aggregation_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_drq.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_drq_min_elements.mlir.test PASSED in 2.2s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_xla.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:mark_functions_noinline.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:merge_initializer_function_ops_to_main.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/quantization/tensorflow/tests:optimize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_lifting.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq_per_channel.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_ptq.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:preprocess_op.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_drq.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_weight_only.mlir.test PASSED in 2.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_xla.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_drq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_xla.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:replace_cast_hacks_with_tf_xla_ops.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/quantization/tensorflow/tests:replace_cast_hacks_with_tf_xla_ops_large_constants.mlir.test PASSED in 14.0s //tensorflow/compiler/mlir/quantization/tensorflow/tests:unfreeze_constants.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/utils:tf_to_xla_attribute_utils_test PASSED in 30.3s //tensorflow/compiler/mlir/tensorflow:bridge_logger_test PASSED in 6.3s //tensorflow/compiler/mlir/tensorflow:convert_tensor_test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow:convert_type_test PASSED in 0.2s //tensorflow/compiler/mlir/tensorflow:device_util_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:dump_graph_test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow:dump_mlir_util_test PASSED in 5.2s //tensorflow/compiler/mlir/tensorflow:error_util_test PASSED in 0.2s //tensorflow/compiler/mlir/tensorflow:tpu_rewrite_device_util_test PASSED in 0.4s //tensorflow/compiler/mlir/tensorflow/tests:annotate-parameter-replication.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:batchmatmul_to_einsum.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:breakup-islands.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/tensorflow/tests:cannonicalize_ops_outside_compilation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:canonicalize.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:canonicalize_compile_and_replicate_attributes.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:check_control_dependencies.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:cluster_formation.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:cluster_ops_by_policy.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:cluster_outlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:cluster_tf_ops_pass.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:constant-fold.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:constant_op_device_assignment.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:convert-tf-control-flow-to-scf.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:convert_control_to_data_outputs.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:convert_launch_func_to_tf_call.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:convert_session_initializer_to_function.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:convert_to_legacy_compile_and_replicate_attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:decompose_reduce_dataset.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:decompose_resource_ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:device_assignment.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_assignment_by_func_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_attribute_to_launch.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:device_canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_copy.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests:drop_while_shape_invariant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:einsum.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:empty-main.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests:end-to-end-tpu-reshard-variables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:executor_canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:executor_island_coarsening.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:executor_island_materialize_const.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:fold-broadcast.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/tensorflow/tests:freeze_variables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:func-attr-invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:func-attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:functional-control-flow-to-cfg.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:functional-control-flow-to-regions.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:functionalize-if-fail.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:functionalize-if.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:fused_kernel_matcher.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:gpu_fusion.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning_preserve_ops.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests:group_by_dialect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:guarantee-all-funcs-one-use.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:hoist_loop_invariant.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:hoist_replicate_invariant_resource_writes.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:host_launch_to_outside_compiled.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import_invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import_saved_model.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:inlining.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:isolate-placer.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:launch_outlining.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:launch_to_device_attribute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:launch_to_device_attribute_legacy.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_gpu_cc_60.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_gpu_cc_70.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_to_nchw.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_to_nhwc.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_move_transposes_begin.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_move_transposes_end.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nchw.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nhwc.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:legalize_hlo.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg_arg_control_dep.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg_with_control_flow.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:localize_var_handles.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:lower_globals_to_ml_program.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:lower_globals_to_ml_program_invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:lower_quantized.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:lower_tf.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:lower_variable_ops_to_ml_program.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:mark_input_output_aliases.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:mark_ops_for_outside_compilation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:materialize_passthrough_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:merge_control_flow.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:mlprogram.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:name_anonymous_iterators.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:optimize-arg-operand-constraint.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:optimize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:order_by_dialect.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:outside_compiled_to_host_launch.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:parallel_execute_to_islands.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests:parallel_execute_to_islands_legacy.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:prepare_tpu_computation_for_tf_export.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:promote_resources_to_args.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:promote_resources_to_args_functions.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:promote_var_handles_to_args.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:readonly_references_to_resources.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:region-control-flow-to-functional.mlir.test PASSED in 1.8s //tensorflow/compiler/mlir/tensorflow/tests:remove_unused_arguments.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:remove_unused_while_results.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:replica_id_to_device_ordinal.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:replicate_invariant_op_hoisting.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:replicate_tensor_list_init_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island_legacy.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:resource-alias-analysis-test.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:resource-device-inference.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests:resource_inlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:resource_op_lifting.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:rewrite_tpu_embedding_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:roundtrip-tf-executor.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:shape_inference.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:side-effect-analysis-test.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:sink_constant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:split_into_island_per_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:stack_ops_decomposition.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:strip_noinline.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:strip_saved_module_metadata.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:strip_tf_attributes.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tensor_array_ops_decomposition.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tensor_list_ops_decomposition.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tf-executor-to-functional.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf-functional-to-executor.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf-ops.mlir.test PASSED in 2.8s //tensorflow/compiler/mlir/tensorflow/tests:tf-reduce-identity.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tf_data_fuse_map_and_batch.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_data_fuse_pmap_and_batch.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_index_selector.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_ops_invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_invalid.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_location_roundtrip.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_printer.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_side_effect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_optimize.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_deduplicate_bound_input_bindings.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_assets.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors_mutable_tensors.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init_fail.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables_invalid_session.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_mark_initialized_variables.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_ops_invalid.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_optimize_global_tensors.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_optimize_global_tensors_interprocedural.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_remove_vars_in_session_initializer.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_side_effect.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_trait_folds.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-cluster-cleanup-attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu-dynamic-layout-pass.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-merge-variables-with-execute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu-multiple-while-body-func.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu-resource-read-for-write.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/tensorflow/tests:tpu-variable-runtime-reformatting.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu_cluster_formation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_colocate_composite_resource_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_device_propagation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_extract_head_tail_outside_compilation.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu_extract_outside_compilation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_host_computation_expansion.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_identity_pruning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_parallel_execute_sink_resource_write.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tpu_partitioned_op_conversion.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_reorder_replicate_and_partitioned_inputs.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_resource_partitioning.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_rewrite.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_sharding_identification.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu_space_to_depth_pass.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_tail_with_tobool_op.mlir.test PASSED in 2.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_update_embedding_enqueue_op_inputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:unroll-batch-matmul.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:update_control_dependencies.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:warn_when_using_deprecated_dumps.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:while_licm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_cluster_formation.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:xla_inline_device_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_rewrite.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:add.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:argument-sharding-invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:argument-sharding.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:constant-folding-hook.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:constant-folding.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:mlir-module-serialized-str-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:result-sharding.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr-invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference-after-legalization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:stablehlo_add.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:executor_tpuv1_island_coarsening.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:executor_tpuv1_inline_tpu_island.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:while_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:case_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:executor_tpuv1_outline_tpu_island.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:add.pbtxt.test PASSED in 2.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-as-fetch.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-control-dep.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type-with-subtype.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-multi-data-type-with-subtype.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-retval-attrs.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:case_op.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:const-values.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:device-arg-retval-attr.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-input-shapes.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-value-attr.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-as-fetch.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-control-dep.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:force_shared_name_for_resource_ops.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:function-func-attr.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-if-ops.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-while-ops.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-control-ret.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-retval-of-arg.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-custom-operation.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-default-attr.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-device-retval.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-empty-tensor-content.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-func-attr.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-call.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-control-ret-diff-island.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-control-ret-same-island.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-defs.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-input-shapes.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-name-bug.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-resource-args.pbtxt.test PASSED in 2.3s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-gradient-def.pbtxt.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-input-func-arg-name-collision.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-library.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-malformed.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-scalar-input.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-uint8-return.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-undefined-output.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-version-info.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-while-loop.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:invalid-output-index.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:legacy-fed-input-without-inputs.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:merge_node_with_function.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:mlir_passthrough_op.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:multi-output-feeds.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:multiple-use-next-iteration.pbtxt.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:node-locations.pbtxt.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes-attr.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example_v2.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:partial-device-name.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:prune_unused_nodes.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:quint8-const.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:shape-attrs.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:stateful-attribute.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:string-attr.pbtxt.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:switch_n.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:target.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tensor-list.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tf-data-pipeline.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:unregistered_kernel.pbtxt.test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/batch_use_same_function:saved_model.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:aliasing_arg_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:case.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:convert_tensor.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_shape_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_size_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:device-arg-retval-attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:export_main_to_flib.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:fetch_feed_names.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:func_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:func_list_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-control-ret.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-order.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args-handle-info.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-if-ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-while-ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:graph-as-function.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:infer_derived_attribute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:invalid_input.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:legalized_name.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:missing-main.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:noop.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:optional_symbol_ref.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:output-shapes-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example_v2.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:preserve-entry-func-names.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:ref-type-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:ref-while-loop.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:shape_list_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:simple.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:simple_tf_dialect_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:stringescape.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:switchn.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-gradient-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-legacy-call.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_add.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_identity_n.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_tpu_embedding_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_list_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_name.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_output_name.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:while-loop.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/tf_to_hlo_pipeline:sccp-post-shape-inference.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/tpu_bridge_v1:end_to_end.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfr:graph_decompose_test PASSED in 8.6s //tensorflow/compiler/mlir/tfr:node_expansion_test PASSED in 7.4s //tensorflow/compiler/mlir/tfr:op_reg_gen_test PASSED in 11.9s //tensorflow/compiler/mlir/tfr:tfr_decompose_ctx_test PASSED in 4.1s //tensorflow/compiler/mlir/tfr:tfr_gen_test PASSED in 14.7s //tensorflow/compiler/mlir/tfr/examples/customization:test_ops_test PASSED in 12.6s //tensorflow/compiler/mlir/tfr/examples/pad:pad_ops_test PASSED in 18.0s //tensorflow/compiler/mlir/tools/kernel_gen/tests:buffer_deallocation.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:buffer_reuse.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:bufferize.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:copy_cleanup.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:embed_tf_framework.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tools/kernel_gen/tests:invalid.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:isinf.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tools/kernel_gen/tests:parallel_loops_to_sequential.mlir.test PASSED in 0.5s //tensorflow/compiler/mlir/tools/kernel_gen/tests:rewrite_tf_framework_assert.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tanh.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf-legalize-to-lmhlo.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_abi_knowledge.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_framework_legalize_to_llvm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_kernel_gpu_launch_to_llvm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_to_jit_invocations.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tosa/tests:convert-tfl-uint8.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:fuse-bias-tf.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:strip-quant-types.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:tf-tfl-to-tosa-pipeline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:tf-to-tosa-pipeline.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-dequantize_softmax.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-pipeline-filtered.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-pipeline.mlir.test PASSED in 4.1s //tensorflow/compiler/mlir/xla:xla_legalize_targets_test PASSED in 0.6s //tensorflow/compiler/mlir/xla/tests:adjust-layout.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/xla/tests:convert-mhlo-quant-to-int.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/xla/tests:hlo_xla_runtime_pipeline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/xla/tests:hlo_xla_sparsification.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/xla/tests:legalize-tf-BatchMatMulV2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/xla/tests:legalize-tf-binary-elementwise.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/xla/tests:legalize-tf-collective.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/xla/tests:legalize-tf-communication.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/xla/tests:legalize-tf-full-conversion.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/xla/tests:legalize-tf-include-tf2xla-fallback.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/xla/tests:legalize-tf-no-tf2xla-fallback.mlir.test PASSED in 5.3s //tensorflow/compiler/mlir/xla/tests:legalize-tf-prefer-tf2xla.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/xla/tests:legalize-tf-types.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/xla/tests:legalize-tf-with-tf2xla.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/xla/tests:legalize-tf.mlir.test PASSED in 9.3s //tensorflow/compiler/tests:adadelta_test_cpu PASSED in 12.2s //tensorflow/compiler/tests:adagrad_da_test_cpu PASSED in 10.0s //tensorflow/compiler/tests:adagrad_test_cpu PASSED in 8.6s //tensorflow/compiler/tests:adam_test_cpu PASSED in 11.3s //tensorflow/compiler/tests:add_n_test_cpu PASSED in 7.3s //tensorflow/compiler/tests:argminmax_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:argminmax_test_cpu_mlir_bridge_test PASSED in 14.9s //tensorflow/compiler/tests:bucketize_op_test_cpu PASSED in 6.0s //tensorflow/compiler/tests:bucketize_op_test_cpu_mlir_bridge_test PASSED in 6.7s //tensorflow/compiler/tests:case_test_cpu PASSED in 7.4s //tensorflow/compiler/tests:cast_ops_test_cpu PASSED in 6.0s //tensorflow/compiler/tests:cast_ops_test_cpu_mlir_bridge_test PASSED in 7.8s //tensorflow/compiler/tests:categorical_op_test_cpu PASSED in 9.6s //tensorflow/compiler/tests:categorical_op_test_cpu_mlir_bridge_test PASSED in 10.2s //tensorflow/compiler/tests:cholesky_op_test_cpu PASSED in 147.4s //tensorflow/compiler/tests:cholesky_op_test_cpu_mlir_bridge_test PASSED in 114.0s //tensorflow/compiler/tests:clustering_test_cpu PASSED in 6.2s //tensorflow/compiler/tests:clustering_test_cpu_mlir_bridge_test PASSED in 6.6s //tensorflow/compiler/tests:concat_ops_test_cpu PASSED in 7.3s //tensorflow/compiler/tests:concat_ops_test_cpu_mlir_bridge_test PASSED in 8.0s //tensorflow/compiler/tests:cond_test_cpu PASSED in 7.2s //tensorflow/compiler/tests:const_arg_test_cpu PASSED in 6.1s //tensorflow/compiler/tests:const_test_cpu PASSED in 6.9s //tensorflow/compiler/tests:data_format_ops_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:data_format_ops_test_cpu_mlir_bridge_test PASSED in 12.2s //tensorflow/compiler/tests:dense_layer_test_cpu PASSED in 11.2s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu PASSED in 8.8s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu_mlir_bridge_test PASSED in 10.1s //tensorflow/compiler/tests:dynamic_stitch_test_cpu PASSED in 6.6s //tensorflow/compiler/tests:dynamic_stitch_test_cpu_mlir_bridge_test PASSED in 7.2s //tensorflow/compiler/tests:eager_test_cpu PASSED in 13.4s //tensorflow/compiler/tests:einsum_op_test_cpu PASSED in 7.2s //tensorflow/compiler/tests:einsum_op_test_cpu_mlir_bridge_test PASSED in 7.0s //tensorflow/compiler/tests:ensure_shape_op_test_cpu PASSED in 6.7s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu PASSED in 6.1s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu_mlir_bridge_test PASSED in 7.0s //tensorflow/compiler/tests:fake_quant_ops_test_cpu PASSED in 12.6s //tensorflow/compiler/tests:fake_quant_ops_test_cpu_mlir_bridge_test PASSED in 14.1s //tensorflow/compiler/tests:fifo_queue_test_cpu PASSED in 9.5s //tensorflow/compiler/tests:fifo_queue_test_cpu_mlir_bridge_test PASSED in 7.5s //tensorflow/compiler/tests:ftrl_ops_test_cpu PASSED in 13.6s //tensorflow/compiler/tests:ftrl_ops_test_cpu_mlir_bridge_test PASSED in 14.7s //tensorflow/compiler/tests:ftrl_test_cpu PASSED in 16.0s //tensorflow/compiler/tests:function_test_cpu PASSED in 5.8s //tensorflow/compiler/tests:function_test_cpu_mlir_bridge_test PASSED in 6.9s //tensorflow/compiler/tests:gather_nd_op_test_cpu PASSED in 8.6s //tensorflow/compiler/tests:gather_nd_op_test_cpu_mlir_bridge_test PASSED in 7.6s //tensorflow/compiler/tests:gather_test_cpu PASSED in 36.4s //tensorflow/compiler/tests:gather_test_cpu_mlir_bridge_test PASSED in 51.5s //tensorflow/compiler/tests:jit_test_cpu PASSED in 50.2s //tensorflow/compiler/tests:listdiff_op_test_cpu PASSED in 9.3s //tensorflow/compiler/tests:listdiff_op_test_cpu_mlir_bridge_test PASSED in 12.3s //tensorflow/compiler/tests:lrn_ops_test_cpu PASSED in 6.5s //tensorflow/compiler/tests:lrn_ops_test_cpu_mlir_bridge_test PASSED in 6.9s //tensorflow/compiler/tests:lstm_test_cpu PASSED in 22.6s //tensorflow/compiler/tests:manip_ops_test_cpu PASSED in 10.3s //tensorflow/compiler/tests:manip_ops_test_cpu_mlir_bridge_test PASSED in 11.0s //tensorflow/compiler/tests:matrix_band_part_test_cpu PASSED in 39.1s //tensorflow/compiler/tests:matrix_band_part_test_cpu_mlir_bridge_test PASSED in 38.2s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu PASSED in 16.9s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu_mlir_bridge_test PASSED in 18.1s //tensorflow/compiler/tests:matrix_solve_op_test_cpu PASSED in 7.4s //tensorflow/compiler/tests:matrix_solve_op_test_cpu_mlir_bridge_test PASSED in 9.0s //tensorflow/compiler/tests:matrix_triangular_solve_op_test_cpu PASSED in 23.6s //tensorflow/compiler/tests:matrix_triangular_solve_op_test_cpu_mlir_bridge_test PASSED in 24.3s //tensorflow/compiler/tests:momentum_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:nary_ops_test_cpu PASSED in 8.5s //tensorflow/compiler/tests:nary_ops_test_cpu_mlir_bridge_test PASSED in 8.0s //tensorflow/compiler/tests:nullary_ops_test_cpu PASSED in 7.5s //tensorflow/compiler/tests:nullary_ops_test_cpu_mlir_bridge_test PASSED in 6.9s //tensorflow/compiler/tests:placeholder_test_cpu PASSED in 6.7s //tensorflow/compiler/tests:placeholder_test_cpu_mlir_bridge_test PASSED in 9.2s //tensorflow/compiler/tests:proximal_adagrad_test_cpu PASSED in 7.4s //tensorflow/compiler/tests:proximal_gradient_descent_test_cpu PASSED in 6.9s //tensorflow/compiler/tests:quantized_ops_test_cpu PASSED in 8.1s //tensorflow/compiler/tests:reduce_window_test_cpu PASSED in 7.7s //tensorflow/compiler/tests:reduce_window_test_cpu_mlir_bridge_test PASSED in 8.3s //tensorflow/compiler/tests:reshape_op_test_cpu PASSED in 7.9s //tensorflow/compiler/tests:reshape_op_test_cpu_mlir_bridge_test PASSED in 7.4s //tensorflow/compiler/tests:reverse_ops_test_cpu PASSED in 11.0s //tensorflow/compiler/tests:reverse_ops_test_cpu_mlir_bridge_test PASSED in 11.9s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu PASSED in 7.9s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu_mlir_bridge_test PASSED in 8.3s //tensorflow/compiler/tests:risc_ops_test_cpu_mlir_bridge_test PASSED in 7.0s //tensorflow/compiler/tests:rmsprop_test_cpu PASSED in 11.2s //tensorflow/compiler/tests:scatter_nd_op_test_cpu PASSED in 19.8s //tensorflow/compiler/tests:scatter_nd_op_test_cpu_mlir_bridge_test PASSED in 28.1s //tensorflow/compiler/tests:searchsorted_op_test_cpu PASSED in 7.9s //tensorflow/compiler/tests:searchsorted_op_test_cpu_mlir_bridge_test PASSED in 8.2s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu PASSED in 16.9s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu_mlir_bridge_test PASSED in 21.0s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu PASSED in 14.0s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu_mlir_bridge_test PASSED in 17.6s //tensorflow/compiler/tests:slice_ops_test_cpu PASSED in 15.2s //tensorflow/compiler/tests:slice_ops_test_cpu_mlir_bridge_test PASSED in 20.7s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu PASSED in 7.7s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu_mlir_bridge_test PASSED in 6.8s //tensorflow/compiler/tests:stack_ops_test_cpu PASSED in 8.7s //tensorflow/compiler/tests:tensor_list_ops_test_cpu PASSED in 9.7s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu PASSED in 12.0s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu_mlir_bridge_test PASSED in 14.7s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu PASSED in 11.5s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu_mlir_bridge_test PASSED in 15.2s //tensorflow/compiler/tests:variable_ops_test_cpu PASSED in 22.1s //tensorflow/compiler/tests:variable_ops_test_cpu_mlir_bridge_test PASSED in 13.9s //tensorflow/compiler/tests:where_op_test_cpu PASSED in 7.0s //tensorflow/compiler/tests:while_test_cpu PASSED in 29.5s //tensorflow/compiler/tests:xla_call_module_test_cpu PASSED in 7.8s //tensorflow/compiler/tests:xla_custom_call_ops_test_cpu PASSED in 6.3s //tensorflow/compiler/tests:xla_device_gpu_test_cpu PASSED in 7.7s //tensorflow/compiler/tests:xla_device_test_cpu PASSED in 10.2s //tensorflow/compiler/tests:xla_device_test_cpu_mlir_bridge_test PASSED in 14.6s //tensorflow/compiler/tests:xla_ops_test_cpu PASSED in 30.8s //tensorflow/compiler/tests:xla_ops_test_cpu_mlir_bridge_test PASSED in 38.0s //tensorflow/compiler/tests:xla_test_test PASSED in 5.9s //tensorflow/compiler/tf2xla:const_analysis_test PASSED in 4.9s //tensorflow/compiler/tf2xla:cpu_function_runtime_test PASSED in 0.2s //tensorflow/compiler/tf2xla:functionalize_cond_test PASSED in 0.7s //tensorflow/compiler/tf2xla:functionalize_control_flow_test PASSED in 0.7s //tensorflow/compiler/tf2xla:fused_batchnorm_reserve_space_test_cpu PASSED in 21.0s //tensorflow/compiler/tf2xla:literal_util_test PASSED in 0.5s //tensorflow/compiler/tf2xla:resource_operation_table_test PASSED in 5.7s //tensorflow/compiler/tf2xla:resource_util_test_cpu PASSED in 1.7s //tensorflow/compiler/tf2xla:sharding_util_test PASSED in 0.8s //tensorflow/compiler/tf2xla:tf2xla_test PASSED in 17.6s //tensorflow/compiler/tf2xla:tf2xla_util_test PASSED in 0.7s //tensorflow/compiler/tf2xla:xla_compiler_test PASSED in 13.8s //tensorflow/compiler/tf2xla:xla_jit_compiled_cpu_function_test PASSED in 14.8s //tensorflow/compiler/tf2xla:xla_op_registry_test PASSED in 4.5s //tensorflow/compiler/xla:array2d_test PASSED in 0.1s //tensorflow/compiler/xla:array3d_test PASSED in 0.1s //tensorflow/compiler/xla:array4d_test PASSED in 0.5s //tensorflow/compiler/xla:array_test PASSED in 0.1s //tensorflow/compiler/xla:bit_cast_test PASSED in 0.2s //tensorflow/compiler/xla:comparison_util_test PASSED in 0.2s //tensorflow/compiler/xla:debug_options_parsers_test PASSED in 0.3s //tensorflow/compiler/xla:index_util_test PASSED in 0.3s //tensorflow/compiler/xla:iterator_util_test PASSED in 0.1s //tensorflow/compiler/xla:layout_test PASSED in 0.2s //tensorflow/compiler/xla:layout_util_test PASSED in 0.3s //tensorflow/compiler/xla:literal_test PASSED in 0.6s //tensorflow/compiler/xla:parse_flags_from_env_test PASSED in 0.5s //tensorflow/compiler/xla:permutation_util_test PASSED in 0.3s //tensorflow/compiler/xla:primitive_util_test PASSED in 0.1s //tensorflow/compiler/xla:refcounting_hash_map_test PASSED in 0.1s //tensorflow/compiler/xla:reference_util_test PASSED in 0.3s //tensorflow/compiler/xla:shape_test PASSED in 0.2s //tensorflow/compiler/xla:shape_tree_test PASSED in 0.2s //tensorflow/compiler/xla:shape_util_test PASSED in 2.6s //tensorflow/compiler/xla:status_macros_test PASSED in 0.1s //tensorflow/compiler/xla:text_literal_reader_test PASSED in 0.3s //tensorflow/compiler/xla:text_literal_writer_test PASSED in 0.2s //tensorflow/compiler/xla:util_test PASSED in 0.3s //tensorflow/compiler/xla:window_util_test PASSED in 0.2s //tensorflow/compiler/xla/client:padding_test PASSED in 0.1s //tensorflow/compiler/xla/client:xla_builder_test PASSED in 0.3s //tensorflow/compiler/xla/client/lib:arithmetic_test_cpu PASSED in 7.6s //tensorflow/compiler/xla/client/lib:comparators_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/client/lib:constants_test_cpu PASSED in 7.2s //tensorflow/compiler/xla/client/lib:logdet_test_cpu PASSED in 7.5s //tensorflow/compiler/xla/client/lib:math_test_cpu PASSED in 11.8s //tensorflow/compiler/xla/client/lib:matrix_test_cpu PASSED in 11.3s //tensorflow/compiler/xla/client/lib:pooling_test_cpu PASSED in 8.3s //tensorflow/compiler/xla/client/lib:qr_test_cpu PASSED in 11.9s //tensorflow/compiler/xla/client/lib:slicing_test_cpu PASSED in 8.8s //tensorflow/compiler/xla/client/lib:sorting_test_cpu PASSED in 6.9s //tensorflow/compiler/xla/examples/axpy:stablehlo_compile_test PASSED in 7.9s //tensorflow/compiler/xla/experimental/conv_emitter:conv_emitter_test PASSED in 1.5s //tensorflow/compiler/xla/hlo/evaluator:hlo_evaluator_test PASSED in 9.5s //tensorflow/compiler/xla/hlo/transforms:hlo_constant_splitter_test PASSED in 1.3s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:collective_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:collective_ops_to_cpu_runtime.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:fft.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:legalize_i1_vector_transfers.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:lmhlo_custom_call.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:lmhlo_infeed.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:rng_bit_generator.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:xla_abi_legalization.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:xla_cpu_memref_element_cast_to_llvm.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/cpu/transforms/tests:xla_cpu_outfeed.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:add_hlo_trace.mlir.test PASSED in 0.9s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:gpu_launch.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:gpu_memcpy.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:gpu_memset.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_case.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_custom_call.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_fft.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_gpu_cholesky.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_gpu_conv.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_gpu_cublas_lt_matmul.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_gpu_gemm.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_infeed.mlir.test PASSED in 1.8s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_outfeed.mlir.test PASSED in 0.9s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_send_recv.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:lmhlo_while.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:memref_get_global_to_arg.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/backends/gpu/transforms/tests:outline_cuda_graphs.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/framework/tests:legalize-xla-framework.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/framework/tests:outline-with-xla-framework.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/framework/tests:xla-framework.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/math/transforms/tests:math_legalization.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/math/transforms/tests:math_optimization.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/memref/transforms/tests:aligned_allocations.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/runtime/ir/tests:ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/runtime/ir/tests:ops_verify.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/runtime/ir/tests:testlib.mlir.test PASSED in 1.0s //tensorflow/compiler/xla/mlir/runtime/transforms:calling_convention_test PASSED in 1.2s //tensorflow/compiler/xla/mlir/runtime/transforms:type_converter_test PASSED in 1.0s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:compilation_pipeline.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:convert_asserts.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:convert_custom_calls.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:export_functions.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:ordinal_assignment.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/runtime/transforms/tests:rt_to_llvm.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir/tools/mlir_replay/public:execution_trace_utils_test PASSED in 0.4s //tensorflow/compiler/xla/mlir/utils:error_util_test PASSED in 0.2s //tensorflow/compiler/xla/mlir/xla_cpu/tests:bufferize.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir/xla_cpu/tests:invalid.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir/xla_cpu/tests:ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/chlo/chlo_legalize_to_hlo_broadcasts.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/chlo/chlo_legalize_to_hlo_no_broadcasts.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/chlo/chlo_legalize_to_mhlo.mlir.test PASSED in 1.1s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/chlo/sparse_chlo_legalize_to_linalg.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/bufferization.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/canonicalize.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/collapse-shape.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/collapse_materialize_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/fusion.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/gml_st_cpu_pipeline.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/gml_st_simtfy.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/gml_st_to_gpu.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/gml_st_to_scf.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/greedy_fusion.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/greedy_tiling_and_fusion.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/invalid.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/nested_tiling.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/nested_tiling_cwise.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/nested_tiling_softmax.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/rewrite_vector_contract.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/rewrite_vector_multi_reduction.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/simplify_dead_copy.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/tiling.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/tiling_and_fusion.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/tiling_cwise.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/tiling_gpu_warp.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/tiling_softmax.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_map_for_cpu.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_matmul_for_cpu.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_matmul_for_triton.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_reduce_for_cpu.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_reverse_for_cpu.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_scatter_for_cpu.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_sort_for_cpu.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/transform_transpose_for_cpu.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/vectorization.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/vectorize.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/vectorize_copy.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/vectorize_gml_st.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/vectorize_perfectly_tiled_loops.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/gml_st/warp_reduce.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-fuse-linalg.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-legalize-select-and-scatter.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-legalize-to-affine.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-legalize-to-gpu.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-legalize-to-parallel-loops.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/lhlo-legalize-to-tensor-op.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo/ops.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/lhlo_gpu/lhlo_gpu_ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/attrs.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/broadcast_propagation.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/bitcast.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/canonicalize.mlir.test PASSED in 1.3s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/concatenate.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/convert.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/convolution.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/custom_call.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/folder_limit.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/reduce.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/reshape.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/reverse.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/scatter.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/transpose.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/tuple.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/canonicalize/while.mlir.test PASSED in 1.0s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/constraint_fusion.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/convert_to_signless.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/expand_hlo_tuples.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/expand_ops_simplifier.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/group_reduction_dimensions.mlir.test PASSED in 0.9s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-collapse-elementwise-map.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-einsum-to-dot-general.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-gather-to-torch-index-select.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-shape-ops-to-standard.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-sort.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-arithmetic.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-lhlo-only-dynamic.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-lhlo-unranked.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-lhlo.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-linalg.mlir.test PASSED in 2.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-memref-unranked.mlir.test PASSED in 1.3s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-memref.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/hlo-legalize-to-stablehlo.mlir.test PASSED in 1.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/inlining.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/invalid.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/legalize-control-flow.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/legalize-hlo-shape-computations.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/legalize-mhlo-to-thlo.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/legalize-to-std.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/lower-complex.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/lower-general-dot.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/materialize-broadcasts.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/merge_assuming_ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_bytecode_customizations.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_canonicalize_gather.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_canonicalize_reduction.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_canonicalize_scatter.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_flatten_tuple.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_infer_shape_type_methods.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_ops_prettyprint.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/mhlo_reduce_pretty_print.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/ops.mlir.test PASSED in 1.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/optimize-hlo.mlir.test PASSED in 1.0s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/prepare-for-export.mlir.test PASSED in 1.3s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/reify-result-types.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/restrict_max_rank.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/shape_reification.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sink-constants-to-control-flow.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sparse_gendot_lower.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sparse_lower.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sparse_ops.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sparse_rewriting.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/sparse_transpose.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/stablehlo-legalize-to-hlo.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/symbolic-shape-optimization.mlir.test PASSED in 2.1s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/unfuse_batch_norm.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_bounds.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_conv_op.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_reduce_op.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_reduce_window_op.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_scatter_op.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_select_and_scatter_op.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/verifier_while_op.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/mhlo/while_prettyprint.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/thlo/bufferize.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/thlo/canonicalize.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/thlo/invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/thlo/legalize_sort.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:Dialect/thlo/ops.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:alloc_to_arg.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:assuming-structural-propagation.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:buffer_reuse.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:bufferize.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:bufferize_one_shot.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:collapse_parallel_loops_to_1d_pass.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:copy_removal.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:detensorize_scf_ops.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:gpu_fusion_rewrite.mlir.test PASSED in 0.9s //tensorflow/compiler/xla/mlir_hlo/tests:hlo_to_gpu_pipeline.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:hlo_to_gpu_pipeline_softmax.mlir.test PASSED in 0.8s //tensorflow/compiler/xla/mlir_hlo/tests:hlo_to_triton_pipeline_softmax.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:index_type_llvm_lowering.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tests:legalize-trigonometric-to-approximation.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:lower_index_cast.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:propagate_static_shapes.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:rank-specialization.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:scalarization.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:shape-component-analysis.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:shape_simplification.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:test_userange.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/mlir_hlo/tests:tile_loops.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tests:unbufferize.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tests:unroll-loops.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tools/mlir_interpreter/framework/tests:interpreter_value_test PASSED in 0.2s //tensorflow/compiler/xla/mlir_hlo/tools/mlir_interpreter/framework/tests:tensor_or_memref_test PASSED in 0.1s //tensorflow/compiler/xla/mlir_hlo/tosa/tests:binary.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tosa/tests:nullary.mlir.test PASSED in 0.4s //tensorflow/compiler/xla/mlir_hlo/tosa/tests:prepare-mhlo.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/mlir_hlo/tosa/tests:ternary.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/mlir_hlo/tosa/tests:unary.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/pjrt:host_callback_test PASSED in 0.3s //tensorflow/compiler/xla/pjrt:lru_cache_test PASSED in 0.1s //tensorflow/compiler/xla/pjrt:pjrt_api_test PASSED in 0.5s //tensorflow/compiler/xla/pjrt:pjrt_client_test_cpu PASSED in 8.2s //tensorflow/compiler/xla/pjrt:pjrt_compiler_test PASSED in 0.6s //tensorflow/compiler/xla/pjrt:pjrt_executable_test PASSED in 0.2s //tensorflow/compiler/xla/pjrt:pjrt_stream_executor_client_test PASSED in 8.0s //tensorflow/compiler/xla/pjrt:semaphore_test PASSED in 0.2s //tensorflow/compiler/xla/pjrt:tfrt_cpu_pjrt_client_test PASSED in 5.8s //tensorflow/compiler/xla/pjrt:tracked_device_buffer_test PASSED in 7.5s //tensorflow/compiler/xla/pjrt:tracked_tfrt_cpu_device_buffer_test PASSED in 0.3s //tensorflow/compiler/xla/pjrt:transpose_test PASSED in 38.9s //tensorflow/compiler/xla/pjrt/c:pjrt_c_api_cpu_test PASSED in 6.1s //tensorflow/compiler/xla/pjrt/distributed:client_server_test PASSED in 41.4s //tensorflow/compiler/xla/pjrt/distributed:service_test PASSED in 7.0s //tensorflow/compiler/xla/pjrt/gpu:se_gpu_pjrt_client_test PASSED in 2.8s //tensorflow/compiler/xla/python:outfeed_receiver_test_cpu PASSED in 7.6s //tensorflow/compiler/xla/python/ifrt:array_test PASSED in 0.3s //tensorflow/compiler/xla/python/ifrt:array_test_no_impl PASSED in 0.2s //tensorflow/compiler/xla/python/ifrt:client_test_no_impl PASSED in 0.2s //tensorflow/compiler/xla/python/ifrt:executable_test_no_impl PASSED in 1.7s //tensorflow/compiler/xla/python/ifrt:future_test PASSED in 0.4s //tensorflow/compiler/xla/python/ifrt:shape_test PASSED in 0.2s //tensorflow/compiler/xla/python/ifrt:sharding_test PASSED in 0.3s //tensorflow/compiler/xla/python/ifrt:tuple_test_no_impl PASSED in 0.2s //tensorflow/compiler/xla/python/pjrt_ifrt:pjrt_array_impl_test_tfrt_cpu PASSED in 6.3s //tensorflow/compiler/xla/python/pjrt_ifrt:pjrt_client_impl_test_tfrt_cpu PASSED in 6.4s //tensorflow/compiler/xla/python/pjrt_ifrt:pjrt_executable_impl_test_tfrt_cpu PASSED in 7.9s //tensorflow/compiler/xla/python/pjrt_ifrt:pjrt_tuple_impl_test_tfrt_cpu PASSED in 5.9s //tensorflow/compiler/xla/rpc:grpc_client_test PASSED in 1.7s //tensorflow/compiler/xla/runtime:arguments_test PASSED in 0.3s //tensorflow/compiler/xla/runtime:async_runtime_test PASSED in 0.2s //tensorflow/compiler/xla/runtime:custom_call_test PASSED in 1.7s //tensorflow/compiler/xla/runtime:diagnostics_test PASSED in 0.2s //tensorflow/compiler/xla/runtime:executable_test PASSED in 1.4s //tensorflow/compiler/xla/runtime:ffi_test PASSED in 1.2s //tensorflow/compiler/xla/runtime:map_by_type_test PASSED in 0.2s //tensorflow/compiler/xla/runtime:module_test PASSED in 0.6s //tensorflow/compiler/xla/runtime:results_test PASSED in 0.1s //tensorflow/compiler/xla/runtime:state_test PASSED in 0.3s //tensorflow/compiler/xla/runtime:symbolic_shape_test PASSED in 0.2s //tensorflow/compiler/xla/runtime:type_id_test PASSED in 0.2s //tensorflow/compiler/xla/service:algebraic_simplifier_overflow_test_cpu PASSED in 7.2s //tensorflow/compiler/xla/service:algebraic_simplifier_test PASSED in 2.6s //tensorflow/compiler/xla/service:all_gather_broadcast_reorder_test PASSED in 1.2s //tensorflow/compiler/xla/service:all_gather_combiner_test PASSED in 1.2s //tensorflow/compiler/xla/service:all_gather_decomposer_test PASSED in 1.1s //tensorflow/compiler/xla/service:all_reduce_combiner_test PASSED in 0.9s //tensorflow/compiler/xla/service:all_reduce_contiguous_test PASSED in 0.9s //tensorflow/compiler/xla/service:all_reduce_folder_test PASSED in 1.0s //tensorflow/compiler/xla/service:all_reduce_promotion_test PASSED in 1.1s //tensorflow/compiler/xla/service:all_reduce_reassociate_test PASSED in 1.3s //tensorflow/compiler/xla/service:all_reduce_simplifier_test PASSED in 0.9s //tensorflow/compiler/xla/service:ar_crs_combiner_test PASSED in 1.3s //tensorflow/compiler/xla/service:async_collective_creator_test PASSED in 0.8s //tensorflow/compiler/xla/service:async_op_canonicalizer_test PASSED in 0.9s //tensorflow/compiler/xla/service:batch_dot_simplification_test PASSED in 1.1s //tensorflow/compiler/xla/service:batchnorm_expander_test_cpu PASSED in 7.9s //tensorflow/compiler/xla/service:bfloat16_conversion_folding_test PASSED in 0.9s //tensorflow/compiler/xla/service:bfloat16_normalization_test PASSED in 0.9s //tensorflow/compiler/xla/service:bfloat16_propagation_test PASSED in 1.4s //tensorflow/compiler/xla/service:bitcast_dtypes_expander_test PASSED in 1.1s //tensorflow/compiler/xla/service:broadcast_canonicalizer_test PASSED in 0.9s //tensorflow/compiler/xla/service:buffer_assignment_test PASSED in 9.5s //tensorflow/compiler/xla/service:call_graph_test PASSED in 1.0s //tensorflow/compiler/xla/service:call_inliner_test PASSED in 0.8s //tensorflow/compiler/xla/service:change_op_data_type_test PASSED in 0.9s //tensorflow/compiler/xla/service:collective_ops_utils_test PASSED in 0.6s //tensorflow/compiler/xla/service:collectives_schedule_linearizer_test PASSED in 1.6s //tensorflow/compiler/xla/service:compilation_environments_test PASSED in 0.3s //tensorflow/compiler/xla/service:conditional_canonicalizer_test PASSED in 1.0s //tensorflow/compiler/xla/service:conditional_code_motion_test PASSED in 1.5s //tensorflow/compiler/xla/service:conditional_simplifier_test PASSED in 1.0s //tensorflow/compiler/xla/service:conditional_to_select_test PASSED in 0.8s //tensorflow/compiler/xla/service:convert_mover_test PASSED in 1.0s //tensorflow/compiler/xla/service:convert_operand_folding_test PASSED in 1.0s //tensorflow/compiler/xla/service:convolution_4d_expander_test PASSED in 0.9s //tensorflow/compiler/xla/service:convolution_group_converter_test PASSED in 1.2s //tensorflow/compiler/xla/service:convolution_pred_expander_test PASSED in 1.2s //tensorflow/compiler/xla/service:copy_insertion_test PASSED in 1.7s //tensorflow/compiler/xla/service:custom_call_status_test PASSED in 0.1s //tensorflow/compiler/xla/service:defuser_test PASSED in 1.9s //tensorflow/compiler/xla/service:despecializer_test PASSED in 1.5s //tensorflow/compiler/xla/service:dfs_hlo_visitor_with_default_test PASSED in 1.1s //tensorflow/compiler/xla/service:dot_decomposer_test PASSED in 0.8s //tensorflow/compiler/xla/service:dot_merger_test PASSED in 1.1s //tensorflow/compiler/xla/service:dynamic_dimension_inference_test PASSED in 0.8s //tensorflow/compiler/xla/service:dynamic_dimension_simplifier_test PASSED in 1.1s //tensorflow/compiler/xla/service:dynamic_index_splitter_test PASSED in 0.8s //tensorflow/compiler/xla/service:dynamic_padder_test_cpu PASSED in 11.8s //tensorflow/compiler/xla/service:dynamic_parameter_binding_test PASSED in 1.1s //tensorflow/compiler/xla/service:dynamic_update_slice_test_cpu PASSED in 8.3s //tensorflow/compiler/xla/service:elemental_ir_emitter_test_cpu PASSED in 11.1s //tensorflow/compiler/xla/service:flatten_call_graph_test PASSED in 0.9s //tensorflow/compiler/xla/service:fusion_node_indexing_evaluation_test PASSED in 1.2s //tensorflow/compiler/xla/service:gather_expander_test PASSED in 1.1s //tensorflow/compiler/xla/service:gather_simplifier_test PASSED in 0.9s //tensorflow/compiler/xla/service:heap_simulator_test PASSED in 1.5s //tensorflow/compiler/xla/service:hlo_activation_analysis_test PASSED in 0.9s //tensorflow/compiler/xla/service:hlo_alias_analysis_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_casting_utils_test PASSED in 7.8s //tensorflow/compiler/xla/service:hlo_computation_deduplicator_test PASSED in 1.5s //tensorflow/compiler/xla/service:hlo_computation_test PASSED in 2.5s //tensorflow/compiler/xla/service:hlo_constant_folding_test PASSED in 5.0s //tensorflow/compiler/xla/service:hlo_cost_analysis_test PASSED in 6.8s //tensorflow/compiler/xla/service:hlo_creation_utils_test PASSED in 3.9s //tensorflow/compiler/xla/service:hlo_cse_test PASSED in 10.1s //tensorflow/compiler/xla/service:hlo_dataflow_analysis_test PASSED in 1.3s //tensorflow/compiler/xla/service:hlo_dce_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_domain_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_element_type_converter_test PASSED in 0.8s //tensorflow/compiler/xla/service:hlo_execution_profile_test PASSED in 6.9s //tensorflow/compiler/xla/service:hlo_graph_dumper_test PASSED in 0.9s //tensorflow/compiler/xla/service:hlo_input_output_alias_config_test PASSED in 1.4s //tensorflow/compiler/xla/service:hlo_instruction_test PASSED in 1.7s //tensorflow/compiler/xla/service:hlo_live_range_test PASSED in 1.3s //tensorflow/compiler/xla/service:hlo_liveness_analysis_test PASSED in 1.2s //tensorflow/compiler/xla/service:hlo_matchers_test PASSED in 0.9s //tensorflow/compiler/xla/service:hlo_memory_scheduler_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_module_dce_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_module_metadata_test PASSED in 0.2s //tensorflow/compiler/xla/service:hlo_module_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_opcode_test PASSED in 0.3s //tensorflow/compiler/xla/service:hlo_ordering_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_parser_test PASSED in 0.3s //tensorflow/compiler/xla/service:hlo_pass_pipeline_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_phi_graph_test PASSED in 0.2s //tensorflow/compiler/xla/service:hlo_proto_util_test PASSED in 1.6s //tensorflow/compiler/xla/service:hlo_reachability_test PASSED in 1.1s //tensorflow/compiler/xla/service:hlo_rematerialization_test PASSED in 1.3s //tensorflow/compiler/xla/service:hlo_rematerialization_test_utils_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_replication_analysis_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_schedule_test PASSED in 1.0s //tensorflow/compiler/xla/service:hlo_sharding_test PASSED in 0.9s //tensorflow/compiler/xla/service:hlo_sharding_util_test PASSED in 0.3s //tensorflow/compiler/xla/service:hlo_verifier_test PASSED in 1.6s //tensorflow/compiler/xla/service:indexed_array_analysis_test PASSED in 1.3s //tensorflow/compiler/xla/service:instruction_fusion_test PASSED in 1.0s //tensorflow/compiler/xla/service:latency_hiding_scheduler_test PASSED in 1.1s //tensorflow/compiler/xla/service:layout_assignment_test PASSED in 6.3s //tensorflow/compiler/xla/service:layout_normalization_test PASSED in 1.9s //tensorflow/compiler/xla/service:logistic_expander_test PASSED in 1.0s //tensorflow/compiler/xla/service:loop_schedule_linearizer_test PASSED in 1.0s //tensorflow/compiler/xla/service:map_inliner_test PASSED in 1.6s //tensorflow/compiler/xla/service:mapped_ptr_container_sorter_test PASSED in 0.1s //tensorflow/compiler/xla/service:memory_space_assignment_best_fit_repacker_test PASSED in 0.3s //tensorflow/compiler/xla/service:memory_space_assignment_test PASSED in 3.0s //tensorflow/compiler/xla/service:memory_space_propagation_test PASSED in 1.1s //tensorflow/compiler/xla/service:name_uniquer_test PASSED in 0.2s //tensorflow/compiler/xla/service:operand_upcaster_test PASSED in 2.8s //tensorflow/compiler/xla/service:optimize_input_output_buffer_alias_test PASSED in 1.3s //tensorflow/compiler/xla/service:pattern_matcher_gmock_test PASSED in 0.2s //tensorflow/compiler/xla/service:pattern_matcher_test PASSED in 1.1s //tensorflow/compiler/xla/service:real_imag_expander_test PASSED in 1.0s //tensorflow/compiler/xla/service:reduce_decomposer_test PASSED in 1.0s //tensorflow/compiler/xla/service:reduce_scatter_combiner_test PASSED in 0.9s //tensorflow/compiler/xla/service:reduce_scatter_decomposer_test PASSED in 1.1s //tensorflow/compiler/xla/service:reduce_scatter_reassociate_test PASSED in 0.8s //tensorflow/compiler/xla/service:reshape_decomposer_test PASSED in 1.2s //tensorflow/compiler/xla/service:reshape_mover_test PASSED in 1.0s //tensorflow/compiler/xla/service:result_caster_test PASSED in 1.0s //tensorflow/compiler/xla/service:root_instruction_sinker_test PASSED in 0.9s //tensorflow/compiler/xla/service:scatter_expander_test PASSED in 1.0s //tensorflow/compiler/xla/service:scatter_simplifier_test PASSED in 1.0s //tensorflow/compiler/xla/service:select_and_scatter_expander_test PASSED in 1.1s //tensorflow/compiler/xla/service:shape_inference_test PASSED in 0.3s //tensorflow/compiler/xla/service:shaped_buffer_test PASSED in 6.3s //tensorflow/compiler/xla/service:sharding_propagation_test PASSED in 6.5s //tensorflow/compiler/xla/service:sharding_remover_test PASSED in 0.9s //tensorflow/compiler/xla/service:simplify_fp_conversions_test PASSED in 0.9s //tensorflow/compiler/xla/service:slice_sinker_test PASSED in 1.4s //tensorflow/compiler/xla/service:sort_simplifier_test PASSED in 0.9s //tensorflow/compiler/xla/service:space_to_batch_converter_test PASSED in 0.8s //tensorflow/compiler/xla/service:stable_sort_expander_test PASSED in 0.8s //tensorflow/compiler/xla/service:stochastic_convert_decomposer_test PASSED in 1.1s //tensorflow/compiler/xla/service:stream_pool_test PASSED in 0.3s //tensorflow/compiler/xla/service:topk_rewriter_test PASSED in 0.9s //tensorflow/compiler/xla/service:transpose_folding_test PASSED in 1.6s //tensorflow/compiler/xla/service:tuple_points_to_analysis_test PASSED in 0.9s //tensorflow/compiler/xla/service:tuple_simplifier_test PASSED in 1.3s //tensorflow/compiler/xla/service:tuple_util_test PASSED in 0.8s //tensorflow/compiler/xla/service:while_loop_all_reduce_code_motion_test PASSED in 1.2s //tensorflow/compiler/xla/service:while_loop_analysis_test PASSED in 1.6s //tensorflow/compiler/xla/service:while_loop_concat_code_motion_test PASSED in 0.9s //tensorflow/compiler/xla/service:while_loop_constant_sinking_test PASSED in 2.5s //tensorflow/compiler/xla/service:while_loop_expensive_invariant_code_motion_test PASSED in 1.1s //tensorflow/compiler/xla/service:while_loop_invariant_code_motion_test PASSED in 1.2s //tensorflow/compiler/xla/service:while_loop_simplifier_test PASSED in 1.5s //tensorflow/compiler/xla/service:while_loop_trip_count_annotator_test PASSED in 1.1s //tensorflow/compiler/xla/service:while_util_test PASSED in 0.9s //tensorflow/compiler/xla/service:xla_aot_compile_stablehlo_cpu_test PASSED in 8.3s //tensorflow/compiler/xla/service:xla_debug_info_manager_test PASSED in 1.0s //tensorflow/compiler/xla/service:zero_sized_hlo_elimination_test PASSED in 1.2s //tensorflow/compiler/xla/service/cpu:conv_canonicalization_test PASSED in 1.4s //tensorflow/compiler/xla/service/cpu:cpu_eigen_tensor_alignment_test PASSED in 1.1s //tensorflow/compiler/xla/service/cpu:cpu_instruction_fusion_test PASSED in 1.9s //tensorflow/compiler/xla/service/cpu:cpu_layout_assignment_test PASSED in 2.5s //tensorflow/compiler/xla/service/cpu:ir_emission_utils_test PASSED in 1.1s //tensorflow/compiler/xla/service/cpu:parallel_task_assignment_test PASSED in 3.0s //tensorflow/compiler/xla/service/cpu:runtime_fft_test PASSED in 0.2s //tensorflow/compiler/xla/service/cpu:shape_partition_test PASSED in 1.5s //tensorflow/compiler/xla/service/cpu:xfeed_manager_test PASSED in 0.8s //tensorflow/compiler/xla/service/cpu/tests:cpu_bytesizeof_test PASSED in 0.6s //tensorflow/compiler/xla/service/cpu/tests:cpu_dyn_shape_test PASSED in 6.7s //tensorflow/compiler/xla/service/cpu/tests:cpu_external_constants_test PASSED in 21.9s //tensorflow/compiler/xla/service/cpu/tests:cpu_fusion_test PASSED in 6.4s //tensorflow/compiler/xla/service/cpu/tests:cpu_infeed_test PASSED in 7.3s //tensorflow/compiler/xla/service/cpu/tests:cpu_intrinsic_test PASSED in 8.7s //tensorflow/compiler/xla/service/cpu/tests:cpu_key_value_sort_test PASSED in 7.2s //tensorflow/compiler/xla/service/cpu/tests:cpu_literal_caching_test PASSED in 7.6s //tensorflow/compiler/xla/service/cpu/tests:cpu_noalias_test PASSED in 7.2s //tensorflow/compiler/xla/service/cpu/tests:cpu_outfeed_test PASSED in 7.6s //tensorflow/compiler/xla/service/cpu/tests:cpu_profiling_test PASSED in 8.3s //tensorflow/compiler/xla/service/cpu/tests:cpu_spmd_compile_test PASSED in 7.1s //tensorflow/compiler/xla/service/cpu/tests:cpu_topk_test PASSED in 7.2s //tensorflow/compiler/xla/service/cpu/tests:cpu_vectorization_test PASSED in 8.3s //tensorflow/compiler/xla/service/cpu/tests:cpu_while_test PASSED in 7.8s //tensorflow/compiler/xla/service/cpu/tests:tree_reduction_rewriter_test PASSED in 7.9s //tensorflow/compiler/xla/service/gpu:alias_passthrough_params_test PASSED in 0.9s //tensorflow/compiler/xla/service/gpu:all_reduce_blueconnect_test PASSED in 0.9s //tensorflow/compiler/xla/service/gpu:cublas_pad_for_gemms_test PASSED in 1.9s //tensorflow/compiler/xla/service/gpu:cudnn_pad_for_convolutions_test PASSED in 1.5s //tensorflow/compiler/xla/service/gpu:cudnn_simplify_padding_test PASSED in 2.1s //tensorflow/compiler/xla/service/gpu:cudnn_support_utils_test PASSED in 1.1s //tensorflow/compiler/xla/service/gpu:cudnn_vectorize_convolutions_test PASSED in 1.4s //tensorflow/compiler/xla/service/gpu:fusion_merger_test PASSED in 1.8s //tensorflow/compiler/xla/service/gpu:gpu_conv_padding_legalization_test PASSED in 1.3s //tensorflow/compiler/xla/service/gpu:gpu_conv_rewriter_test PASSED in 1.2s //tensorflow/compiler/xla/service/gpu:gpu_fusible_test PASSED in 1.5s //tensorflow/compiler/xla/service/gpu:gpu_hlo_cost_analysis_test PASSED in 1.4s //tensorflow/compiler/xla/service/gpu:gpu_performance_model_test PASSED in 1.9s //tensorflow/compiler/xla/service/gpu:gpu_sanitize_constant_names_test PASSED in 2.3s //tensorflow/compiler/xla/service/gpu:hlo_algorithm_denylist_test PASSED in 0.2s //tensorflow/compiler/xla/service/gpu:hlo_fusion_stats_test PASSED in 1.3s //tensorflow/compiler/xla/service/gpu:instruction_fusion_test PASSED in 2.0s //tensorflow/compiler/xla/service/gpu:ir_emission_utils_test PASSED in 1.8s //tensorflow/compiler/xla/service/gpu:matmul_utils_test PASSED in 0.7s //tensorflow/compiler/xla/service/gpu:move_copy_to_users_test PASSED in 1.8s //tensorflow/compiler/xla/service/gpu:multi_output_fusion_test PASSED in 2.3s //tensorflow/compiler/xla/service/gpu:reduction_splitter_test PASSED in 1.6s //tensorflow/compiler/xla/service/gpu:scatter_slice_simplifier_test PASSED in 1.3s //tensorflow/compiler/xla/service/gpu:target_util_test PASSED in 0.4s //tensorflow/compiler/xla/service/gpu:variadic_op_splitter_test PASSED in 1.6s //tensorflow/compiler/xla/service/gpu:while_transformer_test PASSED in 1.4s //tensorflow/compiler/xla/service/gpu/llvm_gpu_backend:utils_test PASSED in 0.5s //tensorflow/compiler/xla/service/gpu/tests:gpu_reduce_scatter_creator_test PASSED in 1.0s //tensorflow/compiler/xla/service/gpu/tests:reduction_degenerate_dim_remover_test PASSED in 1.9s //tensorflow/compiler/xla/service/gpu/tests:reduction_dimension_grouper_test PASSED in 1.5s //tensorflow/compiler/xla/service/gpu/tests:tree_reduction_rewriter_test PASSED in 2.1s //tensorflow/compiler/xla/service/graphcycles:graphcycles_test PASSED in 0.8s //tensorflow/compiler/xla/service/graphcycles:ordered_set_test PASSED in 0.2s //tensorflow/compiler/xla/service/llvm_ir:alias_analysis_test PASSED in 7.1s //tensorflow/compiler/xla/service/llvm_ir:ir_array_test PASSED in 0.4s //tensorflow/compiler/xla/service/spmd:canonicalize_all_gather_for_cse_test PASSED in 0.9s //tensorflow/compiler/xla/service/spmd:collective_permute_motion_test PASSED in 1.0s //tensorflow/compiler/xla/service/spmd:schedule_aware_collective_ops_cse_test PASSED in 1.4s //tensorflow/compiler/xla/service/spmd:spmd_partitioner_test PASSED in 4.1s //tensorflow/compiler/xla/service/spmd:stateful_rng_spmd_partitioner_test PASSED in 0.9s //tensorflow/compiler/xla/stream_executor:dnn_test PASSED in 0.2s //tensorflow/compiler/xla/stream_executor:stream_test PASSED in 0.1s //tensorflow/compiler/xla/stream_executor/host:host_stream_test PASSED in 0.3s //tensorflow/compiler/xla/tests:all_reduce_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/tests:axpy_simple_test_cpu PASSED in 7.4s //tensorflow/compiler/xla/tests:bad_rng_shape_validation_test_cpu PASSED in 8.1s //tensorflow/compiler/xla/tests:binop_scaling_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/tests:bitcast_convert_test_cpu PASSED in 8.6s //tensorflow/compiler/xla/tests:broadcast_simple_test_cpu PASSED in 8.4s //tensorflow/compiler/xla/tests:broadcast_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/tests:buffer_donation_test_cpu PASSED in 8.5s //tensorflow/compiler/xla/tests:call_test_cpu PASSED in 9.6s //tensorflow/compiler/xla/tests:check_execution_arity_test_cpu PASSED in 7.3s //tensorflow/compiler/xla/tests:cholesky_test_cpu PASSED in 48.0s //tensorflow/compiler/xla/tests:client_test_cpu PASSED in 8.2s //tensorflow/compiler/xla/tests:collective_ops_test_cpu PASSED in 16.6s //tensorflow/compiler/xla/tests:compilation_cache_test_cpu PASSED in 7.0s //tensorflow/compiler/xla/tests:compute_constant_test_cpu PASSED in 6.6s //tensorflow/compiler/xla/tests:concat_test_cpu PASSED in 8.3s //tensorflow/compiler/xla/tests:constant_reduction_function_test_cpu PASSED in 7.4s //tensorflow/compiler/xla/tests:constants_test_cpu PASSED in 8.5s //tensorflow/compiler/xla/tests:convert_test_cpu PASSED in 6.9s //tensorflow/compiler/xla/tests:copy_test_cpu PASSED in 8.3s //tensorflow/compiler/xla/tests:cpu_gpu_fusion_test_cpu PASSED in 12.5s //tensorflow/compiler/xla/tests:custom_call_test_cpu PASSED in 8.9s //tensorflow/compiler/xla/tests:deallocation_test_cpu PASSED in 7.2s //tensorflow/compiler/xla/tests:deconstruct_tuple_test_cpu PASSED in 12.8s //tensorflow/compiler/xla/tests:deep_graph_test_cpu PASSED in 6.3s //tensorflow/compiler/xla/tests:execution_profile_test_cpu PASSED in 7.3s //tensorflow/compiler/xla/tests:fft_test_cpu PASSED in 7.9s //tensorflow/compiler/xla/tests:floor_ceil_test_cpu PASSED in 7.5s //tensorflow/compiler/xla/tests:fmax_fmin_test_cpu PASSED in 7.6s //tensorflow/compiler/xla/tests:gather_operation_test_cpu PASSED in 13.5s //tensorflow/compiler/xla/tests:get_dimension_size_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/tests:half_test_cpu PASSED in 8.0s //tensorflow/compiler/xla/tests:hlo_metadata_test PASSED in 6.4s //tensorflow/compiler/xla/tests:literal_test_util_test PASSED in 5.0s //tensorflow/compiler/xla/tests:local_client_allocation_test_cpu PASSED in 6.9s //tensorflow/compiler/xla/tests:local_client_aot_test PASSED in 0.1s //tensorflow/compiler/xla/tests:log_test_cpu PASSED in 7.3s //tensorflow/compiler/xla/tests:map_test_cpu PASSED in 8.2s //tensorflow/compiler/xla/tests:matrix_ops_simple_test_cpu PASSED in 14.1s //tensorflow/compiler/xla/tests:multidimensional_slice_test_cpu PASSED in 7.1s //tensorflow/compiler/xla/tests:multiple_devices_on_host_test PASSED in 6.8s //tensorflow/compiler/xla/tests:multithreaded_compilation_test_cpu PASSED in 8.0s //tensorflow/compiler/xla/tests:outfeed_in_nested_computation_test_cpu PASSED in 7.2s //tensorflow/compiler/xla/tests:pad_test_cpu PASSED in 7.7s //tensorflow/compiler/xla/tests:pred_test_cpu PASSED in 13.5s //tensorflow/compiler/xla/tests:query_inferred_shape_test_cpu PASSED in 6.7s //tensorflow/compiler/xla/tests:reduce_hlo_test_cpu PASSED in 10.3s //tensorflow/compiler/xla/tests:reduce_precision_test_cpu PASSED in 6.7s //tensorflow/compiler/xla/tests:replay_test_cpu PASSED in 6.6s //tensorflow/compiler/xla/tests:reshape_motion_test_cpu PASSED in 8.0s //tensorflow/compiler/xla/tests:reverse_test_cpu PASSED in 8.0s //tensorflow/compiler/xla/tests:round_trip_packed_literal_test_cpu PASSED in 7.4s //tensorflow/compiler/xla/tests:round_trip_transfer_test_cpu PASSED in 7.3s //tensorflow/compiler/xla/tests:sample_text_test_cpu PASSED in 7.8s //tensorflow/compiler/xla/tests:scatter_test_cpu PASSED in 10.8s //tensorflow/compiler/xla/tests:select_test_cpu PASSED in 6.9s //tensorflow/compiler/xla/tests:test_utils_test_cpu PASSED in 7.5s //tensorflow/compiler/xla/tests:token_hlo_test_cpu PASSED in 8.0s //tensorflow/compiler/xla/tests:transfer_manager_test_cpu PASSED in 18.9s //tensorflow/compiler/xla/tests:transpose_test_cpu PASSED in 7.6s //tensorflow/compiler/xla/tests:tuple_test_cpu PASSED in 7.9s //tensorflow/compiler/xla/tests:unary_op_test_cpu PASSED in 7.2s //tensorflow/compiler/xla/tests:value_inference_test_cpu PASSED in 6.1s //tensorflow/compiler/xla/tests:vector_ops_reduce_test_cpu PASSED in 7.8s //tensorflow/compiler/xla/tests:vector_ops_simple_test_cpu PASSED in 9.9s //tensorflow/compiler/xla/tests:while_test_cpu PASSED in 8.5s //tensorflow/compiler/xla/tools:hlo_control_flow_flattening_test PASSED in 0.9s //tensorflow/compiler/xla/tools:hlo_extractor_test PASSED in 1.2s //tensorflow/compiler/xla/tools:hlo_module_loader_test PASSED in 2.4s //tensorflow/compiler/xla/tools:replay_computation_bin_test PASSED in 0.4s //tensorflow/compiler/xla/tools:run_hlo_module_bin_test PASSED in 0.3s //tensorflow/compiler/xla/tools/hlo_bisect:hlo_bisect_state_test PASSED in 1.0s //tensorflow/compiler/xla/translate/hlo_to_mhlo:hlo_utils_test PASSED in 0.6s //tensorflow/compiler/xla/translate/hlo_to_mhlo:mlir_hlo_builder_test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:bool_compare.hlotxt.test PASSED in 1.1s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:case_conditional.hlotxt.test PASSED in 0.7s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:dynamic_param.hlo.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:entry_computation_layout.hlotxt.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:frontend_attributes.hlotxt.test PASSED in 1.0s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:fully_connected_reference_model.hlotxt.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:fusion.hlotxt.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:if_conditional.hlotxt.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:import.hlotxt.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:import_async.hlotxt.test PASSED in 0.9s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:layouts_and_names.hlotxt.test PASSED in 0.6s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:location.hlotxt.test PASSED in 0.4s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:module_attributes.hlo.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:simple.hlo.test PASSED in 0.5s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:spmd_module_sharding.hlo.test PASSED in 0.7s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:types.hlotxt.test PASSED in 0.6s //tensorflow/compiler/xla/translate/hlo_to_mhlo/tests:while.hlotxt.test PASSED in 0.7s //tensorflow/compiler/xla/translate/mhlo_to_hlo:type_to_shape_test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:add.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:case.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:export-with-layouts.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:export.mlir.test PASSED in 1.4s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:export_and_check_layouts.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:export_large_constants.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:export_replicas.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:fusion.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:if.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:input_output_aliasing.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:layouts_and_names.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:location_to_op_metadata.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:missing_main.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:module_attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:multiple_return_tuple.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:opaque_elements_attr.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:rng_get_and_update_state.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:sharding.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:simple.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:unsupported_type.mlir.test PASSED in 0.5s //tensorflow/compiler/xla/translate/mhlo_to_hlo/tests:while.mlir.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla/tests:hlo_text_to_lhlo_no_opt.hlotxt.test PASSED in 2.5s //tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla/tests:no_opt_ops.hlotxt.test PASSED in 0.9s //tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla/tests:non_identity_layouts.hlotxt.test PASSED in 0.6s //tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla/tests:ops.mlir.test PASSED in 4.4s //tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla/tests:passthrough.mlir.test PASSED in 0.5s //tensorflow/core:__tensorflow_core_lib_core_legacy_lib_core_all_tests PASSED in 8.5s //tensorflow/core:__tensorflow_core_lib_gtl_legacy_lib_gtl_tests PASSED in 0.4s //tensorflow/core:__tensorflow_core_lib_monitoring_cell_reader_test PASSED in 40.4s //tensorflow/core:__tensorflow_core_lib_monitoring_collection_registry_test PASSED in 0.2s //tensorflow/core:__tensorflow_core_lib_monitoring_counter_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_gauge_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_metric_def_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_percentile_sampler_test PASSED in 0.2s //tensorflow/core:__tensorflow_core_lib_monitoring_sampler_test PASSED in 0.2s //tensorflow/core:__tensorflow_core_lib_monitoring_test_utils_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_strings_legacy_low_level_library_tests PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_wav_wav_io_test PASSED in 0.4s //tensorflow/core:__tensorflow_core_util_mkl_util_test_srcs PASSED in 0.1s //tensorflow/core:__tensorflow_tsl_lib_core_legacy_lib_core_all_tests PASSED in 0.8s //tensorflow/core:lib_strings_ordered_code_test PASSED in 1.5s //tensorflow/core:lib_strings_proto_serialization_test PASSED in 0.2s //tensorflow/core/api_def:api_test PASSED in 6.2s //tensorflow/core/api_def:update_api_def_test PASSED in 0.3s //tensorflow/core/common_runtime:all_to_all_test_cpu PASSED in 0.6s //tensorflow/core/common_runtime:arg_ret_placement_test PASSED in 0.5s //tensorflow/core/common_runtime:buf_rendezvous_test PASSED in 0.8s //tensorflow/core/common_runtime:collective_executor_mgr_test PASSED in 0.7s //tensorflow/core/common_runtime:collective_param_resolver_local_test PASSED in 4.8s //tensorflow/core/common_runtime:collective_rma_local_test PASSED in 0.9s //tensorflow/core/common_runtime:composite_device_test PASSED in 1.2s //tensorflow/core/common_runtime:cost_measurement_registry_test PASSED in 2.4s //tensorflow/core/common_runtime:cost_util_test PASSED in 0.1s //tensorflow/core/common_runtime:device_mgr_test PASSED in 0.9s //tensorflow/core/common_runtime:device_propagation_test PASSED in 0.7s //tensorflow/core/common_runtime:device_resolver_local_test PASSED in 0.7s //tensorflow/core/common_runtime:device_set_test PASSED in 1.1s //tensorflow/core/common_runtime:direct_session_test_cpu PASSED in 6.1s //tensorflow/core/common_runtime:direct_session_with_debug_test PASSED in 3.3s //tensorflow/core/common_runtime:direct_session_with_tracking_alloc_test PASSED in 1.3s //tensorflow/core/common_runtime:dynamic_device_mgr_test PASSED in 0.6s //tensorflow/core/common_runtime:executor_test PASSED in 1.5s //tensorflow/core/common_runtime:function_optimization_registration_test PASSED in 1.2s //tensorflow/core/common_runtime:function_optimization_registry_no_pass_test PASSED in 0.6s //tensorflow/core/common_runtime:function_optimization_registry_pass_failure_test PASSED in 0.8s //tensorflow/core/common_runtime:function_optimization_registry_test PASSED in 0.7s //tensorflow/core/common_runtime:function_threadpool_test PASSED in 1.2s //tensorflow/core/common_runtime:graph_constructor_test PASSED in 1.8s //tensorflow/core/common_runtime:graph_runner_test PASSED in 1.3s //tensorflow/core/common_runtime:hierarchical_tree_broadcaster_test_cpu PASSED in 2.9s //tensorflow/core/common_runtime:inline_function_utils_test PASSED in 0.5s //tensorflow/core/common_runtime:input_colocation_exemption_registry_test PASSED in 0.5s //tensorflow/core/common_runtime:int32_fulltype_test PASSED in 0.6s //tensorflow/core/common_runtime:isolate_placer_inspection_required_ops_pass_test PASSED in 1.0s //tensorflow/core/common_runtime:lower_case_op_test PASSED in 2.0s //tensorflow/core/common_runtime:lower_function_call_test PASSED in 2.1s //tensorflow/core/common_runtime:lower_functional_ops_test PASSED in 2.4s //tensorflow/core/common_runtime:lower_if_op_test PASSED in 2.0s //tensorflow/core/common_runtime:lower_while_op_test PASSED in 2.1s //tensorflow/core/common_runtime:mkl_cpu_allocator_test PASSED in 0.1s //tensorflow/core/common_runtime:mkl_threadpool_device_test PASSED in 0.1s //tensorflow/core/common_runtime:no_op_cost_measurement_test PASSED in 0.2s //tensorflow/core/common_runtime:null_request_cost_accessor_test PASSED in 0.3s //tensorflow/core/common_runtime:optimization_registry_test PASSED in 0.7s //tensorflow/core/common_runtime:optimize_cross_host_control_deps_test PASSED in 0.7s //tensorflow/core/common_runtime:optimize_function_graph_utils_test PASSED in 0.5s //tensorflow/core/common_runtime:partitioning_utils_test PASSED in 0.5s //tensorflow/core/common_runtime:pending_counts_test PASSED in 0.7s //tensorflow/core/common_runtime:permuter_test_cpu PASSED in 3.2s //tensorflow/core/common_runtime:placer_inspection_required_ops_utils_test PASSED in 1.2s //tensorflow/core/common_runtime:placer_test PASSED in 1.0s //tensorflow/core/common_runtime:process_function_library_runtime_test_cpu PASSED in 0.8s //tensorflow/core/common_runtime:process_util_test PASSED in 0.4s //tensorflow/core/common_runtime:quantize_training_test PASSED in 1.7s //tensorflow/core/common_runtime:rendezvous_util_test PASSED in 0.1s //tensorflow/core/common_runtime:replicate_per_replica_nodes_test PASSED in 1.0s //tensorflow/core/common_runtime:request_cost_accessor_registry_test PASSED in 2.7s //tensorflow/core/common_runtime:request_cost_test PASSED in 0.1s //tensorflow/core/common_runtime:ring_gatherer_test_cpu PASSED in 2.0s //tensorflow/core/common_runtime:ring_reducer_test_cpu PASSED in 7.5s //tensorflow/core/common_runtime:scoped_allocator_mgr_test PASSED in 4.7s //tensorflow/core/common_runtime:session_test PASSED in 0.7s //tensorflow/core/common_runtime:shape_refiner_test PASSED in 0.7s //tensorflow/core/common_runtime:single_threaded_executor_test PASSED in 1.4s //tensorflow/core/common_runtime:threadpool_device_test PASSED in 0.7s //tensorflow/core/common_runtime:type_inference_test PASSED in 2.0s //tensorflow/core/common_runtime/eager:attr_builder_test PASSED in 22.2s //tensorflow/core/common_runtime/eager:context_test PASSED in 11.9s //tensorflow/core/common_runtime/eager:custom_device_test PASSED in 11.4s //tensorflow/core/common_runtime/eager:eager_executor_test PASSED in 11.4s //tensorflow/core/common_runtime/eager:eager_op_rewrite_registry_test PASSED in 0.7s //tensorflow/core/common_runtime/eager:eager_operation_test PASSED in 11.9s //tensorflow/core/common_runtime/eager:execute_node_test PASSED in 10.1s //tensorflow/core/common_runtime/eager:execute_test PASSED in 11.8s //tensorflow/core/common_runtime/eager:kernel_and_device_test PASSED in 1.7s //tensorflow/core/common_runtime/eager:mkl_eager_op_rewrite_test PASSED in 14.4s //tensorflow/core/common_runtime/eager:placement_test PASSED in 9.9s //tensorflow/core/common_runtime/eager:placement_utils_test PASSED in 10.4s //tensorflow/core/common_runtime/eager:tensor_handle_data_test PASSED in 10.1s //tensorflow/core/common_runtime/eager:tensor_handle_test PASSED in 10.6s //tensorflow/core/common_runtime/gpu:gpu_device_on_non_gpu_machine_test PASSED in 0.1s //tensorflow/core/common_runtime/next_pluggable_device/c:plugin_c_api_test PASSED in 4.2s //tensorflow/core/config:flags_py_test PASSED in 5.5s //tensorflow/core/config:flags_test PASSED in 0.7s //tensorflow/core/data:compression_utils_test PASSED in 2.2s //tensorflow/core/data:dataset_utils_test PASSED in 0.6s //tensorflow/core/data:hash_utils_test PASSED in 1.8s //tensorflow/core/data:metric_utils_test PASSED in 5.8s //tensorflow/core/data:name_utils_test PASSED in 0.3s //tensorflow/core/data:rewrite_utils_test PASSED in 0.7s //tensorflow/core/data:serialization_utils_test PASSED in 0.7s //tensorflow/core/data:snapshot_utils_test PASSED in 1.3s //tensorflow/core/data:split_utils_test PASSED in 0.5s //tensorflow/core/data:standalone_save_restore_test PASSED in 2.4s //tensorflow/core/data:standalone_test PASSED in 1.6s //tensorflow/core/data:tfdataz_metrics_test PASSED in 1.9s //tensorflow/core/data:unbounded_thread_pool_test PASSED in 0.6s //tensorflow/core/data/service:auto_shard_rewriter_test PASSED in 1.6s //tensorflow/core/data/service:common_test PASSED in 0.4s //tensorflow/core/data/service:credentials_factory_test PASSED in 0.6s //tensorflow/core/data/service:cross_trainer_cache_test PASSED in 1.5s //tensorflow/core/data/service:data_service_test PASSED in 13.6s //tensorflow/core/data/service:data_transfer_test PASSED in 0.5s //tensorflow/core/data/service:dataset_store_test PASSED in 0.6s //tensorflow/core/data/service:dispatcher_client_test PASSED in 3.6s //tensorflow/core/data/service:dispatcher_state_test PASSED in 0.8s //tensorflow/core/data/service:grpc_dispatcher_impl_test PASSED in 3.3s //tensorflow/core/data/service:grpc_util_test PASSED in 0.7s //tensorflow/core/data/service:grpc_worker_impl_test PASSED in 2.6s //tensorflow/core/data/service:journal_test PASSED in 1.2s //tensorflow/core/data/service:logging_utils_test PASSED in 0.3s //tensorflow/core/data/service:task_runner_test PASSED in 3.5s //tensorflow/core/data/service:test_util_test PASSED in 1.9s //tensorflow/core/data/service:url_test PASSED in 0.2s //tensorflow/core/data/service:utils_test PASSED in 0.5s //tensorflow/core/data/service:validate_utils_test PASSED in 0.2s //tensorflow/core/data/service:worker_client_test PASSED in 3.6s //tensorflow/core/data/service:worker_impl_test PASSED in 4.2s //tensorflow/core/data/service/client:data_service_client_test PASSED in 3.7s //tensorflow/core/data/service/client:utils_test PASSED in 2.9s //tensorflow/core/data/service/client:validate_utils_test PASSED in 1.8s //tensorflow/core/data/service/snapshot:distributed_snapshot_test PASSED in 19.2s //tensorflow/core/data/service/snapshot:file_utils_test PASSED in 2.8s //tensorflow/core/data/service/snapshot:path_utils_test PASSED in 0.4s //tensorflow/core/data/service/snapshot:snapshot_reader_test PASSED in 3.4s //tensorflow/core/data/service/snapshot:snapshot_stream_writer_test PASSED in 7.0s //tensorflow/core/data/service/snapshot:utils_test PASSED in 0.2s //tensorflow/core/debug:debug_graph_utils_test PASSED in 0.6s //tensorflow/core/distributed_runtime:call_options_test PASSED in 0.2s //tensorflow/core/distributed_runtime:cluster_function_library_runtime_test PASSED in 3.6s //tensorflow/core/distributed_runtime:collective_param_resolver_distributed_test PASSED in 0.9s //tensorflow/core/distributed_runtime:collective_rma_distributed_test PASSED in 1.0s //tensorflow/core/distributed_runtime:device_resolver_distributed_test PASSED in 0.6s //tensorflow/core/distributed_runtime:message_wrappers_test PASSED in 0.2s //tensorflow/core/distributed_runtime:partial_run_mgr_test PASSED in 0.5s //tensorflow/core/distributed_runtime:recent_request_ids_test PASSED in 0.3s //tensorflow/core/distributed_runtime:request_id_test PASSED in 0.5s //tensorflow/core/distributed_runtime:rpc_collective_executor_mgr_test PASSED in 0.6s //tensorflow/core/distributed_runtime:server_lib_test PASSED in 0.4s //tensorflow/core/distributed_runtime:session_mgr_test PASSED in 1.0s //tensorflow/core/distributed_runtime:tensor_coding_test PASSED in 0.2s //tensorflow/core/distributed_runtime/coordination:coordination_service_barrier_proxy_test PASSED in 2.4s //tensorflow/core/distributed_runtime/eager:eager_service_impl_test PASSED in 17.1s //tensorflow/core/distributed_runtime/eager:remote_mgr_test PASSED in 9.8s //tensorflow/core/distributed_runtime/integration_test:c_api_coordination_test_cpu PASSED in 39.3s //tensorflow/core/distributed_runtime/integration_test:c_api_multi_client_test_cpu PASSED in 32.5s //tensorflow/core/distributed_runtime/integration_test:c_api_recoverable_jobs_test_cpu PASSED in 37.0s //tensorflow/core/distributed_runtime/rpc:grpc_tensor_coding_test PASSED in 2.8s //tensorflow/core/distributed_runtime/rpc:grpc_worker_cache_test PASSED in 0.8s //tensorflow/core/distributed_runtime/rpc/eager:grpc_eager_client_test PASSED in 0.7s //tensorflow/core/example:example_parser_configuration_test PASSED in 0.9s //tensorflow/core/example:feature_util_test PASSED in 0.2s //tensorflow/core/framework:allocator_test PASSED in 3.8s //tensorflow/core/framework:attr_value_util_test PASSED in 0.7s //tensorflow/core/framework:batch_util_test PASSED in 0.7s //tensorflow/core/framework:bfloat16_test PASSED in 0.7s //tensorflow/core/framework:common_shape_fns_test PASSED in 1.1s //tensorflow/core/framework:dataset_test PASSED in 0.7s //tensorflow/core/framework:device_base_test PASSED in 1.1s //tensorflow/core/framework:disable_jit_test PASSED in 0.8s //tensorflow/core/framework:framework_op_gen_lib_test PASSED in 0.2s //tensorflow/core/framework:framework_op_segment_test PASSED in 0.7s //tensorflow/core/framework:framework_resource_var_test PASSED in 0.6s //tensorflow/core/framework:framework_run_handler_test PASSED in 2.5s //tensorflow/core/framework:framework_run_handler_util_test PASSED in 2.1s //tensorflow/core/framework:full_type_inference_util_test PASSED in 0.9s //tensorflow/core/framework:full_type_util_test PASSED in 1.0s //tensorflow/core/framework:function_test PASSED in 0.8s //tensorflow/core/framework:graph_def_util_test PASSED in 1.2s //tensorflow/core/framework:graph_to_functiondef_test PASSED in 0.7s //tensorflow/core/framework:kernel_def_builder_test PASSED in 0.9s //tensorflow/core/framework:kernel_def_util_test PASSED in 0.7s //tensorflow/core/framework:memory_types_test PASSED in 1.5s //tensorflow/core/framework:model_test PASSED in 0.9s //tensorflow/core/framework:node_def_builder_test PASSED in 0.9s //tensorflow/core/framework:node_def_util_test PASSED in 0.8s //tensorflow/core/framework:node_properties_test PASSED in 0.9s //tensorflow/core/framework:op_compatibility_test PASSED in 1.1s //tensorflow/core/framework:op_def_builder_test PASSED in 1.1s //tensorflow/core/framework:op_def_util_test PASSED in 1.0s //tensorflow/core/framework:op_kernel_test PASSED in 0.7s //tensorflow/core/framework:op_registration_test PASSED in 0.9s //tensorflow/core/framework:partial_tensor_shape_test PASSED in 0.7s //tensorflow/core/framework:rendezvous_test PASSED in 3.4s //tensorflow/core/framework:resource_handle_test PASSED in 0.2s //tensorflow/core/framework:resource_mgr_test PASSED in 1.7s //tensorflow/core/framework:resource_op_kernel_test PASSED in 0.7s //tensorflow/core/framework:shape_inference_test PASSED in 0.9s //tensorflow/core/framework:shape_inference_testutil_test PASSED in 1.2s //tensorflow/core/framework:tensor_shape_test PASSED in 8.2s //tensorflow/core/framework:tensor_slice_test PASSED in 0.8s //tensorflow/core/framework:tensor_test PASSED in 29.1s //tensorflow/core/framework:tensor_testutil_test PASSED in 1.3s //tensorflow/core/framework:tensor_util_test PASSED in 1.0s //tensorflow/core/framework:tracking_allocator_test PASSED in 1.5s //tensorflow/core/framework:types_test PASSED in 0.7s //tensorflow/core/framework:variant_op_registry_test PASSED in 16.6s //tensorflow/core/framework:variant_test PASSED in 1.4s //tensorflow/core/framework/registration:registration_test PASSED in 0.5s //tensorflow/core/function/capture:by_ref_capture_test PASSED in 6.5s //tensorflow/core/function/capture:capture_container_test PASSED in 6.4s //tensorflow/core/function/integration_test:side_inputs_manual_api_test PASSED in 12.2s //tensorflow/core/function/integration_test:side_inputs_test PASSED in 11.7s //tensorflow/core/function/polymorphism:function_cache_test PASSED in 7.0s //tensorflow/core/function/polymorphism:function_type_test PASSED in 6.1s //tensorflow/core/function/polymorphism:type_dispatch_test PASSED in 6.0s //tensorflow/core/function/runtime_client:runtime_client_cc_test PASSED in 27.9s //tensorflow/core/function/trace_type:default_types_test PASSED in 5.8s //tensorflow/core/function/trace_type:serialization_test PASSED in 5.8s //tensorflow/core/function/trace_type:trace_type_test PASSED in 35.3s //tensorflow/core/graph:algorithm_test PASSED in 0.7s //tensorflow/core/graph:collective_order_test PASSED in 0.9s //tensorflow/core/graph:control_flow_test PASSED in 0.7s //tensorflow/core/graph:costmodel_test PASSED in 0.8s //tensorflow/core/graph:edgeset_test PASSED in 1.3s //tensorflow/core/graph:graph_def_builder_test PASSED in 0.7s //tensorflow/core/graph:graph_partition_test PASSED in 1.4s //tensorflow/core/graph:graph_test PASSED in 1.2s //tensorflow/core/graph:node_builder_test PASSED in 0.7s //tensorflow/core/graph:optimizer_cse_test PASSED in 0.8s //tensorflow/core/graph:subgraph_test PASSED in 1.2s //tensorflow/core/graph:tensor_id_test PASSED in 0.6s //tensorflow/core/graph:validate_test PASSED in 1.0s //tensorflow/core/graph/regularization:simple_delete_test PASSED in 0.4s //tensorflow/core/graph/regularization:util_test PASSED in 0.3s //tensorflow/core/grappler:graph_topology_view_test PASSED in 0.2s //tensorflow/core/grappler:graph_view_test PASSED in 1.9s //tensorflow/core/grappler:grappler_item_builder_test PASSED in 2.2s //tensorflow/core/grappler:grappler_item_test PASSED in 2.1s //tensorflow/core/grappler:mutable_graph_view_test PASSED in 1.4s //tensorflow/core/grappler:utils_test PASSED in 2.5s //tensorflow/core/grappler/clusters:single_machine_test PASSED in 24.9s //tensorflow/core/grappler/clusters:virtual_cluster_test PASSED in 3.2s //tensorflow/core/grappler/costs:analytical_cost_estimator_test PASSED in 2.3s //tensorflow/core/grappler/costs:cost_estimator_test PASSED in 0.2s //tensorflow/core/grappler/costs:graph_memory_test PASSED in 1.4s //tensorflow/core/grappler/costs:graph_properties_test PASSED in 4.0s //tensorflow/core/grappler/costs:robust_stats_test PASSED in 0.2s //tensorflow/core/grappler/costs:utils_test PASSED in 2.0s //tensorflow/core/grappler/costs:virtual_placer_test PASSED in 0.6s //tensorflow/core/grappler/costs:virtual_scheduler_test PASSED in 1.6s //tensorflow/core/grappler/graph_analyzer:gen_node_test PASSED in 1.7s //tensorflow/core/grappler/graph_analyzer:graph_analyzer_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:hash_tools_test PASSED in 1.9s //tensorflow/core/grappler/graph_analyzer:sig_node_test PASSED in 3.2s //tensorflow/core/grappler/graph_analyzer:subgraph_test PASSED in 1.6s //tensorflow/core/grappler/inputs:utils_test PASSED in 0.2s //tensorflow/core/grappler/optimizers:arithmetic_optimizer_test_cpu PASSED in 3.6s //tensorflow/core/grappler/optimizers:auto_parallel_test_cpu PASSED in 2.2s //tensorflow/core/grappler/optimizers:common_subgraph_elimination_test_cpu PASSED in 3.6s //tensorflow/core/grappler/optimizers:custom_graph_optimizer_registry_test_cpu PASSED in 5.1s //tensorflow/core/grappler/optimizers:debug_stripper_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:dependency_optimizer_test_cpu PASSED in 1.7s //tensorflow/core/grappler/optimizers:evaluation_utils_test PASSED in 0.4s //tensorflow/core/grappler/optimizers:function_api_info_test PASSED in 0.2s //tensorflow/core/grappler/optimizers:function_optimizer_test_cpu PASSED in 3.5s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_test_cpu PASSED in 2.1s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_transposer_factory_test PASSED in 0.2s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_transposer_test_cpu PASSED in 2.1s //tensorflow/core/grappler/optimizers:graph_optimizer_stage_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:implementation_selector_test PASSED in 1.6s //tensorflow/core/grappler/optimizers:loop_optimizer_test_cpu PASSED in 3.3s //tensorflow/core/grappler/optimizers:memory_optimizer_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:meta_optimizer_test_cpu PASSED in 7.8s //tensorflow/core/grappler/optimizers:mkl_remapper_test PASSED in 2.0s //tensorflow/core/grappler/optimizers:model_pruner_test_cpu PASSED in 2.5s //tensorflow/core/grappler/optimizers:pin_to_host_optimizer_test_cpu PASSED in 2.9s //tensorflow/core/grappler/optimizers:scoped_allocator_optimizer_test PASSED in 2.1s //tensorflow/core/grappler/optimizers:shape_optimizer_test_cpu PASSED in 2.0s //tensorflow/core/grappler/optimizers:static_schedule_test_cpu PASSED in 1.4s //tensorflow/core/grappler/optimizers:tfg_optimizer_hook_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:auto_shard_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:autotune_buffer_sizes_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:batch_parallelization_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:disable_intra_op_parallelism_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:disable_prefetch_legacy_autotune_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:enable_gradient_descent_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:filter_fusion_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:filter_parallelization_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:function_utils_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:fusion_utils_test PASSED in 0.8s //tensorflow/core/grappler/optimizers/data:graph_utils_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:inject_prefetch_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:make_deterministic_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:make_sloppy_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:map_and_batch_fusion_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:map_and_filter_fusion_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:map_fusion_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:map_parallelization_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:noop_elimination_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:parallel_batch_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:replicate_on_split_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:shuffle_and_repeat_fusion_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:slack_test PASSED in 1.3s //tensorflow/core/grappler/optimizers/data:split_utils_test PASSED in 1.5s //tensorflow/core/grappler/optimizers/data:use_private_thread_pool_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/inference:batch_op_rewriter_test PASSED in 0.5s //tensorflow/core/grappler/utils:canonicalizer_test PASSED in 1.4s //tensorflow/core/grappler/utils:colocation_test PASSED in 1.0s //tensorflow/core/grappler/utils:frame_test PASSED in 0.3s //tensorflow/core/grappler/utils:functions_test PASSED in 2.8s //tensorflow/core/grappler/utils:graph_view_internal_test PASSED in 0.5s //tensorflow/core/grappler/utils:graph_view_test PASSED in 1.6s //tensorflow/core/grappler/utils:grappler_test_test PASSED in 6.7s //tensorflow/core/grappler/utils:pattern_utils_test PASSED in 0.6s //tensorflow/core/grappler/utils:scc_test PASSED in 2.0s //tensorflow/core/grappler/utils:symbolic_shapes_test PASSED in 0.3s //tensorflow/core/grappler/utils:topological_sort_test PASSED in 0.8s //tensorflow/core/grappler/utils:tpu_test PASSED in 0.1s //tensorflow/core/grappler/utils:transitive_fanin_test PASSED in 0.6s //tensorflow/core/grappler/utils:traversal_test PASSED in 0.8s //tensorflow/core/grappler/verifiers:structure_verifier_test PASSED in 1.6s //tensorflow/core/ir:interfaces_test PASSED in 0.2s //tensorflow/core/ir:ops_test PASSED in 0.2s //tensorflow/core/ir:shape_inference_utils_test PASSED in 0.4s //tensorflow/core/ir:tf_op_registry_test PASSED in 0.3s //tensorflow/core/ir:tf_op_wrapper_test PASSED in 0.2s //tensorflow/core/ir:utility_test PASSED in 1.1s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:arg_as_control_ret.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:backedge_segment.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:empty.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:error_during_backedge.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_case_with_attr_inference.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_if_with_attr_inference.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_iterator_get_next_attr_inference.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_underscore_output_shapes.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_while_with_attr_inference.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infeed_dequeue.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infer_arg_handle_type.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infer_with_output_shapes.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_arg_name.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_backedge_input_size.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_duplicated_node_name.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_index.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_name.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_attr_key.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_func_attr_key.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_func_attr_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_op_type.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_func_with_empty_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_function_import.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_control_result.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_input.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_name.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_result.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_function_attr_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_function_named_edge_index.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_handle_data.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_input.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_result.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_result_value.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_data_result.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_data_result_value.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_input.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_two_inputs.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_named_edge_index.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_op_name.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_type_list.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:legacy_call.pbtxt.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:negative_shape.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:negative_zero_constant.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:three_nodes_with_attrs.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:version.pbtxt.test PASSED in 1.0s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:empty.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:fulltype.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:func_with_no_args_or_results.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:negative_zero_constant.mlir.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:nested_legacy_call.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:three_nodes_with_attrs.mlir.test PASSED in 0.9s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:version.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/saved_model:saved_model_roundtrip_test PASSED in 0.3s //tensorflow/core/ir/tests:attributes.mlir.test PASSED in 0.8s //tensorflow/core/ir/tests:canonicalize.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:compatible_types.mlir.test PASSED in 0.6s //tensorflow/core/ir/tests:concrete-ops.mlir.test PASSED in 0.4s //tensorflow/core/ir/tests:generic_concrete_ops.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:invalid-concrete-ops.mlir.test PASSED in 0.6s //tensorflow/core/ir/tests:invalid-preserved-attrs.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:invalid.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:invalid_types.mlir.test PASSED in 0.6s //tensorflow/core/ir/tests:ops.mlir.test PASSED in 0.9s //tensorflow/core/ir/tests:region-invalid-ops.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:region-ops-graph.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:region-ops.mlir.test PASSED in 0.5s //tensorflow/core/ir/tests:types.mlir.test PASSED in 0.8s //tensorflow/core/ir/types:dialect_test PASSED in 0.2s //tensorflow/core/kernels:as_string_op_test PASSED in 0.6s //tensorflow/core/kernels:basic_ops_benchmark_test PASSED in 0.6s //tensorflow/core/kernels:batch_kernels_env_test PASSED in 0.8s //tensorflow/core/kernels:batch_kernels_test PASSED in 0.6s //tensorflow/core/kernels:bias_op_test PASSED in 0.9s //tensorflow/core/kernels:bincount_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:broadcast_to_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:cast_op_test_cpu PASSED in 1.1s //tensorflow/core/kernels:checkpoint_callback_manager_test PASSED in 0.7s //tensorflow/core/kernels:clustering_ops_test PASSED in 0.5s //tensorflow/core/kernels:composite_tensor_variant_test PASSED in 0.8s //tensorflow/core/kernels:concat_op_test PASSED in 0.5s //tensorflow/core/kernels:constant_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:control_flow_ops_test PASSED in 6.5s //tensorflow/core/kernels:conv_grad_filter_ops_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels:conv_grad_input_ops_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels:conv_ops_benchmark_test_cpu PASSED in 0.7s //tensorflow/core/kernels:conv_ops_test_cpu PASSED in 8.8s //tensorflow/core/kernels:count_ops_test PASSED in 0.6s //tensorflow/core/kernels:cross_op_test PASSED in 0.7s //tensorflow/core/kernels:cwise_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:debug_ops_test PASSED in 0.9s //tensorflow/core/kernels:decode_wav_op_test PASSED in 1.7s //tensorflow/core/kernels:deep_conv2d_test PASSED in 0.4s //tensorflow/core/kernels:dequantize_op_test PASSED in 0.8s //tensorflow/core/kernels:diag_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:dynamic_partition_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:dynamic_stitch_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:eigen_activations_test PASSED in 0.3s //tensorflow/core/kernels:eigen_attention_test PASSED in 0.2s //tensorflow/core/kernels:eigen_backward_cuboid_convolutions_test PASSED in 0.8s //tensorflow/core/kernels:eigen_backward_spatial_convolutions_test PASSED in 0.2s //tensorflow/core/kernels:eigen_benchmark_cpu_test PASSED in 0.1s //tensorflow/core/kernels:eigen_mkldnn_contraction_kernel_test PASSED in 0.1s //tensorflow/core/kernels:eigen_pooling_test PASSED in 0.4s //tensorflow/core/kernels:encode_wav_op_test PASSED in 2.1s //tensorflow/core/kernels:fingerprint_op_test PASSED in 0.6s //tensorflow/core/kernels:fused_batch_norm_ex_op_test_cpu PASSED in 0.9s //tensorflow/core/kernels:fused_batch_norm_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:gather_nd_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:gather_op_test_cpu PASSED in 0.8s //tensorflow/core/kernels:guarantee_const_op_test PASSED in 0.7s //tensorflow/core/kernels:identity_n_op_test PASSED in 0.7s //tensorflow/core/kernels:identity_op_test PASSED in 0.8s //tensorflow/core/kernels:immutable_constant_op_test PASSED in 1.2s //tensorflow/core/kernels:in_topk_op_test PASSED in 0.6s //tensorflow/core/kernels:isotonic_regression_op_test PASSED in 0.5s //tensorflow/core/kernels:logging_ops_test PASSED in 1.7s //tensorflow/core/kernels:lookup_ops_test PASSED in 0.5s //tensorflow/core/kernels:loss_test PASSED in 0.2s //tensorflow/core/kernels:lrn_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:matmul_op_test_cpu PASSED in 4.1s //tensorflow/core/kernels:merge_v2_checkpoints_op_test PASSED in 0.6s //tensorflow/core/kernels:mfcc_dct_test PASSED in 0.2s //tensorflow/core/kernels:mfcc_mel_filterbank_test PASSED in 0.1s //tensorflow/core/kernels:mfcc_op_test_cpu PASSED in 3.0s //tensorflow/core/kernels:mfcc_test PASSED in 0.2s //tensorflow/core/kernels:multinomial_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:nn_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:one_hot_op_test PASSED in 0.4s //tensorflow/core/kernels:ops_testutil_test PASSED in 0.7s //tensorflow/core/kernels:ops_util_test PASSED in 0.1s //tensorflow/core/kernels:parameterized_truncated_normal_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:parse_tensor_test PASSED in 0.7s //tensorflow/core/kernels:quantization_utils_test PASSED in 0.8s //tensorflow/core/kernels:quantize_and_dequantize_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:quantize_down_and_shrink_range_op_test PASSED in 0.8s //tensorflow/core/kernels:quantize_op_test PASSED in 1.5s //tensorflow/core/kernels:quantized_activation_ops_test PASSED in 0.6s //tensorflow/core/kernels:quantized_add_op_test PASSED in 0.9s //tensorflow/core/kernels:quantized_batch_norm_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_bias_add_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_concat_op_test PASSED in 0.9s //tensorflow/core/kernels:quantized_conv_ops_test PASSED in 0.6s //tensorflow/core/kernels:quantized_instance_norm_test PASSED in 0.8s //tensorflow/core/kernels:quantized_matmul_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_mul_op_test PASSED in 0.9s //tensorflow/core/kernels:quantized_pooling_ops_test PASSED in 0.8s //tensorflow/core/kernels:quantized_reshape_op_test PASSED in 0.7s //tensorflow/core/kernels:quantized_resize_bilinear_op_test PASSED in 2.3s //tensorflow/core/kernels:ragged_gather_op_test PASSED in 0.6s //tensorflow/core/kernels:ragged_range_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_tensor_from_variant_op_test PASSED in 0.7s //tensorflow/core/kernels:ragged_tensor_to_sparse_kernel_test PASSED in 0.7s //tensorflow/core/kernels:ragged_tensor_to_tensor_op_test PASSED in 0.6s //tensorflow/core/kernels:ragged_tensor_to_variant_op_test PASSED in 0.8s //tensorflow/core/kernels:random_binomial_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:random_index_shuffle_test PASSED in 0.3s //tensorflow/core/kernels:random_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:random_poisson_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:range_sampler_test PASSED in 0.3s //tensorflow/core/kernels:reduction_ops_test_cpu PASSED in 0.4s //tensorflow/core/kernels:regex_replace_op_test PASSED in 0.5s //tensorflow/core/kernels:requantization_range_op_test PASSED in 0.7s //tensorflow/core/kernels:requantize_op_test PASSED in 0.5s //tensorflow/core/kernels:resource_ops_test PASSED in 0.6s //tensorflow/core/kernels:restore_op_test PASSED in 0.6s //tensorflow/core/kernels:restore_v2_op_test PASSED in 0.6s //tensorflow/core/kernels:reverse_op_test PASSED in 0.6s //tensorflow/core/kernels:roll_op_test PASSED in 0.6s //tensorflow/core/kernels:save_op_test PASSED in 0.6s //tensorflow/core/kernels:save_v2_op_test PASSED in 0.6s //tensorflow/core/kernels:scan_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:scatter_nd_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:scatter_op_test PASSED in 0.9s //tensorflow/core/kernels:scoped_allocator_ops_test_cpu PASSED in 7.6s //tensorflow/core/kernels:sdca_ops_test PASSED in 1.4s //tensorflow/core/kernels:segment_reduction_ops_test PASSED in 0.4s //tensorflow/core/kernels:sendrecv_ops_test PASSED in 0.5s //tensorflow/core/kernels:sequence_ops_test PASSED in 0.5s //tensorflow/core/kernels:shape_ops_test PASSED in 0.6s //tensorflow/core/kernels:slice_op_test PASSED in 0.5s //tensorflow/core/kernels:spacetobatch_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_add_op_test PASSED in 0.9s //tensorflow/core/kernels:sparse_dense_binary_op_shared_test PASSED in 0.6s //tensorflow/core/kernels:sparse_matmul_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_reduce_sum_op_test PASSED in 0.5s //tensorflow/core/kernels:sparse_tensor_dense_matmul_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_to_dense_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_utils_test PASSED in 0.4s //tensorflow/core/kernels:sparse_xent_op_test_cpu PASSED in 0.9s //tensorflow/core/kernels:spectrogram_op_test_cpu PASSED in 2.9s //tensorflow/core/kernels:spectrogram_test PASSED in 0.5s //tensorflow/core/kernels:split_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:split_v_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:strided_slice_op_test PASSED in 0.8s //tensorflow/core/kernels:string_format_op_test PASSED in 0.5s //tensorflow/core/kernels:string_ngrams_op_test PASSED in 0.6s //tensorflow/core/kernels:string_split_op_test PASSED in 0.6s //tensorflow/core/kernels:substr_op_test PASSED in 0.5s //tensorflow/core/kernels:summary_audio_op_test PASSED in 0.8s //tensorflow/core/kernels:summary_image_op_test PASSED in 1.0s //tensorflow/core/kernels:summary_op_test PASSED in 0.7s //tensorflow/core/kernels:summary_tensor_op_test PASSED in 0.6s //tensorflow/core/kernels:tensor_cord_test PASSED in 0.1s //tensorflow/core/kernels:tensor_flag_utils_test PASSED in 0.2s //tensorflow/core/kernels:tensor_map_test PASSED in 0.3s //tensorflow/core/kernels:training_ops_test PASSED in 0.6s //tensorflow/core/kernels:transpose_util_test PASSED in 0.4s //tensorflow/core/kernels:unary_ops_composition_test_cpu PASSED in 2.2s //tensorflow/core/kernels:unique_op_test PASSED in 0.5s //tensorflow/core/kernels:variable_ops_test PASSED in 1.5s //tensorflow/core/kernels:while_op_test PASSED in 0.8s //tensorflow/core/kernels:xent_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels/batching_util:basic_batch_scheduler_test PASSED in 0.2s //tensorflow/core/kernels/batching_util:batch_input_task_test PASSED in 0.8s //tensorflow/core/kernels/batching_util:batch_resource_base_test PASSED in 0.2s //tensorflow/core/kernels/batching_util:batch_scheduler_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:bounded_executor_test PASSED in 20.4s //tensorflow/core/kernels/batching_util:input_split_metadata_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:periodic_function_test PASSED in 1.8s //tensorflow/core/kernels/batching_util:serial_device_batch_scheduler_test PASSED in 1.8s //tensorflow/core/kernels/batching_util:shared_batch_scheduler_test PASSED in 3.5s //tensorflow/core/kernels/batching_util:threadsafe_status_test PASSED in 0.2s //tensorflow/core/kernels/data:batch_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:cache_dataset_ops_test PASSED in 1.2s //tensorflow/core/kernels/data:concatenate_dataset_op_test PASSED in 1.5s //tensorflow/core/kernels/data:filter_dataset_op_test PASSED in 2.1s //tensorflow/core/kernels/data:finalize_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:fixed_length_record_dataset_op_test PASSED in 4.1s //tensorflow/core/kernels/data:flat_map_dataset_op_test PASSED in 1.1s //tensorflow/core/kernels/data:get_options_op_test PASSED in 0.7s //tensorflow/core/kernels/data:interleave_dataset_op_test PASSED in 1.8s //tensorflow/core/kernels/data:iterator_ops_test PASSED in 0.8s //tensorflow/core/kernels/data:map_dataset_op_test PASSED in 1.3s //tensorflow/core/kernels/data:map_defun_op_test PASSED in 1.0s //tensorflow/core/kernels/data:optimize_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:options_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:padded_batch_dataset_op_test PASSED in 3.2s //tensorflow/core/kernels/data:parallel_batch_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:parallel_filter_dataset_op_test PASSED in 1.4s //tensorflow/core/kernels/data:parallel_interleave_dataset_op_test PASSED in 1.6s //tensorflow/core/kernels/data:parallel_map_dataset_op_test PASSED in 1.7s //tensorflow/core/kernels/data:prefetch_autotuner_test PASSED in 0.2s //tensorflow/core/kernels/data:prefetch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:range_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:reduce_dataset_op_test PASSED in 1.4s //tensorflow/core/kernels/data:repeat_dataset_op_test PASSED in 2.0s //tensorflow/core/kernels/data:rewrite_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:shard_dataset_op_test PASSED in 1.2s //tensorflow/core/kernels/data:shuffle_dataset_op_test PASSED in 1.4s //tensorflow/core/kernels/data:skip_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:sparse_tensor_slice_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:take_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:tensor_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:tensor_slice_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:text_line_dataset_op_test PASSED in 3.2s //tensorflow/core/kernels/data:tf_record_dataset_op_test PASSED in 1.8s //tensorflow/core/kernels/data:window_dataset_op_test PASSED in 1.3s //tensorflow/core/kernels/data:zip_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data/experimental:assert_next_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data/experimental:assert_prev_dataset_op_test PASSED in 1.3s //tensorflow/core/kernels/data/experimental:auto_shard_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data/experimental:directed_interleave_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data/experimental:io_ops_test PASSED in 1.1s //tensorflow/core/kernels/data/experimental:list_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data/experimental:lmdb_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data/experimental:map_and_batch_dataset_op_test PASSED in 1.2s //tensorflow/core/kernels/data/experimental:parallel_interleave_dataset_op_test PASSED in 1.3s //tensorflow/core/kernels/data/experimental:random_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data/experimental:sampling_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data/experimental:unique_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/image:adjust_contrast_op_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels/image:adjust_contrast_op_test PASSED in 0.7s //tensorflow/core/kernels/image:colorspace_op_test PASSED in 0.5s //tensorflow/core/kernels/image:crop_and_resize_op_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels/image:crop_and_resize_op_test PASSED in 0.8s //tensorflow/core/kernels/image:encode_jpeg_op_test PASSED in 0.6s //tensorflow/core/kernels/image:mirror_pad_op_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels/image:mirror_pad_op_test PASSED in 1.1s //tensorflow/core/kernels/image:non_max_suppression_op_benchmark_test PASSED in 0.5s //tensorflow/core/kernels/image:non_max_suppression_op_test PASSED in 1.1s //tensorflow/core/kernels/image:resize_area_op_test PASSED in 0.9s //tensorflow/core/kernels/image:resize_benchmark_test_cpu PASSED in 0.8s //tensorflow/core/kernels/image:resize_bicubic_op_test PASSED in 3.7s //tensorflow/core/kernels/image:resize_ops_test_cpu PASSED in 2.1s //tensorflow/core/kernels/image:sampling_kernels_test PASSED in 0.7s //tensorflow/core/kernels/image:scale_and_translate_op_test PASSED in 1.6s //tensorflow/core/kernels/linalg:banded_triangular_solve_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels/linalg:matrix_triangular_solve_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels/mkl:mkl_dequantize_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_fused_batch_norm_op_test PASSED in 0.3s //tensorflow/core/kernels/mkl:mkl_fused_ops_test PASSED in 1.3s //tensorflow/core/kernels/mkl:mkl_matmul_op_benchmark PASSED in 0.2s //tensorflow/core/kernels/mkl:mkl_qmatmul_op_test PASSED in 0.2s //tensorflow/core/kernels/mkl:mkl_quantize_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_concat_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_conv_ops_perchannel_test PASSED in 0.2s //tensorflow/core/kernels/mkl:mkl_quantized_conv_ops_test PASSED in 0.3s //tensorflow/core/kernels/mkl:mkl_quantized_pooling_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_relu_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_requantize_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_swish_op_test PASSED in 0.2s //tensorflow/core/kernels/mkl:onednn_nn_ops_benchmark PASSED in 0.1s //tensorflow/core/kernels/sparse:kernels_test PASSED in 0.6s //tensorflow/core/kernels/uniform_quant_ops:math_utils_test PASSED in 0.1s //tensorflow/core/kernels/uniform_quant_ops:tensor_utils_test PASSED in 0.3s //tensorflow/core/kernels/uniform_quant_ops:uniform_dequantize_op_test PASSED in 0.6s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantize_op_test PASSED in 0.5s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_add_op_test PASSED in 0.7s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_clip_by_value_op_test PASSED in 0.8s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_convolution_ops_test PASSED in 0.7s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_dot_ops_test PASSED in 0.9s //tensorflow/core/kernels/uniform_quant_ops:uniform_requantize_op_test PASSED in 0.8s //tensorflow/core/lib/db:sqlite_test PASSED in 0.1s //tensorflow/core/lib/gif:lib_gif_io_test PASSED in 1.2s //tensorflow/core/lib/jpeg:lib_jpeg_jpeg_mem_unittest PASSED in 0.6s //tensorflow/core/ops:cudnn_rnn_ops_test_cc PASSED in 0.5s //tensorflow/core/ops:ops_array_grad_test PASSED in 1.1s //tensorflow/core/ops:ops_math_grad_test PASSED in 4.0s //tensorflow/core/ops:ops_tests PASSED in 0.7s //tensorflow/core/ops/compat:backwards_compatibility_test PASSED in 0.6s //tensorflow/core/platform:__tensorflow_tsl_platform_profile_utils_cpu_utils_test PASSED in 0.2s //tensorflow/core/platform:enable_tf2_utils_test PASSED in 0.2s //tensorflow/core/platform:env_test PASSED in 2.8s //tensorflow/core/platform:fake_python_env_test PASSED in 0.1s //tensorflow/core/platform:file_system_test PASSED in 0.4s //tensorflow/core/platform:platform_strings_test PASSED in 0.1s //tensorflow/core/platform:resource_loader_test PASSED in 0.2s //tensorflow/core/platform:vmodule_benchmark_test PASSED in 0.2s //tensorflow/core/platform:vmodule_test PASSED in 0.2s //tensorflow/core/profiler/backends/cpu:host_tracer_test PASSED in 0.4s //tensorflow/core/profiler/convert:hlo_proto_to_graph_view_test PASSED in 0.4s //tensorflow/core/profiler/convert:hlo_proto_to_memory_visualization_utils_test PASSED in 0.2s //tensorflow/core/profiler/convert:op_stats_to_pod_stats_test PASSED in 0.3s //tensorflow/core/profiler/convert:op_stats_to_pod_viewer_test PASSED in 0.1s //tensorflow/core/profiler/convert:op_stats_to_tf_stats_test PASSED in 0.4s //tensorflow/core/profiler/convert:xplane_to_kernel_stats_db_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_memory_profile_test PASSED in 0.2s //tensorflow/core/profiler/convert:xplane_to_op_metrics_db_test PASSED in 0.3s //tensorflow/core/profiler/convert:xplane_to_op_stats_test PASSED in 0.3s //tensorflow/core/profiler/convert:xplane_to_step_events_test PASSED in 0.2s //tensorflow/core/profiler/convert:xplane_to_tf_functions_test PASSED in 0.8s //tensorflow/core/profiler/convert:xplane_to_tool_names_test PASSED in 0.4s //tensorflow/core/profiler/internal:tfprof_show_test PASSED in 0.7s //tensorflow/core/profiler/internal:tfprof_stats_test PASSED in 0.7s //tensorflow/core/profiler/internal:tfprof_tensor_test PASSED in 0.6s //tensorflow/core/profiler/internal:tfprof_timeline_test PASSED in 0.5s //tensorflow/core/profiler/internal/advisor:tfprof_advisor_test PASSED in 0.6s //tensorflow/core/profiler/lib:profiler_disabled_test PASSED in 0.3s //tensorflow/core/profiler/utils:derived_timeline_test PASSED in 0.2s //tensorflow/core/profiler/utils:kernel_stats_utils_test PASSED in 0.2s //tensorflow/core/profiler/utils:op_metrics_db_utils_test PASSED in 0.6s //tensorflow/core/profiler/utils:step_intersection_test PASSED in 0.2s //tensorflow/core/summary:schema_test PASSED in 0.1s //tensorflow/core/summary:summary_db_writer_test PASSED in 0.1s //tensorflow/core/summary:summary_file_writer_test PASSED in 0.2s //tensorflow/core/tfrt/common:pjrt_state_test PASSED in 4.7s //tensorflow/core/tfrt/common:pjrt_util_test PASSED in 5.5s //tensorflow/core/tfrt/fallback:cost_recorder_test PASSED in 0.2s //tensorflow/core/tfrt/fallback:fallback_state_test PASSED in 0.8s //tensorflow/core/transforms:eval_utils_test PASSED in 1.8s //tensorflow/core/transforms:graph_transform_wrapper_test PASSED in 0.2s //tensorflow/core/util:bcast_test PASSED in 0.9s //tensorflow/core/util:command_line_flags_test PASSED in 0.7s //tensorflow/core/util:debug_events_writer_test PASSED in 0.3s //tensorflow/core/util:dump_graph_test PASSED in 0.8s //tensorflow/core/util:equal_graph_def_test PASSED in 1.3s //tensorflow/core/util:events_writer_test PASSED in 3.1s //tensorflow/core/util:example_proto_fast_parsing_test PASSED in 1.2s //tensorflow/core/util:example_proto_helper_test PASSED in 0.8s //tensorflow/core/util:exec_on_stall_test PASSED in 2.4s //tensorflow/core/util:fake_clock_env_test PASSED in 1.6s //tensorflow/core/util:incremental_barrier_test PASSED in 0.4s //tensorflow/core/util:matmul_bcast_test PASSED in 1.5s //tensorflow/core/util:memmapped_file_system_test PASSED in 0.8s //tensorflow/core/util:overflow_test PASSED in 0.3s //tensorflow/core/util:presized_cuckoo_map_test PASSED in 1.8s //tensorflow/core/util:ragged_to_dense_util_test PASSED in 0.6s //tensorflow/core/util:reffed_status_callback_test PASSED in 1.7s //tensorflow/core/util:reporter_test PASSED in 0.7s //tensorflow/core/util:saved_tensor_slice_util_test PASSED in 1.1s //tensorflow/core/util:semver_test PASSED in 0.7s //tensorflow/core/util:stat_summarizer_test PASSED in 0.8s //tensorflow/core/util:strided_slice_op_test PASSED in 0.6s //tensorflow/core/util:tensor_format_test PASSED in 0.8s //tensorflow/core/util:tensor_slice_reader_test PASSED in 1.3s //tensorflow/core/util:tensor_slice_set_test PASSED in 0.8s //tensorflow/core/util:tensor_slice_util_test PASSED in 0.8s //tensorflow/core/util:tensor_slice_writer_test PASSED in 1.2s //tensorflow/core/util:work_sharder_test PASSED in 0.9s //tensorflow/core/util/ctc:ctc_beam_search_test PASSED in 0.2s //tensorflow/core/util/proto:descriptor_pool_registry_test PASSED in 0.6s //tensorflow/core/util/proto:proto_utils_test PASSED in 0.6s //tensorflow/core/util/quantization:uniform_quant_ops_params_test PASSED in 1.6s //tensorflow/core/util/sparse:sparse_tensor_test PASSED in 0.2s //tensorflow/core/util/tensor_bundle:tensor_bundle_test PASSED in 29.1s //tensorflow/dtensor/mlir:dtensor_location_test PASSED in 0.7s //tensorflow/dtensor/mlir:group_assignment_test PASSED in 0.1s //tensorflow/dtensor/mlir/tests:annotate_global_shape.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:cluster_function_conversion.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:constant_folding.mlir.test PASSED in 1.0s //tensorflow/dtensor/mlir/tests:designate_resource_handle_mesh.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:device_mesh_cluster_coarsening.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_all_gather.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_all_scatter.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_combine_optimization.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_scatter_optimization.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_sum_optimization.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:dtensor_mixed_precision_reduce.mlir.test PASSED in 1.0s //tensorflow/dtensor/mlir/tests:dtensor_reduce_scatter_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_remove_dtensorlayout.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:dtensor_replace_auxiliary_layout_op.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_set_hlo_sharding.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_set_hlo_sharding_default.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_xla_spmd_integration.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:elide_identity_before_copy_to_mesh.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:function_renaming.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:handle_cross_cluster_dependencies.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:handle_sparsetensors.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:layout_propagation_v2.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:merge_clusters.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:mesh_propagation.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:op_to_device_cluster.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:propagate_default_layout.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:propagate_device_id_to_function.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:restore_and_assign.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:restore_shape_inference.mlir.test PASSED in 1.0s //tensorflow/dtensor/mlir/tests:set_default_sharding.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:sparse_expansion.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_batchparallel.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_concat.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_conv.mlir.test PASSED in 1.0s //tensorflow/dtensor/mlir/tests:spmd_einsum.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_expansion.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:spmd_io_ops.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:spmd_iterator.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:spmd_matmul.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_random.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_save_restore.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_segment_sum.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_slice.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_softmax_loss.mlir.test PASSED in 1.3s //tensorflow/dtensor/mlir/tests:spmd_squeeze.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:spmd_var_handle.mlir.test PASSED in 1.5s //tensorflow/dtensor/mlir/tests:tf_dtensor_ops.mlir.test PASSED in 1.8s //tensorflow/dtensor/mlir/tests:tpu_add_resource_device_attribute.mlir.test PASSED in 0.5s //tensorflow/dtensor/mlir/tests:tpu_integration.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:undo_merge_const_across_mesh.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:update_tpu_metadata.mlir.test PASSED in 0.5s //tensorflow/dtensor/python/tests:collective_combine_all_reduce_test_cpu PASSED in 19.4s //tensorflow/dtensor/python/tests:collective_test_cpu PASSED in 13.5s //tensorflow/dtensor/python/tests:config_test_cpu PASSED in 6.7s //tensorflow/dtensor/python/tests:numpy_util_test_cpu PASSED in 9.7s //tensorflow/dtensor/tests:layout_to_xla_sharding_test PASSED in 0.2s //tensorflow/dtensor/tests:tensor_layout_test PASSED in 0.2s //tensorflow/examples/adding_an_op:fact_test PASSED in 12.1s //tensorflow/examples/adding_an_op:zero_out_1_test PASSED in 12.1s //tensorflow/examples/adding_an_op:zero_out_2_test PASSED in 11.9s //tensorflow/examples/adding_an_op:zero_out_3_test PASSED in 11.5s //tensorflow/examples/custom_ops_doc/multiplex_1:multiplex_1_test PASSED in 12.9s //tensorflow/examples/custom_ops_doc/multiplex_2:multiplex_2_test_cpu PASSED in 13.1s //tensorflow/examples/custom_ops_doc/multiplex_3:multiplex_3_test PASSED in 13.2s //tensorflow/examples/custom_ops_doc/multiplex_4:multiplex_4_test PASSED in 13.8s //tensorflow/examples/custom_ops_doc/simple_hash_table:simple_hash_table_test PASSED in 12.8s //tensorflow/examples/custom_ops_doc/sleep:sleep_test PASSED in 13.1s //tensorflow/examples/speech_commands:accuracy_utils_test PASSED in 2.1s //tensorflow/examples/speech_commands:models_test PASSED in 12.6s //tensorflow/examples/speech_commands:recognize_commands_test PASSED in 1.9s //tensorflow/examples/wav_to_spectrogram:wav_to_spectrogram_test PASSED in 1.9s //tensorflow/js:ts_op_gen_test PASSED in 0.2s //tensorflow/python:array_grad_test_cpu PASSED in 8.6s //tensorflow/python:batch_norm_benchmark_cpu PASSED in 6.5s //tensorflow/python:bincount_ops_test PASSED in 8.1s //tensorflow/python:bitwise_ops_test_cpu PASSED in 7.1s //tensorflow/python:clip_ops_test PASSED in 7.9s //tensorflow/python:clustering_ops_test PASSED in 20.6s //tensorflow/python:collective_ops_benchmark_cpu PASSED in 6.3s //tensorflow/python:collective_ops_gpu_test_2gpu PASSED in 7.3s //tensorflow/python:collective_ops_gpu_test_cpu PASSED in 7.3s //tensorflow/python:collective_ops_test PASSED in 15.9s //tensorflow/python:collective_ops_xla_test PASSED in 6.8s //tensorflow/python:compiled_collective_ops_gpu_test_2gpu PASSED in 7.1s //tensorflow/python:compiled_collective_ops_gpu_test_cpu PASSED in 7.1s //tensorflow/python:concat_benchmark_cpu PASSED in 6.6s //tensorflow/python:control_flow_ops_benchmark_cpu PASSED in 6.8s //tensorflow/python:control_flow_v2_enable_test PASSED in 6.3s //tensorflow/python:control_flow_v2_toggles_test PASSED in 10.3s //tensorflow/python:dequantize_op_test PASSED in 7.2s //tensorflow/python:embedding_ops_test_cpu PASSED in 6.7s //tensorflow/python:factory_ops_test_cpu PASSED in 6.8s //tensorflow/python:functional_ops_test PASSED in 6.1s //tensorflow/python:gradient_checker_v2_test_cpu PASSED in 21.5s //tensorflow/python:gradients_test_cpu PASSED in 13.5s //tensorflow/python:init_ops_test_cpu PASSED in 7.4s //tensorflow/python:init_ops_v2_test_cpu PASSED in 9.2s //tensorflow/python:math_grad_test_cpu PASSED in 16.6s //tensorflow/python:math_ops_linspace_test_cpu PASSED in 6.4s //tensorflow/python:math_ops_test_cpu PASSED in 22.2s //tensorflow/python:matmul_benchmark_cpu PASSED in 6.5s //tensorflow/python:nn_grad_test_cpu PASSED in 13.5s //tensorflow/python:nn_loss_scaling_utilities_test PASSED in 9.2s //tensorflow/python:nn_test_cpu PASSED in 53.6s //tensorflow/python:nn_xent_test_cpu PASSED in 7.4s //tensorflow/python:op_selector_test PASSED in 6.5s //tensorflow/python:ops/array_ops_test PASSED in 6.7s //tensorflow/python:quantized_conv_ops_test PASSED in 6.4s //tensorflow/python:quantized_ops_test PASSED in 7.7s //tensorflow/python:raw_ops_test_cpu PASSED in 7.1s //tensorflow/python:rnn_grad_test_cpu PASSED in 8.2s //tensorflow/python:script_ops_test PASSED in 13.5s //tensorflow/python:sort_ops_test PASSED in 7.9s //tensorflow/python:sparse_ops_test PASSED in 15.5s //tensorflow/python:split_benchmark_cpu PASSED in 6.1s //tensorflow/python:tensor_array_ops_test PASSED in 7.1s //tensorflow/python:transpose_benchmark_cpu PASSED in 6.3s //tensorflow/python:variable_spec_test PASSED in 7.1s //tensorflow/python/autograph/converters:asserts_test PASSED in 8.1s //tensorflow/python/autograph/converters:break_statements_test PASSED in 7.2s //tensorflow/python/autograph/converters:call_trees_test PASSED in 8.0s //tensorflow/python/autograph/converters:conditional_expressions_test PASSED in 6.2s //tensorflow/python/autograph/converters:continue_statements_test PASSED in 7.9s //tensorflow/python/autograph/converters:control_flow_test PASSED in 13.0s //tensorflow/python/autograph/converters:directives_test PASSED in 6.0s //tensorflow/python/autograph/converters:functions_test PASSED in 6.9s //tensorflow/python/autograph/converters:list_comprehensions_test PASSED in 6.6s //tensorflow/python/autograph/converters:lists_test PASSED in 6.1s //tensorflow/python/autograph/converters:logical_expressions_test PASSED in 7.1s //tensorflow/python/autograph/converters:return_statements_test PASSED in 7.5s //tensorflow/python/autograph/converters:slices_test PASSED in 6.2s //tensorflow/python/autograph/converters:variables_test PASSED in 6.1s //tensorflow/python/autograph/core:converter_test PASSED in 6.8s //tensorflow/python/autograph/core:function_wrappers_test PASSED in 6.4s //tensorflow/python/autograph/impl:api_test PASSED in 11.7s //tensorflow/python/autograph/impl:conversion_test PASSED in 7.1s //tensorflow/python/autograph/lang:special_functions_test PASSED in 6.5s //tensorflow/python/autograph/operators:conditional_expressions_test PASSED in 6.9s //tensorflow/python/autograph/operators:control_flow_test PASSED in 14.0s //tensorflow/python/autograph/operators:data_structures_test PASSED in 7.2s //tensorflow/python/autograph/operators:exceptions_test PASSED in 6.8s //tensorflow/python/autograph/operators:logical_test PASSED in 7.5s //tensorflow/python/autograph/operators:py_builtins_test PASSED in 14.8s //tensorflow/python/autograph/operators:slices_test PASSED in 6.5s //tensorflow/python/autograph/operators:variables_test PASSED in 5.9s //tensorflow/python/autograph/pyct:anno_test PASSED in 5.6s //tensorflow/python/autograph/pyct:ast_util_test PASSED in 6.4s //tensorflow/python/autograph/pyct:cache_test PASSED in 5.8s //tensorflow/python/autograph/pyct:cfg_test PASSED in 6.4s //tensorflow/python/autograph/pyct:error_utils_test PASSED in 6.3s //tensorflow/python/autograph/pyct:inspect_utils_test PASSED in 7.5s //tensorflow/python/autograph/pyct:loader_test PASSED in 6.1s //tensorflow/python/autograph/pyct:naming_test PASSED in 9.6s //tensorflow/python/autograph/pyct:origin_info_test PASSED in 7.5s //tensorflow/python/autograph/pyct:parser_test PASSED in 6.7s //tensorflow/python/autograph/pyct:pretty_printer_test PASSED in 5.9s //tensorflow/python/autograph/pyct:qual_names_test PASSED in 5.8s //tensorflow/python/autograph/pyct:templates_test PASSED in 6.7s //tensorflow/python/autograph/pyct:transformer_test PASSED in 5.9s //tensorflow/python/autograph/pyct:transpiler_test PASSED in 6.9s //tensorflow/python/autograph/pyct/static_analysis:activity_test PASSED in 6.7s //tensorflow/python/autograph/pyct/static_analysis:liveness_test PASSED in 7.5s //tensorflow/python/autograph/pyct/static_analysis:reaching_definitions_test PASSED in 5.8s //tensorflow/python/autograph/pyct/static_analysis:type_inference_test PASSED in 6.1s //tensorflow/python/autograph/tests:assertion_test PASSED in 14.9s //tensorflow/python/autograph/tests:basic_ifexp_test PASSED in 14.3s //tensorflow/python/autograph/tests:call_to_builtin_function_test PASSED in 14.0s //tensorflow/python/autograph/tests:call_to_lambda_function_test PASSED in 13.8s //tensorflow/python/autograph/tests:call_to_named_tuple_test PASSED in 12.7s //tensorflow/python/autograph/tests:call_to_numpy_function_test PASSED in 12.2s //tensorflow/python/autograph/tests:call_to_print_function_test PASSED in 14.0s //tensorflow/python/autograph/tests:call_to_tf_api_test PASSED in 12.4s //tensorflow/python/autograph/tests:call_to_user_function_test PASSED in 14.4s //tensorflow/python/autograph/tests:composite_names_in_control_flow_test PASSED in 22.1s //tensorflow/python/autograph/tests:cond_basic_test PASSED in 20.4s //tensorflow/python/autograph/tests:datasets_test PASSED in 19.2s //tensorflow/python/autograph/tests:early_return_test PASSED in 18.1s //tensorflow/python/autograph/tests:ext_slice_test PASSED in 12.2s //tensorflow/python/autograph/tests:generator_test PASSED in 13.6s //tensorflow/python/autograph/tests:logical_expression_test PASSED in 14.8s //tensorflow/python/autograph/tests:loop_basic_test PASSED in 76.1s //tensorflow/python/autograph/tests:loop_control_flow_illegal_cases_test PASSED in 13.9s //tensorflow/python/autograph/tests:loop_created_variables_test PASSED in 19.0s //tensorflow/python/autograph/tests:loop_scoping_test PASSED in 18.9s //tensorflow/python/autograph/tests:loop_with_function_call_test PASSED in 22.0s //tensorflow/python/autograph/tests:loop_with_variable_type_illegal_cases_test PASSED in 17.0s //tensorflow/python/autograph/tests:loop_with_variable_type_test PASSED in 32.7s //tensorflow/python/autograph/tests:nested_control_flow_test PASSED in 39.4s //tensorflow/python/autograph/tests:type_annotations_test PASSED in 12.3s //tensorflow/python/autograph/utils:context_managers_test PASSED in 7.4s //tensorflow/python/autograph/utils:misc_test PASSED in 6.2s //tensorflow/python/autograph/utils:py_func_test PASSED in 6.9s //tensorflow/python/autograph/utils:tensor_list_test PASSED in 6.5s //tensorflow/python/autograph/utils:tensors_test PASSED in 6.1s //tensorflow/python/checkpoint:benchmarks_test PASSED in 7.0s //tensorflow/python/checkpoint:checkpoint_management_test_cpu PASSED in 13.9s //tensorflow/python/checkpoint:checkpoint_metrics_test PASSED in 14.6s //tensorflow/python/checkpoint:checkpoint_test PASSED in 23.7s //tensorflow/python/checkpoint:checkpoint_view_test PASSED in 6.6s //tensorflow/python/checkpoint:checkpoint_with_v1_optimizers_test PASSED in 10.1s //tensorflow/python/checkpoint:functional_saver_test_cpu PASSED in 8.3s //tensorflow/python/checkpoint:restore_test PASSED in 7.3s //tensorflow/python/checkpoint:save_util_v1_test PASSED in 8.4s //tensorflow/python/checkpoint:saveable_compat_test PASSED in 7.1s //tensorflow/python/checkpoint:tensor_callable_test PASSED in 7.4s //tensorflow/python/checkpoint:trackable_view_test PASSED in 7.1s //tensorflow/python/client:device_lib_test_cpu PASSED in 6.1s //tensorflow/python/client:events_writer_test PASSED in 6.1s //tensorflow/python/client:session_benchmark_cpu PASSED in 6.3s //tensorflow/python/client:session_partial_run_test PASSED in 10.1s //tensorflow/python/client:timeline_test_cpu PASSED in 7.8s //tensorflow/python/client:virtual_gpu_test_cpu PASSED in 6.2s //tensorflow/python/compat:compat_test PASSED in 7.1s //tensorflow/python/compat:disable_v2_behavior_test PASSED in 7.9s //tensorflow/python/compiler/mlir:mlir_test PASSED in 7.2s //tensorflow/python/compiler/tensorrt:trt_convert_test_cpu PASSED in 13.2s //tensorflow/python/compiler/tensorrt/test:batch_matmul_test_cpu PASSED in 7.2s //tensorflow/python/compiler/tensorrt/test:biasadd_matmul_test_cpu PASSED in 7.6s //tensorflow/python/compiler/tensorrt/test:binary_tensor_weight_broadcast_test_cpu PASSED in 6.4s //tensorflow/python/compiler/tensorrt/test:bool_test_cpu PASSED in 7.1s //tensorflow/python/compiler/tensorrt/test:cast_test_cpu PASSED in 7.0s //tensorflow/python/compiler/tensorrt/test:concatenation_test_cpu PASSED in 7.0s //tensorflow/python/compiler/tensorrt/test:const_broadcast_test_cpu PASSED in 6.9s //tensorflow/python/compiler/tensorrt/test:data_dependent_shape_test_cpu PASSED in 7.0s //tensorflow/python/compiler/tensorrt/test:dynamic_input_shapes_test_cpu PASSED in 7.2s //tensorflow/python/compiler/tensorrt/test:identity_output_test_cpu PASSED in 6.8s //tensorflow/python/compiler/tensorrt/test:int32_test_cpu PASSED in 7.1s //tensorflow/python/compiler/tensorrt/test:lru_cache_test_cpu PASSED in 6.7s //tensorflow/python/compiler/tensorrt/test:memory_alignment_test_cpu PASSED in 7.8s //tensorflow/python/compiler/tensorrt/test:multi_connection_neighbor_engine_test_cpu PASSED in 6.5s //tensorflow/python/compiler/tensorrt/test:neighboring_engine_test_cpu PASSED in 7.1s //tensorflow/python/compiler/tensorrt/test:quantization_test_cpu PASSED in 6.4s //tensorflow/python/compiler/tensorrt/test:rank_two_test_cpu PASSED in 6.8s //tensorflow/python/compiler/tensorrt/test:reshape_transpose_test_cpu PASSED in 6.5s //tensorflow/python/compiler/tensorrt/test:topk_test_cpu PASSED in 8.6s //tensorflow/python/compiler/tensorrt/test:trt_engine_op_shape_test_cpu PASSED in 6.4s //tensorflow/python/compiler/tensorrt/test:trt_mode_test_cpu PASSED in 6.4s //tensorflow/python/compiler/tensorrt/test:unary_test_cpu PASSED in 6.6s //tensorflow/python/compiler/tensorrt/test:vgg_block_nchw_test_cpu PASSED in 7.6s //tensorflow/python/compiler/tensorrt/test:vgg_block_test_cpu PASSED in 7.2s //tensorflow/python/compiler/xla:jit_compile_test_cpu PASSED in 7.3s //tensorflow/python/compiler/xla:jit_test_cpu PASSED in 11.2s //tensorflow/python/compiler/xla/experimental:xla_sharding_test PASSED in 13.1s //tensorflow/python/data/benchmarks:batch_benchmark PASSED in 7.4s //tensorflow/python/data/benchmarks:filter_benchmark PASSED in 5.9s //tensorflow/python/data/benchmarks:from_tensor_slices_benchmark PASSED in 6.4s //tensorflow/python/data/benchmarks:interleave_benchmark PASSED in 6.4s //tensorflow/python/data/benchmarks:list_files_benchmark PASSED in 6.2s //tensorflow/python/data/benchmarks:map_benchmark PASSED in 6.1s //tensorflow/python/data/benchmarks:meta_benchmark PASSED in 6.4s //tensorflow/python/data/benchmarks:prefetch_benchmark PASSED in 6.2s //tensorflow/python/data/benchmarks:range_benchmark PASSED in 6.8s //tensorflow/python/data/experimental/benchmarks:autotune_benchmark PASSED in 6.5s //tensorflow/python/data/experimental/benchmarks:csv_dataset_benchmark PASSED in 6.3s //tensorflow/python/data/experimental/benchmarks:map_and_batch_benchmark PASSED in 5.8s //tensorflow/python/data/experimental/benchmarks:map_defun_benchmark PASSED in 7.2s //tensorflow/python/data/experimental/benchmarks:matching_files_benchmark PASSED in 7.0s //tensorflow/python/data/experimental/benchmarks:optimize_benchmark PASSED in 6.0s //tensorflow/python/data/experimental/benchmarks:parameter_value_benchmark PASSED in 6.4s //tensorflow/python/data/experimental/benchmarks:rejection_resample_benchmark PASSED in 6.3s //tensorflow/python/data/experimental/benchmarks:snapshot_dataset_benchmark PASSED in 6.4s //tensorflow/python/data/experimental/benchmarks:unbatch_benchmark PASSED in 6.6s //tensorflow/python/data/experimental/kernel_tests:assert_cardinality_test PASSED in 23.2s //tensorflow/python/data/experimental/kernel_tests:assert_next_test PASSED in 7.3s //tensorflow/python/data/experimental/kernel_tests:assert_prev_test PASSED in 7.8s //tensorflow/python/data/experimental/kernel_tests:compression_ops_test PASSED in 11.2s //tensorflow/python/data/experimental/kernel_tests:copy_to_device_test_cpu PASSED in 19.5s //tensorflow/python/data/experimental/kernel_tests:dense_to_sparse_batch_test PASSED in 19.4s //tensorflow/python/data/experimental/kernel_tests:distributed_save_test PASSED in 6.6s //tensorflow/python/data/experimental/kernel_tests:from_list_test PASSED in 27.6s //tensorflow/python/data/experimental/kernel_tests:io_test PASSED in 26.3s //tensorflow/python/data/experimental/kernel_tests:lookup_ops_test PASSED in 8.5s //tensorflow/python/data/experimental/kernel_tests:make_csv_dataset_test PASSED in 26.0s //tensorflow/python/data/experimental/kernel_tests:make_saveable_from_iterator_test PASSED in 5.9s //tensorflow/python/data/experimental/kernel_tests:make_tf_record_dataset_test PASSED in 50.4s //tensorflow/python/data/experimental/kernel_tests:map_defun_op_test PASSED in 6.4s //tensorflow/python/data/experimental/kernel_tests:matching_files_dataset_test PASSED in 16.9s //tensorflow/python/data/experimental/kernel_tests:model_dataset_test PASSED in 7.6s //tensorflow/python/data/experimental/kernel_tests:non_serializable_test PASSED in 6.8s //tensorflow/python/data/experimental/kernel_tests:prefetch_to_device_test_cpu PASSED in 11.0s //tensorflow/python/data/experimental/kernel_tests:prefetch_with_slack_test PASSED in 9.2s //tensorflow/python/data/experimental/kernel_tests:shuffle_and_repeat_test PASSED in 24.0s //tensorflow/python/data/experimental/kernel_tests:sleep_test PASSED in 6.9s //tensorflow/python/data/experimental/kernel_tests:tf_record_writer_test PASSED in 8.5s //tensorflow/python/data/experimental/kernel_tests:variant_test PASSED in 7.2s //tensorflow/python/data/experimental/kernel_tests:wrap_unwrap_test_cpu PASSED in 6.3s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_fusion_test PASSED in 32.6s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_parallelization_test PASSED in 58.6s //tensorflow/python/data/experimental/kernel_tests/optimization:grappler_test_cpu PASSED in 9.4s //tensorflow/python/data/experimental/kernel_tests/optimization:make_deterministic_test PASSED in 27.5s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_batch_fusion_test PASSED in 7.0s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_filter_fusion_test PASSED in 20.1s //tensorflow/python/data/experimental/kernel_tests/optimization:map_fusion_test PASSED in 25.7s //tensorflow/python/data/experimental/kernel_tests/optimization:map_parallelization_test PASSED in 9.7s //tensorflow/python/data/experimental/kernel_tests/optimization:noop_elimination_test PASSED in 11.3s //tensorflow/python/data/experimental/kernel_tests/service:multi_device_test PASSED in 20.0s //tensorflow/python/data/experimental/service:server_lib_test PASSED in 8.2s //tensorflow/python/data/kernel_tests:as_numpy_iterator_test PASSED in 7.2s //tensorflow/python/data/kernel_tests:bucket_by_sequence_length_test PASSED in 18.4s //tensorflow/python/data/kernel_tests:cache_test PASSED in 51.3s //tensorflow/python/data/kernel_tests:cardinality_test PASSED in 12.2s //tensorflow/python/data/kernel_tests:checkpoint_test PASSED in 15.1s //tensorflow/python/data/kernel_tests:concatenate_test PASSED in 19.9s //tensorflow/python/data/kernel_tests:counter_test PASSED in 25.8s //tensorflow/python/data/kernel_tests:dataset_spec_test PASSED in 6.7s //tensorflow/python/data/kernel_tests:dataset_test PASSED in 24.0s //tensorflow/python/data/kernel_tests:enumerate_test PASSED in 28.9s //tensorflow/python/data/kernel_tests:from_sparse_tensor_slices_test PASSED in 6.7s //tensorflow/python/data/kernel_tests:from_tensor_slices_test PASSED in 25.9s //tensorflow/python/data/kernel_tests:from_tensors_test PASSED in 23.1s //tensorflow/python/data/kernel_tests:get_single_element_test PASSED in 9.5s //tensorflow/python/data/kernel_tests:ignore_errors_test PASSED in 19.9s //tensorflow/python/data/kernel_tests:io_test PASSED in 26.1s //tensorflow/python/data/kernel_tests:len_test PASSED in 6.4s //tensorflow/python/data/kernel_tests:list_files_test PASSED in 10.1s //tensorflow/python/data/kernel_tests:optional_test_cpu PASSED in 9.8s //tensorflow/python/data/kernel_tests:options_test PASSED in 9.3s //tensorflow/python/data/kernel_tests:placement_test_cpu PASSED in 8.8s //tensorflow/python/data/kernel_tests:prefetch_test PASSED in 43.5s //tensorflow/python/data/kernel_tests:random_test PASSED in 25.1s //tensorflow/python/data/kernel_tests:range_test PASSED in 32.0s //tensorflow/python/data/kernel_tests:rebatch_test PASSED in 6.5s //tensorflow/python/data/kernel_tests:reduce_test_cpu PASSED in 24.9s //tensorflow/python/data/kernel_tests:scan_test_cpu PASSED in 40.3s //tensorflow/python/data/kernel_tests:sparse_batch_test PASSED in 20.9s //tensorflow/python/data/kernel_tests:unbatch_test PASSED in 33.6s //tensorflow/python/data/util:convert_test PASSED in 6.3s //tensorflow/python/data/util:nest_test PASSED in 6.2s //tensorflow/python/data/util:options_test PASSED in 6.9s //tensorflow/python/data/util:random_seed_test PASSED in 7.5s //tensorflow/python/data/util:sparse_test PASSED in 6.9s //tensorflow/python/data/util:structure_test PASSED in 8.2s //tensorflow/python/data/util:traverse_test PASSED in 6.7s //tensorflow/python/debug/cli:analyzer_cli_test_cpu PASSED in 8.3s //tensorflow/python/debug/cli:cli_config_test PASSED in 6.5s //tensorflow/python/debug/cli:cli_shared_test PASSED in 5.9s //tensorflow/python/debug/cli:command_parser_test PASSED in 5.5s //tensorflow/python/debug/cli:curses_ui_test PASSED in 7.3s //tensorflow/python/debug/cli:debugger_cli_common_test PASSED in 6.1s //tensorflow/python/debug/cli:evaluator_test PASSED in 5.8s //tensorflow/python/debug/cli:profile_analyzer_cli_test PASSED in 6.3s //tensorflow/python/debug/cli:readline_ui_test PASSED in 6.4s //tensorflow/python/debug/cli:tensor_format_test PASSED in 6.4s //tensorflow/python/debug/lib:check_numerics_callback_test_cpu PASSED in 10.7s //tensorflow/python/debug/lib:common_test PASSED in 6.3s //tensorflow/python/debug/lib:debug_data_test PASSED in 5.8s //tensorflow/python/debug/lib:debug_events_monitors_test PASSED in 7.5s //tensorflow/python/debug/lib:debug_events_writer_test PASSED in 8.3s //tensorflow/python/debug/lib:debug_gradients_test_cpu PASSED in 6.7s //tensorflow/python/debug/lib:debug_graph_reconstruction_test_cpu PASSED in 9.7s //tensorflow/python/debug/lib:debug_graphs_test PASSED in 5.9s //tensorflow/python/debug/lib:debug_grappler_test_cpu PASSED in 6.7s //tensorflow/python/debug/lib:debug_utils_test PASSED in 5.9s //tensorflow/python/debug/lib:debug_v2_ops_test_cpu PASSED in 14.7s //tensorflow/python/debug/lib:profiling_test PASSED in 5.9s //tensorflow/python/debug/lib:session_debug_file_test_cpu PASSED in 10.8s //tensorflow/python/debug/lib:session_debug_multi_gpu_test_cpu PASSED in 7.9s //tensorflow/python/debug/lib:source_utils_test PASSED in 45.9s //tensorflow/python/debug/wrappers:disk_usage_test PASSED in 8.8s //tensorflow/python/debug/wrappers:dumping_wrapper_test PASSED in 6.5s //tensorflow/python/debug/wrappers:framework_test PASSED in 6.2s //tensorflow/python/debug/wrappers:local_cli_wrapper_test PASSED in 9.3s //tensorflow/python/distribute:checkpoint_utils_test_2gpu PASSED in 8.7s //tensorflow/python/distribute:checkpoint_utils_test_cpu PASSED in 9.0s //tensorflow/python/distribute:checkpointing_test_2gpu PASSED in 7.6s //tensorflow/python/distribute:checkpointing_test_cpu PASSED in 7.5s //tensorflow/python/distribute:collective_all_reduce_strategy_test_2gpu PASSED in 54.2s //tensorflow/python/distribute:collective_all_reduce_strategy_test_cpu PASSED in 55.8s //tensorflow/python/distribute:collective_all_reduce_strategy_test_xla_2gpu PASSED in 23.2s //tensorflow/python/distribute:collective_util_test PASSED in 6.0s //tensorflow/python/distribute:combinations_test_2gpu PASSED in 19.6s //tensorflow/python/distribute:combinations_test_cpu PASSED in 17.5s //tensorflow/python/distribute:cross_device_utils_test_cpu PASSED in 7.3s //tensorflow/python/distribute:custom_training_loop_gradient_test_2gpu PASSED in 9.6s //tensorflow/python/distribute:custom_training_loop_gradient_test_cpu PASSED in 10.0s //tensorflow/python/distribute:device_util_test_cpu PASSED in 8.4s //tensorflow/python/distribute:distribute_coordinator_test PASSED in 12.1s //tensorflow/python/distribute:distribute_lib_test PASSED in 8.7s //tensorflow/python/distribute:distribute_utils_test_2gpu PASSED in 6.8s //tensorflow/python/distribute:distribute_utils_test_cpu PASSED in 7.5s //tensorflow/python/distribute:input_ops_test_cpu PASSED in 12.6s //tensorflow/python/distribute:metrics_v1_test_2gpu PASSED in 29.0s //tensorflow/python/distribute:metrics_v1_test_cpu PASSED in 28.7s //tensorflow/python/distribute:mirrored_values_test_2gpu PASSED in 7.8s //tensorflow/python/distribute:mirrored_values_test_cpu PASSED in 7.9s //tensorflow/python/distribute:mirrored_variable_test_2gpu PASSED in 18.1s //tensorflow/python/distribute:mirrored_variable_test_cpu PASSED in 17.3s //tensorflow/python/distribute:multi_process_runner_no_init_test PASSED in 6.2s //tensorflow/python/distribute:multi_worker_continuous_run_test_cpu PASSED in 20.0s //tensorflow/python/distribute:multi_worker_util_test PASSED in 6.0s //tensorflow/python/distribute:numpy_dataset_test PASSED in 5.8s //tensorflow/python/distribute:one_device_strategy_test_cpu PASSED in 16.1s //tensorflow/python/distribute:packed_distributed_variable_test PASSED in 7.3s //tensorflow/python/distribute:parameter_server_strategy_v2_test_2gpu PASSED in 21.9s //tensorflow/python/distribute:parameter_server_strategy_v2_test_cpu PASSED in 20.5s //tensorflow/python/distribute:per_replica_test_2gpu PASSED in 8.6s //tensorflow/python/distribute:per_replica_test_cpu PASSED in 7.2s //tensorflow/python/distribute:ps_values_test_2gpu PASSED in 7.3s //tensorflow/python/distribute:ps_values_test_cpu PASSED in 7.3s //tensorflow/python/distribute:remote_mirrored_strategy_eager_test_cpu PASSED in 8.4s //tensorflow/python/distribute:sharded_variable_test PASSED in 19.8s //tensorflow/python/distribute:shared_variable_creator_test PASSED in 5.7s //tensorflow/python/distribute:strategy_combinations_test_cpu PASSED in 43.9s //tensorflow/python/distribute:template_mirrored_strategy_test_cpu PASSED in 6.6s //tensorflow/python/distribute:test_util_test_2gpu PASSED in 14.7s //tensorflow/python/distribute:test_util_test_cpu PASSED in 17.4s //tensorflow/python/distribute:tf_function_test_2gpu PASSED in 7.7s //tensorflow/python/distribute:tf_function_test_cpu PASSED in 8.7s //tensorflow/python/distribute:values_v2_test_cpu PASSED in 11.2s //tensorflow/python/distribute:warm_starting_util_test_2gpu PASSED in 9.3s //tensorflow/python/distribute:warm_starting_util_test_cpu PASSED in 8.6s //tensorflow/python/distribute/cluster_resolver:base_cluster_resolver_py_test PASSED in 6.4s //tensorflow/python/distribute/cluster_resolver:gce_cluster_resolver_py_test PASSED in 6.6s //tensorflow/python/distribute/cluster_resolver:kubernetes_cluster_resolver_py_test PASSED in 6.2s //tensorflow/python/distribute/cluster_resolver:sagemaker_cluster_resolver_py_test PASSED in 7.5s //tensorflow/python/distribute/cluster_resolver:slurm_cluster_resolver_py_test PASSED in 7.7s //tensorflow/python/distribute/cluster_resolver:tfconfig_cluster_resolver_py_test PASSED in 6.5s //tensorflow/python/distribute/cluster_resolver/tpu:tpu_cluster_resolver_py_test PASSED in 7.8s //tensorflow/python/distribute/coordinator:metric_utils_test PASSED in 9.7s //tensorflow/python/distribute/coordinator:watchdog_test PASSED in 60.7s //tensorflow/python/distribute/experimental:mirrored_strategy_test_cpu PASSED in 17.1s //tensorflow/python/distribute/integration_test:saved_model_test_cpu PASSED in 34.5s //tensorflow/python/distribute/parallel_device:parallel_device_test_cpu PASSED in 16.1s //tensorflow/python/distribute/v1:all_reduce_test PASSED in 49.0s //tensorflow/python/distribute/v1:cross_device_ops_test_2gpu PASSED in 59.8s //tensorflow/python/distribute/v1:cross_device_ops_test_cpu PASSED in 62.3s //tensorflow/python/dlpack:dlpack_test_cpu PASSED in 6.7s //tensorflow/python/eager:backprop_test_cpu PASSED in 128.9s //tensorflow/python/eager:benchmarks_test_cpu PASSED in 6.0s //tensorflow/python/eager:cancellation_test_cpu PASSED in 6.4s //tensorflow/python/eager:context_test_cpu PASSED in 8.3s //tensorflow/python/eager:core_test_cpu PASSED in 17.1s //tensorflow/python/eager:gradient_input_output_exclusions_test PASSED in 31.2s //tensorflow/python/eager:graph_only_ops_test_cpu PASSED in 6.7s //tensorflow/python/eager:lift_to_graph_test PASSED in 8.1s //tensorflow/python/eager:monitoring_test_cpu PASSED in 6.4s //tensorflow/python/eager:ops_test_cpu PASSED in 9.5s //tensorflow/python/eager:profiler_client_test PASSED in 5.8s //tensorflow/python/eager:profiler_test_cpu PASSED in 8.9s //tensorflow/python/eager:pywrap_tfe_test PASSED in 18.8s //tensorflow/python/eager:remote_benchmarks_test_cpu PASSED in 7.0s //tensorflow/python/eager:run_eager_op_as_function_test_cpu PASSED in 7.0s //tensorflow/python/eager:run_eager_op_as_function_xla_test_cpu PASSED in 6.2s //tensorflow/python/eager:tape_test PASSED in 7.3s //tensorflow/python/eager:tensor_test_cpu PASSED in 10.8s //tensorflow/python/eager:wrap_function_device_test_cpu PASSED in 7.5s //tensorflow/python/eager:wrap_function_test PASSED in 9.4s //tensorflow/python/eager/benchmarks:kpi_benchmark_test_cpu PASSED in 15.3s //tensorflow/python/eager/memory_tests:remote_memory_test_cpu PASSED in 6.7s //tensorflow/python/eager/polymorphic_function:argument_naming_test_cpu PASSED in 7.5s //tensorflow/python/eager/polymorphic_function:collection_test_cpu PASSED in 6.4s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu PASSED in 36.9s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu_mlir_bridge_test PASSED in 7.2s //tensorflow/python/eager/polymorphic_function:function_spec_test PASSED in 6.5s //tensorflow/python/eager/polymorphic_function:polymorphic_function_xla_jit_test_cpu PASSED in 26.0s //tensorflow/python/eager/polymorphic_function:polymorphic_function_xla_jit_test_cpu_mlir_bridge_test PASSED in 22.5s //tensorflow/python/eager/polymorphic_function:polymorphic_function_xla_test_cpu PASSED in 6.9s //tensorflow/python/eager/polymorphic_function:quarantine_test PASSED in 22.2s //tensorflow/python/feature_column:sequence_feature_column_integration_test PASSED in 38.9s //tensorflow/python/feature_column:serialization_test PASSED in 9.5s //tensorflow/python/framework:auto_control_deps_test PASSED in 19.7s //tensorflow/python/framework:c_api_util_test PASSED in 7.2s //tensorflow/python/framework:common_shapes_test PASSED in 36.6s //tensorflow/python/framework:composite_tensor_test PASSED in 7.8s //tensorflow/python/framework:config_test_2gpu PASSED in 9.9s //tensorflow/python/framework:config_test_cpu PASSED in 9.6s //tensorflow/python/framework:constant_op_test PASSED in 6.7s //tensorflow/python/framework:device_spec_test PASSED in 6.5s //tensorflow/python/framework:device_test PASSED in 6.3s //tensorflow/python/framework:dtypes_test PASSED in 12.3s //tensorflow/python/framework:error_interpolation_test PASSED in 8.2s //tensorflow/python/framework:errors_test PASSED in 5.9s //tensorflow/python/framework:extension_type_field_test PASSED in 7.0s //tensorflow/python/framework:extension_type_test PASSED in 18.4s //tensorflow/python/framework:file_system_test PASSED in 6.5s //tensorflow/python/framework:function_def_to_graph_test PASSED in 6.6s //tensorflow/python/framework:graph_building_benchmark_cpu PASSED in 6.0s //tensorflow/python/framework:graph_util_test PASSED in 6.6s //tensorflow/python/framework:immutable_dict_test PASSED in 6.5s //tensorflow/python/framework:importer_test PASSED in 7.6s //tensorflow/python/framework:indexed_slices_test PASSED in 6.7s //tensorflow/python/framework:kernels_test PASSED in 6.5s //tensorflow/python/framework:meta_graph_test PASSED in 9.1s //tensorflow/python/framework:node_file_writer_test_cpu PASSED in 6.9s //tensorflow/python/framework:offset_counter_helper_test PASSED in 0.8s //tensorflow/python/framework:op_callbacks_test_cpu PASSED in 9.4s //tensorflow/python/framework:op_def_library_test PASSED in 7.9s //tensorflow/python/framework:op_def_util_test PASSED in 6.1s //tensorflow/python/framework:ops_enable_eager_test PASSED in 1.9s //tensorflow/python/framework:ops_test PASSED in 20.2s //tensorflow/python/framework:proto_test PASSED in 6.2s //tensorflow/python/framework:py_context_manager_test PASSED in 6.3s //tensorflow/python/framework:python_api_dispatcher_test PASSED in 6.7s //tensorflow/python/framework:python_api_info_test PASSED in 6.4s //tensorflow/python/framework:python_api_parameter_converter_test PASSED in 8.5s //tensorflow/python/framework:python_op_gen_annotator_test PASSED in 0.1s //tensorflow/python/framework:python_op_gen_test PASSED in 0.2s //tensorflow/python/framework:python_tensor_converter_test PASSED in 6.9s //tensorflow/python/framework:random_seed_test PASSED in 6.4s //tensorflow/python/framework:registry_test PASSED in 6.5s //tensorflow/python/framework:smart_cond_test PASSED in 6.1s //tensorflow/python/framework:sparse_tensor_test PASSED in 7.3s //tensorflow/python/framework:subscribe_test PASSED in 6.5s //tensorflow/python/framework:tensor_shape_test PASSED in 6.4s //tensorflow/python/framework:tensor_spec_test PASSED in 8.6s //tensorflow/python/framework:tensor_util_test PASSED in 7.1s //tensorflow/python/framework:test_combinations_test PASSED in 6.2s //tensorflow/python/framework:test_util_test_cpu PASSED in 15.6s //tensorflow/python/framework:tf2_test PASSED in 9.6s //tensorflow/python/framework:traceable_stack_test PASSED in 6.3s //tensorflow/python/framework:type_spec_test PASSED in 6.7s //tensorflow/python/framework:versions_test PASSED in 6.3s //tensorflow/python/framework/experimental:graph_building_test_cpu PASSED in 6.0s //tensorflow/python/framework/experimental:unified_api_test_cpu PASSED in 10.5s //tensorflow/python/grappler:arithmetic_optimizer_test_cpu PASSED in 7.1s //tensorflow/python/grappler:auto_mixed_precision_test_cpu PASSED in 9.4s //tensorflow/python/grappler:constant_folding_test_cpu PASSED in 6.8s //tensorflow/python/grappler:cost_analyzer_test PASSED in 9.0s //tensorflow/python/grappler:datasets_test PASSED in 8.3s //tensorflow/python/grappler:item_test PASSED in 6.3s //tensorflow/python/grappler:memory_optimizer_test PASSED in 13.5s //tensorflow/python/grappler:model_analyzer_test PASSED in 6.4s //tensorflow/python/grappler:remapper_test_cpu PASSED in 6.9s //tensorflow/python/grappler:tf_optimizer_test PASSED in 6.6s //tensorflow/python/kernel_tests:benchmark_test_cpu PASSED in 9.8s //tensorflow/python/kernel_tests:check_ops_test_cpu PASSED in 16.3s //tensorflow/python/kernel_tests:collective_ops_multi_worker_test PASSED in 26.5s //tensorflow/python/kernel_tests:composite_tensor_ops_test PASSED in 8.1s //tensorflow/python/kernel_tests:critical_section_test_cpu PASSED in 14.8s //tensorflow/python/kernel_tests:garbage_collection_test PASSED in 7.1s //tensorflow/python/kernel_tests:gradient_correctness_test_cpu PASSED in 7.1s //tensorflow/python/kernel_tests:histogram_ops_test_cpu PASSED in 6.7s //tensorflow/python/kernel_tests:logging_ops_test_cpu PASSED in 8.8s //tensorflow/python/kernel_tests:numerics_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests:template_test PASSED in 9.4s //tensorflow/python/kernel_tests:trace_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/array_ops:batch_gather_op_test_cpu PASSED in 7.2s //tensorflow/python/kernel_tests/array_ops:batch_scatter_ops_test PASSED in 7.4s //tensorflow/python/kernel_tests/array_ops:batchtospace_op_test_cpu PASSED in 11.7s //tensorflow/python/kernel_tests/array_ops:bcast_ops_test PASSED in 6.4s //tensorflow/python/kernel_tests/array_ops:bitcast_op_test_cpu PASSED in 6.4s //tensorflow/python/kernel_tests/array_ops:broadcast_to_ops_test_cpu PASSED in 23.9s //tensorflow/python/kernel_tests/array_ops:cast_op_test_cpu PASSED in 7.5s //tensorflow/python/kernel_tests/array_ops:constant_op_eager_test_cpu PASSED in 8.4s //tensorflow/python/kernel_tests/array_ops:constant_op_test_cpu PASSED in 9.6s //tensorflow/python/kernel_tests/array_ops:denormal_test_cpu PASSED in 6.9s //tensorflow/python/kernel_tests/array_ops:depthtospace_op_test_cpu PASSED in 9.8s //tensorflow/python/kernel_tests/array_ops:edit_distance_op_test PASSED in 7.1s //tensorflow/python/kernel_tests/array_ops:fingerprint_op_test PASSED in 6.6s //tensorflow/python/kernel_tests/array_ops:gather_nd_op_test_cpu PASSED in 7.7s //tensorflow/python/kernel_tests/array_ops:identity_n_op_py_test PASSED in 6.7s //tensorflow/python/kernel_tests/array_ops:identity_op_py_test PASSED in 7.1s //tensorflow/python/kernel_tests/array_ops:large_concat_op_test_cpu PASSED in 8.3s //tensorflow/python/kernel_tests/array_ops:manip_ops_test_cpu PASSED in 7.3s //tensorflow/python/kernel_tests/array_ops:one_hot_op_test_cpu PASSED in 7.6s //tensorflow/python/kernel_tests/array_ops:pad_op_test_cpu PASSED in 13.5s //tensorflow/python/kernel_tests/array_ops:reshape_op_test_cpu PASSED in 7.2s //tensorflow/python/kernel_tests/array_ops:reverse_sequence_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/array_ops:scalar_test_cpu PASSED in 8.5s //tensorflow/python/kernel_tests/array_ops:shape_ops_test_cpu PASSED in 14.8s //tensorflow/python/kernel_tests/array_ops:slice_op_test_cpu PASSED in 14.1s //tensorflow/python/kernel_tests/array_ops:spacetobatch_op_test_cpu PASSED in 14.5s //tensorflow/python/kernel_tests/array_ops:spacetodepth_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/array_ops:stack_op_test_cpu PASSED in 11.8s //tensorflow/python/kernel_tests/array_ops:unique_op_test_cpu PASSED in 6.8s //tensorflow/python/kernel_tests/array_ops:unstack_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/array_ops:where_op_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests/control_flow:cond_v2_test_cpu PASSED in 47.8s //tensorflow/python/kernel_tests/control_flow:control_flow_util_test PASSED in 6.6s //tensorflow/python/kernel_tests/control_flow:control_flow_util_v2_test PASSED in 7.0s //tensorflow/python/kernel_tests/control_flow:py_func_test_cpu PASSED in 14.7s //tensorflow/python/kernel_tests/control_flow:scan_ops_test_cpu PASSED in 56.6s //tensorflow/python/kernel_tests/control_flow:while_v2_test_cpu PASSED in 53.2s //tensorflow/python/kernel_tests/custom_ops:ackermann_test PASSED in 6.3s //tensorflow/python/kernel_tests/custom_ops:duplicate_op_test PASSED in 6.4s //tensorflow/python/kernel_tests/custom_ops:invalid_op_test PASSED in 5.9s //tensorflow/python/kernel_tests/data_structures:conditional_accumulator_test PASSED in 8.0s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_2gpu PASSED in 11.6s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_cpu PASSED in 11.7s //tensorflow/python/kernel_tests/data_structures:dynamic_stitch_op_test_cpu PASSED in 7.1s //tensorflow/python/kernel_tests/data_structures:fifo_queue_test PASSED in 12.4s //tensorflow/python/kernel_tests/data_structures:list_ops_test_cpu PASSED in 23.5s //tensorflow/python/kernel_tests/data_structures:listdiff_op_test PASSED in 7.6s //tensorflow/python/kernel_tests/data_structures:lookup_ops_test PASSED in 21.1s //tensorflow/python/kernel_tests/data_structures:map_ops_test PASSED in 10.8s //tensorflow/python/kernel_tests/data_structures:padding_fifo_queue_test_cpu PASSED in 7.2s //tensorflow/python/kernel_tests/data_structures:priority_queue_test PASSED in 6.6s //tensorflow/python/kernel_tests/data_structures:stack_ops_test_cpu PASSED in 6.9s //tensorflow/python/kernel_tests/data_structures:stage_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/distributions:bernoulli_test_cpu PASSED in 11.2s //tensorflow/python/kernel_tests/distributions:bijector_test_cpu PASSED in 7.3s //tensorflow/python/kernel_tests/distributions:categorical_test_cpu PASSED in 9.9s //tensorflow/python/kernel_tests/distributions:dirichlet_multinomial_test_cpu PASSED in 12.3s //tensorflow/python/kernel_tests/distributions:dirichlet_test_cpu PASSED in 44.9s //tensorflow/python/kernel_tests/distributions:exponential_test_cpu PASSED in 8.1s //tensorflow/python/kernel_tests/distributions:gamma_test_cpu PASSED in 45.4s //tensorflow/python/kernel_tests/distributions:identity_bijector_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/distributions:kullback_leibler_test_cpu PASSED in 6.9s //tensorflow/python/kernel_tests/distributions:laplace_test_cpu PASSED in 25.6s //tensorflow/python/kernel_tests/distributions:multinomial_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/distributions:normal_test_cpu PASSED in 21.1s //tensorflow/python/kernel_tests/distributions:special_math_test_cpu PASSED in 18.3s //tensorflow/python/kernel_tests/distributions:uniform_test_cpu PASSED in 8.7s //tensorflow/python/kernel_tests/image_ops:attention_ops_test PASSED in 7.6s //tensorflow/python/kernel_tests/image_ops:decode_bmp_op_test PASSED in 5.9s //tensorflow/python/kernel_tests/image_ops:decode_compressed_op_test PASSED in 6.6s //tensorflow/python/kernel_tests/image_ops:decode_image_op_test PASSED in 7.7s //tensorflow/python/kernel_tests/image_ops:decode_jpeg_op_test PASSED in 6.3s //tensorflow/python/kernel_tests/image_ops:decode_png_op_test PASSED in 6.3s //tensorflow/python/kernel_tests/image_ops:decode_raw_op_test PASSED in 7.5s //tensorflow/python/kernel_tests/image_ops:draw_bounding_box_op_test_cpu PASSED in 7.1s //tensorflow/python/kernel_tests/image_ops:extract_image_patches_op_test_cpu PASSED in 7.1s //tensorflow/python/kernel_tests/image_ops:extract_volume_patches_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/io_ops:checkpoint_ops_test PASSED in 9.7s //tensorflow/python/kernel_tests/io_ops:decode_csv_op_test PASSED in 7.7s //tensorflow/python/kernel_tests/io_ops:io_ops_test PASSED in 7.1s //tensorflow/python/kernel_tests/io_ops:parse_single_example_op_test PASSED in 9.8s //tensorflow/python/kernel_tests/io_ops:parsing_ops_test PASSED in 23.8s //tensorflow/python/kernel_tests/io_ops:reader_ops_test PASSED in 10.9s //tensorflow/python/kernel_tests/io_ops:record_input_test PASSED in 17.3s //tensorflow/python/kernel_tests/io_ops:save_restore_ops_test PASSED in 7.2s //tensorflow/python/kernel_tests/linalg:determinant_op_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/linalg:linear_operator_addition_test_cpu PASSED in 7.0s //tensorflow/python/kernel_tests/linalg:linear_operator_algebra_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests/linalg:linear_operator_test_cpu PASSED in 7.1s //tensorflow/python/kernel_tests/linalg:lu_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/linalg:matrix_inverse_op_test_cpu PASSED in 7.5s //tensorflow/python/kernel_tests/linalg:matrix_logarithm_op_test PASSED in 93.1s //tensorflow/python/kernel_tests/linalg:matrix_solve_ls_op_test_cpu PASSED in 24.9s //tensorflow/python/kernel_tests/linalg:matrix_solve_op_test_cpu PASSED in 18.2s //tensorflow/python/kernel_tests/linalg:matrix_square_root_op_test_cpu PASSED in 7.0s //tensorflow/python/kernel_tests/linalg:slicing_test_cpu PASSED in 10.1s //tensorflow/python/kernel_tests/linalg/sparse:conjugate_gradient_test_cpu PASSED in 10.4s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests/math_ops:aggregate_ops_test_cpu PASSED in 8.4s //tensorflow/python/kernel_tests/math_ops:argmax_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/math_ops:banded_triangular_solve_op_test_cpu PASSED in 11.2s //tensorflow/python/kernel_tests/math_ops:basic_gpu_test_cpu PASSED in 7.0s //tensorflow/python/kernel_tests/math_ops:bincount_op_test_cpu PASSED in 8.3s //tensorflow/python/kernel_tests/math_ops:bucketize_op_test_cpu PASSED in 7.0s //tensorflow/python/kernel_tests/math_ops:clip_ops_test PASSED in 8.1s //tensorflow/python/kernel_tests/math_ops:confusion_matrix_test PASSED in 8.9s //tensorflow/python/kernel_tests/math_ops:cross_grad_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/math_ops:cumulative_logsumexp_test_cpu PASSED in 8.9s //tensorflow/python/kernel_tests/math_ops:in_topk_op_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/math_ops:reduce_benchmark_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_d9m_test_cpu PASSED in 6.4s //tensorflow/python/kernel_tests/math_ops:sets_test PASSED in 24.4s //tensorflow/python/kernel_tests/math_ops:topk_op_test_cpu PASSED in 8.9s //tensorflow/python/kernel_tests/math_ops:zero_division_test_cpu PASSED in 6.3s //tensorflow/python/kernel_tests/nn_ops:betainc_op_test_cpu PASSED in 9.3s //tensorflow/python/kernel_tests/nn_ops:bias_op_test_cpu PASSED in 126.7s //tensorflow/python/kernel_tests/nn_ops:conv1d_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests/nn_ops:conv1d_transpose_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests/nn_ops:conv2d_transpose_test_cpu PASSED in 6.9s //tensorflow/python/kernel_tests/nn_ops:conv3d_backprop_filter_v2_grad_test_cpu PASSED in 28.6s //tensorflow/python/kernel_tests/nn_ops:conv3d_transpose_test_cpu PASSED in 28.3s //tensorflow/python/kernel_tests/nn_ops:ctc_decoder_ops_test PASSED in 7.8s //tensorflow/python/kernel_tests/nn_ops:ctc_loss_op_test_cpu PASSED in 61.0s //tensorflow/python/kernel_tests/nn_ops:cudnn_d9m_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/nn_ops:cudnn_deterministic_ops_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/nn_ops:losses_test PASSED in 32.9s //tensorflow/python/kernel_tests/nn_ops:lrn_op_test_cpu PASSED in 7.6s //tensorflow/python/kernel_tests/nn_ops:morphological_ops_test_cpu PASSED in 10.1s //tensorflow/python/kernel_tests/nn_ops:nth_element_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/nn_ops:pool_test_cpu PASSED in 35.1s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_3d_test_cpu PASSED in 22.5s //tensorflow/python/kernel_tests/nn_ops:relu_op_test_cpu PASSED in 9.2s //tensorflow/python/kernel_tests/nn_ops:softmax_op_test_cpu PASSED in 6.9s //tensorflow/python/kernel_tests/nn_ops:softplus_op_test_cpu PASSED in 7.6s //tensorflow/python/kernel_tests/nn_ops:softsign_op_test_cpu PASSED in 6.6s //tensorflow/python/kernel_tests/nn_ops:xent_op_d9m_test_cpu PASSED in 135.9s //tensorflow/python/kernel_tests/nn_ops:xent_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/proto:decode_proto_op_test PASSED in 7.6s //tensorflow/python/kernel_tests/proto:descriptor_source_test PASSED in 6.3s //tensorflow/python/kernel_tests/proto:encode_proto_op_test PASSED in 6.4s //tensorflow/python/kernel_tests/quantization_ops:quantization_ops_test PASSED in 7.7s //tensorflow/python/kernel_tests/random:candidate_sampler_ops_test PASSED in 6.9s //tensorflow/python/kernel_tests/random:multinomial_op_test_cpu PASSED in 10.7s //tensorflow/python/kernel_tests/random:parameterized_truncated_normal_op_test_cpu PASSED in 11.5s //tensorflow/python/kernel_tests/random:random_crop_test_cpu PASSED in 8.0s //tensorflow/python/kernel_tests/random:random_grad_test_cpu PASSED in 10.0s //tensorflow/python/kernel_tests/random:random_ops_test_cpu PASSED in 16.2s //tensorflow/python/kernel_tests/random:random_poisson_test_cpu PASSED in 9.0s //tensorflow/python/kernel_tests/random:random_shuffle_queue_test PASSED in 6.8s //tensorflow/python/kernel_tests/random:stateful_random_ops_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/signal:mel_ops_test_cpu PASSED in 12.0s //tensorflow/python/kernel_tests/signal:mfcc_ops_test_cpu PASSED in 6.7s //tensorflow/python/kernel_tests/signal:reconstruction_ops_test_cpu PASSED in 10.3s //tensorflow/python/kernel_tests/signal:shape_ops_test_cpu PASSED in 21.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_add_op_test PASSED in 9.4s //tensorflow/python/kernel_tests/sparse_ops:sparse_concat_op_test PASSED in 7.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_conditional_accumulator_test PASSED in 7.3s //tensorflow/python/kernel_tests/sparse_ops:sparse_cross_op_test PASSED in 11.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_matmul_op_test_cpu PASSED in 39.9s //tensorflow/python/kernel_tests/sparse_ops:sparse_reorder_op_test PASSED in 7.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_reshape_op_test PASSED in 7.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_serialization_ops_test PASSED in 8.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_slice_op_test PASSED in 8.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_split_op_test_cpu PASSED in 6.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_grad_test_cpu PASSED in 16.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_d9m_test_cpu PASSED in 31.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_test_cpu PASSED in 24.3s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensors_map_ops_test PASSED in 7.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_to_dense_op_py_test_cpu PASSED in 36.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_d9m_test_cpu PASSED in 81.1s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_test_cpu PASSED in 20.7s //tensorflow/python/kernel_tests/sparse_ops:sparsemask_op_test PASSED in 6.6s //tensorflow/python/kernel_tests/strings_ops:as_string_op_test PASSED in 7.5s //tensorflow/python/kernel_tests/strings_ops:base64_ops_test PASSED in 10.6s //tensorflow/python/kernel_tests/strings_ops:reduce_join_op_test_cpu PASSED in 7.9s //tensorflow/python/kernel_tests/strings_ops:regex_full_match_op_test PASSED in 8.1s //tensorflow/python/kernel_tests/strings_ops:regex_replace_op_test PASSED in 8.2s //tensorflow/python/kernel_tests/strings_ops:string_bytes_split_op_test PASSED in 7.1s //tensorflow/python/kernel_tests/strings_ops:string_format_op_test PASSED in 7.6s //tensorflow/python/kernel_tests/strings_ops:string_join_op_test PASSED in 6.9s //tensorflow/python/kernel_tests/strings_ops:string_length_op_test PASSED in 7.1s //tensorflow/python/kernel_tests/strings_ops:string_lower_op_test PASSED in 6.2s //tensorflow/python/kernel_tests/strings_ops:string_split_op_test PASSED in 10.4s //tensorflow/python/kernel_tests/strings_ops:string_strip_op_test PASSED in 7.0s //tensorflow/python/kernel_tests/strings_ops:string_to_hash_bucket_op_test_cpu PASSED in 8.1s //tensorflow/python/kernel_tests/strings_ops:string_to_number_op_test_cpu PASSED in 9.9s //tensorflow/python/kernel_tests/strings_ops:string_upper_op_test PASSED in 6.6s //tensorflow/python/kernel_tests/strings_ops:substr_op_test PASSED in 8.0s //tensorflow/python/kernel_tests/strings_ops:unicode_decode_op_test PASSED in 16.4s //tensorflow/python/kernel_tests/strings_ops:unicode_encode_op_test PASSED in 6.3s //tensorflow/python/kernel_tests/strings_ops:unicode_script_op_test PASSED in 6.5s //tensorflow/python/kernel_tests/strings_ops:unicode_transcode_op_test PASSED in 7.5s //tensorflow/python/kernel_tests/strings_ops:unsorted_segment_join_op_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/summary_ops:summary_ops_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/summary_ops:summary_v1_audio_op_test_cpu PASSED in 6.7s //tensorflow/python/kernel_tests/summary_ops:summary_v1_image_op_test_cpu PASSED in 6.7s //tensorflow/python/kernel_tests/summary_ops:summary_v1_ops_test PASSED in 6.3s //tensorflow/python/kernel_tests/summary_ops:summary_v1_tensor_op_test PASSED in 6.6s //tensorflow/python/kernel_tests/v1_compat_tests:array_ops_test_cpu PASSED in 6.0s //tensorflow/python/kernel_tests/v1_compat_tests:dense_update_ops_test_cpu PASSED in 7.4s //tensorflow/python/kernel_tests/v1_compat_tests:identity_op_py_test PASSED in 6.7s //tensorflow/python/kernel_tests/v1_compat_tests:scatter_nd_ops_test_cpu PASSED in 6.4s //tensorflow/python/kernel_tests/v1_compat_tests:session_ops_test_cpu PASSED in 8.5s //tensorflow/python/kernel_tests/v1_compat_tests:stack_op_test_cpu PASSED in 8.9s //tensorflow/python/kernel_tests/variables:dense_update_ops_no_tsan_test_cpu PASSED in 9.3s //tensorflow/python/kernel_tests/variables:dense_update_ops_test_cpu PASSED in 6.4s //tensorflow/python/kernel_tests/variables:partitioned_variables_test PASSED in 9.6s //tensorflow/python/kernel_tests/variables:resource_variable_ops_test_cpu PASSED in 51.7s //tensorflow/python/kernel_tests/variables:variable_ops_test_cpu PASSED in 7.6s //tensorflow/python/kernel_tests/variables:variable_scope_test PASSED in 32.4s //tensorflow/python/kernel_tests/variables:variables_test PASSED in 8.5s //tensorflow/python/lib/core:custom_float_test PASSED in 6.5s //tensorflow/python/lib/io:file_io_test PASSED in 8.6s //tensorflow/python/lib/io:tf_record_test PASSED in 7.8s //tensorflow/python/module:module_test PASSED in 6.8s //tensorflow/python/ops/losses:util_test PASSED in 5.6s //tensorflow/python/ops/memory_tests:custom_gradient_memory_test_cpu PASSED in 11.0s //tensorflow/python/ops/numpy_ops:np_array_ops_test_cpu PASSED in 59.7s //tensorflow/python/ops/numpy_ops:np_arrays_test_cpu PASSED in 6.6s //tensorflow/python/ops/numpy_ops:np_dtypes_test_cpu PASSED in 6.8s //tensorflow/python/ops/numpy_ops:np_interop_test_cpu PASSED in 36.3s //tensorflow/python/ops/numpy_ops:np_logic_test_cpu PASSED in 9.1s //tensorflow/python/ops/numpy_ops:np_math_ops_test_cpu PASSED in 19.4s //tensorflow/python/ops/numpy_ops:np_random_test_cpu PASSED in 64.5s //tensorflow/python/ops/numpy_ops:np_utils_test_cpu PASSED in 6.3s //tensorflow/python/ops/numpy_ops/integration_test:np_config_test_cpu PASSED in 12.1s //tensorflow/python/ops/numpy_ops/integration_test:public_symbol_test PASSED in 11.4s //tensorflow/python/ops/parallel_for:array_test_cpu PASSED in 37.3s //tensorflow/python/ops/parallel_for:gradients_test_cpu PASSED in 9.3s //tensorflow/python/ops/parallel_for:xla_control_flow_ops_test_cpu PASSED in 54.2s //tensorflow/python/ops/ragged:convert_to_tensor_or_ragged_tensor_op_test PASSED in 6.2s //tensorflow/python/ops/ragged:ragged_batch_gather_op_test PASSED in 39.0s //tensorflow/python/ops/ragged:ragged_bitcast_op_test PASSED in 5.7s //tensorflow/python/ops/ragged:ragged_boolean_mask_op_test PASSED in 14.5s //tensorflow/python/ops/ragged:ragged_concat_op_test PASSED in 10.2s //tensorflow/python/ops/ragged:ragged_const_op_test PASSED in 7.6s //tensorflow/python/ops/ragged:ragged_constant_value_op_test PASSED in 6.6s //tensorflow/python/ops/ragged:ragged_cross_op_test PASSED in 18.6s //tensorflow/python/ops/ragged:ragged_dispatch_test PASSED in 121.6s //tensorflow/python/ops/ragged:ragged_dynamic_partition_op_test_cpu PASSED in 15.1s //tensorflow/python/ops/ragged:ragged_eager_test PASSED in 5.9s //tensorflow/python/ops/ragged:ragged_expand_dims_op_test PASSED in 6.3s //tensorflow/python/ops/ragged:ragged_factory_ops_test_cpu PASSED in 12.9s //tensorflow/python/ops/ragged:ragged_from_sparse_op_test PASSED in 6.9s //tensorflow/python/ops/ragged:ragged_from_tensor_op_test PASSED in 18.1s //tensorflow/python/ops/ragged:ragged_gather_nd_op_test PASSED in 12.0s //tensorflow/python/ops/ragged:ragged_map_flat_values_op_test PASSED in 9.2s //tensorflow/python/ops/ragged:ragged_map_fn_op_test PASSED in 11.7s //tensorflow/python/ops/ragged:ragged_math_ops_test PASSED in 12.7s //tensorflow/python/ops/ragged:ragged_matmul_op_test PASSED in 35.9s //tensorflow/python/ops/ragged:ragged_merge_dims_op_test PASSED in 25.8s //tensorflow/python/ops/ragged:ragged_one_hot_op_test PASSED in 8.7s //tensorflow/python/ops/ragged:ragged_operators_test PASSED in 19.3s //tensorflow/python/ops/ragged:ragged_placeholder_op_test PASSED in 5.6s //tensorflow/python/ops/ragged:ragged_print_op_test PASSED in 12.0s //tensorflow/python/ops/ragged:ragged_range_op_test PASSED in 6.3s //tensorflow/python/ops/ragged:ragged_rank_op_test PASSED in 6.5s //tensorflow/python/ops/ragged:ragged_reduce_op_test PASSED in 33.8s //tensorflow/python/ops/ragged:ragged_resize_image_op_test PASSED in 16.8s //tensorflow/python/ops/ragged:ragged_reverse_op_test PASSED in 6.4s //tensorflow/python/ops/ragged:ragged_row_lengths_op_test PASSED in 7.3s //tensorflow/python/ops/ragged:ragged_row_splits_to_segment_ids_op_test PASSED in 6.0s //tensorflow/python/ops/ragged:ragged_segment_ids_to_row_splits_op_test PASSED in 5.8s //tensorflow/python/ops/ragged:ragged_segment_op_test PASSED in 13.5s //tensorflow/python/ops/ragged:ragged_size_op_test PASSED in 6.0s //tensorflow/python/ops/ragged:ragged_split_op_test PASSED in 41.4s //tensorflow/python/ops/ragged:ragged_squeeze_op_test PASSED in 16.7s //tensorflow/python/ops/ragged:ragged_stack_op_test PASSED in 11.1s //tensorflow/python/ops/ragged:ragged_tensor_bounding_shape_op_test PASSED in 8.7s //tensorflow/python/ops/ragged:ragged_tensor_shape_test PASSED in 51.4s //tensorflow/python/ops/ragged:ragged_tile_op_test PASSED in 29.6s //tensorflow/python/ops/ragged:ragged_to_sparse_op_test PASSED in 7.6s //tensorflow/python/ops/ragged:ragged_to_tensor_op_test PASSED in 62.4s //tensorflow/python/ops/ragged:ragged_util_test PASSED in 21.0s //tensorflow/python/ops/ragged:ragged_where_op_test PASSED in 25.8s //tensorflow/python/ops/ragged:row_partition_test PASSED in 24.6s //tensorflow/python/ops/ragged:string_ngrams_op_test PASSED in 7.0s //tensorflow/python/ops/ragged:strings_reduce_join_op_test PASSED in 8.1s //tensorflow/python/ops/structured:structured_array_ops_test PASSED in 45.1s //tensorflow/python/ops/structured:structured_tensor_slice_test PASSED in 58.4s //tensorflow/python/ops/structured:structured_tensor_spec_test PASSED in 9.4s //tensorflow/python/ops/structured:structured_tensor_test PASSED in 41.7s //tensorflow/python/ops/v1_compat_tests:gradient_checker_test_cpu PASSED in 13.1s //tensorflow/python/platform:benchmark_test PASSED in 6.7s //tensorflow/python/platform:build_info_test PASSED in 6.3s //tensorflow/python/platform:resource_loader_test PASSED in 1.7s //tensorflow/python/profiler:pprof_profiler_test PASSED in 6.1s //tensorflow/python/profiler:profile_context_test_cpu PASSED in 30.2s //tensorflow/python/profiler:profiler_client_test_cpu PASSED in 6.3s //tensorflow/python/profiler:profiler_test_cpu PASSED in 17.5s //tensorflow/python/profiler:profiler_v2_test_cpu PASSED in 6.4s //tensorflow/python/profiler:profiler_wrapper_test PASSED in 6.1s //tensorflow/python/profiler:tfprof_logger_test PASSED in 6.4s //tensorflow/python/profiler/integration_test:profiler_api_test_cpu PASSED in 22.6s //tensorflow/python/profiler/internal:print_model_analysis_test PASSED in 5.6s //tensorflow/python/profiler/internal:run_metadata_test_cpu PASSED in 10.6s //tensorflow/python/saved_model:fingerprinting_test PASSED in 7.3s //tensorflow/python/saved_model:keras_injection_test PASSED in 10.8s //tensorflow/python/saved_model:load_v1_in_v2_test PASSED in 14.7s //tensorflow/python/saved_model:loader_test PASSED in 9.7s //tensorflow/python/saved_model:method_name_updater_test PASSED in 6.3s //tensorflow/python/saved_model:metrics_test PASSED in 7.4s //tensorflow/python/saved_model:nested_structure_coder_test PASSED in 6.2s //tensorflow/python/saved_model:pywrap_saved_model_fingerprinting_test PASSED in 7.1s //tensorflow/python/saved_model:pywrap_saved_model_metrics_test PASSED in 6.2s //tensorflow/python/saved_model:revived_types_test PASSED in 6.2s //tensorflow/python/saved_model:save_context_test PASSED in 5.8s //tensorflow/python/saved_model:save_test PASSED in 23.6s //tensorflow/python/saved_model:saved_model_test PASSED in 16.5s //tensorflow/python/saved_model:signature_def_utils_test PASSED in 6.0s //tensorflow/python/saved_model:simple_save_test PASSED in 7.1s //tensorflow/python/saved_model:tracing_utils_test PASSED in 7.1s //tensorflow/python/saved_model:utils_test PASSED in 6.5s //tensorflow/python/saved_model/model_utils:export_output_test PASSED in 6.8s //tensorflow/python/saved_model/model_utils:export_test PASSED in 11.1s //tensorflow/python/saved_model/model_utils:mode_keys_test PASSED in 5.4s //tensorflow/python/saved_model/registration:registration_saving_test PASSED in 15.6s //tensorflow/python/saved_model/registration:registration_test PASSED in 6.1s //tensorflow/python/saved_model/registration:tf_registration_test PASSED in 11.5s //tensorflow/python/summary:plugin_asset_test PASSED in 19.2s //tensorflow/python/summary:summary_iterator_test PASSED in 6.8s //tensorflow/python/summary:summary_test PASSED in 6.8s //tensorflow/python/summary:summary_v2_test PASSED in 7.2s //tensorflow/python/summary/writer:writer_test PASSED in 17.3s //tensorflow/python/tools:aot_compiled_test PASSED in 19.2s //tensorflow/python/tools:freeze_graph_test PASSED in 14.7s //tensorflow/python/tools:optimize_for_inference_test PASSED in 6.5s //tensorflow/python/tools:print_selective_registration_header_test PASSED in 11.5s //tensorflow/python/tools:saved_model_cli_test PASSED in 19.9s //tensorflow/python/tools:saved_model_utils_test PASSED in 7.3s //tensorflow/python/tools:strip_unused_test PASSED in 6.2s //tensorflow/python/tools/api/generator:create_python_api_test PASSED in 11.9s //tensorflow/python/tools/api/generator:output_init_files_test PASSED in 12.0s //tensorflow/python/tools/api/generator:tensorflow_doc_srcs_test PASSED in 9.1s //tensorflow/python/tpu:bfloat16_test PASSED in 42.2s //tensorflow/python/tpu:feature_column_test PASSED in 10.3s //tensorflow/python/tpu:topology_test PASSED in 6.6s //tensorflow/python/tpu:tpu_embedding_for_serving_test PASSED in 9.1s //tensorflow/python/tpu:tpu_embedding_v2_utils_test PASSED in 6.4s //tensorflow/python/tpu:tpu_infeed_test PASSED in 12.0s //tensorflow/python/tpu:tpu_sharding_test PASSED in 6.0s //tensorflow/python/tpu:tpu_test_wrapper_test PASSED in 6.0s //tensorflow/python/tpu/client:client_py_test PASSED in 7.0s //tensorflow/python/trackable:autotrackable_test PASSED in 7.9s //tensorflow/python/trackable:base_delegate_test PASSED in 8.1s //tensorflow/python/trackable:base_test PASSED in 11.2s //tensorflow/python/trackable:data_structures_test PASSED in 10.3s //tensorflow/python/trackable:python_state_test PASSED in 7.9s //tensorflow/python/trackable:resource_test PASSED in 6.5s //tensorflow/python/trackable:trackable_utils_test PASSED in 6.5s //tensorflow/python/training:adadelta_test_cpu PASSED in 13.4s //tensorflow/python/training:adagrad_da_test_cpu PASSED in 7.7s //tensorflow/python/training:adagrad_test_cpu PASSED in 11.6s //tensorflow/python/training:adam_test_cpu PASSED in 13.7s //tensorflow/python/training:basic_loops_test_cpu PASSED in 8.5s //tensorflow/python/training:basic_session_run_hooks_test PASSED in 22.6s //tensorflow/python/training:checkpoint_ops_test PASSED in 6.0s //tensorflow/python/training:coordinator_test_cpu PASSED in 14.1s //tensorflow/python/training:device_setter_test_cpu PASSED in 6.8s //tensorflow/python/training:ftrl_test_cpu PASSED in 13.1s //tensorflow/python/training:gradient_descent_test_cpu PASSED in 8.5s //tensorflow/python/training:input_test PASSED in 20.9s //tensorflow/python/training:momentum_test_cpu PASSED in 10.6s //tensorflow/python/training:monitored_session_test PASSED in 26.5s //tensorflow/python/training:moving_averages_test_cpu PASSED in 14.4s //tensorflow/python/training:optimizer_test_cpu PASSED in 13.1s //tensorflow/python/training:proximal_adagrad_test_cpu PASSED in 7.8s //tensorflow/python/training:proximal_gradient_descent_test_cpu PASSED in 8.6s //tensorflow/python/training:quantize_training_test_cpu PASSED in 6.9s //tensorflow/python/training:queue_runner_test_cpu PASSED in 6.8s //tensorflow/python/training:rmsprop_test_cpu PASSED in 48.6s //tensorflow/python/training:saver_large_partitioned_variable_test PASSED in 13.6s //tensorflow/python/training:saver_test_2gpu PASSED in 33.3s //tensorflow/python/training:saver_test_cpu PASSED in 32.3s //tensorflow/python/training:server_lib_multiple_containers_test PASSED in 6.8s //tensorflow/python/training:server_lib_same_variables_clear_container_test PASSED in 8.6s //tensorflow/python/training:server_lib_same_variables_clear_test PASSED in 6.9s //tensorflow/python/training:server_lib_same_variables_no_clear_test PASSED in 8.6s //tensorflow/python/training:server_lib_sparse_job_test PASSED in 6.5s //tensorflow/python/training:session_manager_test_cpu PASSED in 75.2s //tensorflow/python/training:slot_creator_test_cpu PASSED in 6.7s //tensorflow/python/training:supervisor_test PASSED in 12.6s //tensorflow/python/training:training_ops_mlir_test_cpu PASSED in 6.0s //tensorflow/python/training:training_ops_test_cpu PASSED in 6.1s //tensorflow/python/training:training_util_test PASSED in 7.2s //tensorflow/python/training:warm_starting_util_test PASSED in 22.3s //tensorflow/python/training/experimental:loss_scale_optimizer_test PASSED in 14.0s //tensorflow/python/training/experimental:loss_scale_test PASSED in 25.2s //tensorflow/python/training/experimental:mixed_precision_test_cpu PASSED in 8.2s //tensorflow/python/training/saving:saveable_object_util_test PASSED in 6.7s //tensorflow/python/util:compat_test PASSED in 6.0s //tensorflow/python/util:decorator_utils_test PASSED in 6.0s //tensorflow/python/util:deprecation_test PASSED in 6.7s //tensorflow/python/util:dispatch_test PASSED in 8.8s //tensorflow/python/util:example_parser_configuration_test PASSED in 6.3s //tensorflow/python/util:fast_module_type_test PASSED in 6.7s //tensorflow/python/util:function_parameter_canonicalizer_test PASSED in 6.6s //tensorflow/python/util:function_utils_test PASSED in 5.9s //tensorflow/python/util:keyword_args_test PASSED in 6.8s //tensorflow/python/util:lock_util_test PASSED in 8.6s //tensorflow/python/util:module_wrapper_test PASSED in 8.1s //tensorflow/python/util:nest_test PASSED in 9.3s //tensorflow/python/util:object_identity_test PASSED in 7.1s //tensorflow/python/util:serialization_test PASSED in 5.8s //tensorflow/python/util:tf_contextlib_test PASSED in 6.3s //tensorflow/python/util:tf_decorator_test PASSED in 6.5s //tensorflow/python/util:tf_export_test PASSED in 6.8s //tensorflow/python/util:tf_inspect_test PASSED in 6.4s //tensorflow/python/util:tf_should_use_test PASSED in 6.6s //tensorflow/python/util:tf_stack_test PASSED in 6.3s //tensorflow/python/util:traceback_utils_test PASSED in 7.0s //tensorflow/python/util:type_annotations_test PASSED in 6.5s //tensorflow/python/util:variable_utils_test PASSED in 7.4s //tensorflow/python/util/protobuf:protobuf_compare_test PASSED in 2.8s //tensorflow/tools/api/tests:module_test PASSED in 12.3s //tensorflow/tools/benchmark:benchmark_model_test PASSED in 2.0s //tensorflow/tools/common:public_api_test PASSED in 1.7s //tensorflow/tools/common:traverse_test PASSED in 1.8s //tensorflow/tools/compatibility:all_renames_v2_test PASSED in 5.5s //tensorflow/tools/compatibility:ast_edits_test PASSED in 5.7s //tensorflow/tools/compatibility:test_file_v1_0 PASSED in 12.6s //tensorflow/tools/compatibility:test_file_v2_0 PASSED in 13.4s //tensorflow/tools/compatibility:tf_upgrade_test PASSED in 5.9s //tensorflow/tools/compatibility:tf_upgrade_v2_safety_test PASSED in 6.3s //tensorflow/tools/docs:tf_doctest_test PASSED in 0.8s //tensorflow/tools/graph_transforms:file_utils_test PASSED in 0.6s //tensorflow/tools/graph_transforms:transform_graph_test PASSED in 2.4s //tensorflow/tools/graph_transforms:transform_utils_test PASSED in 2.8s //tensorflow/tools/graph_transforms:transforms_test PASSED in 4.1s //tensorflow/tools/proto_text:gen_proto_text_functions_lib_test PASSED in 0.1s //tensorflow/tools/tensorflow_builder/compat_checker:compat_checker_test PASSED in 0.5s //tensorflow/tsl/c:tsl_status_helper_test PASSED in 0.2s //tensorflow/tsl/c:tsl_status_test PASSED in 0.2s //tensorflow/tsl/concurrency:async_value_ref_test PASSED in 0.1s //tensorflow/tsl/concurrency:async_value_test PASSED in 0.1s //tensorflow/tsl/concurrency:concurrent_vector_test PASSED in 0.2s //tensorflow/tsl/cuda:cudnn_version_test PASSED in 0.2s //tensorflow/tsl/distributed_runtime/coordination:coordination_service_agent_test PASSED in 12.9s //tensorflow/tsl/distributed_runtime/coordination:coordination_service_error_util_test PASSED in 0.1s //tensorflow/tsl/distributed_runtime/coordination:coordination_service_recoverable_job_test PASSED in 0.5s //tensorflow/tsl/distributed_runtime/preemption:preemption_notifier_test PASSED in 6.5s //tensorflow/tsl/distributed_runtime/preemption:preemption_sync_manager_test PASSED in 5.5s //tensorflow/tsl/distributed_runtime/rpc:grpc_channel_test PASSED in 0.3s //tensorflow/tsl/distributed_runtime/rpc:grpc_util_test PASSED in 0.2s //tensorflow/tsl/framework:cancellation_test PASSED in 1.9s //tensorflow/tsl/framework/convolution:spatial_convolutions_test PASSED in 0.3s //tensorflow/tsl/lib/gtl:tsl_lib_gtl_tests PASSED in 0.2s //tensorflow/tsl/lib/hash:crc32c_test PASSED in 0.1s //tensorflow/tsl/lib/histogram:histogram_test PASSED in 0.2s //tensorflow/tsl/lib/io:buffered_inputstream_test PASSED in 0.1s //tensorflow/tsl/lib/io:cache_test PASSED in 0.1s //tensorflow/tsl/lib/io:inputbuffer_test PASSED in 1.2s //tensorflow/tsl/lib/io:inputstream_interface_test PASSED in 0.1s //tensorflow/tsl/lib/io:random_inputstream_test PASSED in 0.3s //tensorflow/tsl/lib/io:record_reader_writer_test PASSED in 0.5s //tensorflow/tsl/lib/io:recordio_test PASSED in 1.0s //tensorflow/tsl/lib/io:table_test PASSED in 4.1s //tensorflow/tsl/lib/io:zlib_buffers_test PASSED in 3.3s //tensorflow/tsl/lib/io/snappy:snappy_test PASSED in 0.3s //tensorflow/tsl/lib/math:math_util_test PASSED in 0.1s //tensorflow/tsl/lib/random:distribution_sampler_test PASSED in 0.3s //tensorflow/tsl/lib/random:philox_random_test PASSED in 0.1s //tensorflow/tsl/lib/random:random_distributions_test PASSED in 17.1s //tensorflow/tsl/lib/random:simple_philox_test PASSED in 0.7s //tensorflow/tsl/lib/random:weighted_picker_test PASSED in 10.3s //tensorflow/tsl/platform:ctstring_test PASSED in 0.1s //tensorflow/tsl/platform:denormal_test PASSED in 0.2s //tensorflow/tsl/platform:errors_test PASSED in 0.2s //tensorflow/tsl/platform:fingerprint_test PASSED in 0.1s //tensorflow/tsl/platform:float8_test PASSED in 0.5s //tensorflow/tsl/platform:hash_test PASSED in 0.1s //tensorflow/tsl/platform:integral_types_test PASSED in 0.2s //tensorflow/tsl/platform:intrusive_ptr_test PASSED in 0.1s //tensorflow/tsl/platform:logging_test PASSED in 21.4s //tensorflow/tsl/platform:mutex_test PASSED in 0.2s //tensorflow/tsl/platform:net_test PASSED in 0.2s //tensorflow/tsl/platform:numbers_test PASSED in 0.2s //tensorflow/tsl/platform:path_test PASSED in 0.1s //tensorflow/tsl/platform:port_test PASSED in 8.2s //tensorflow/tsl/platform:random_test PASSED in 2.0s //tensorflow/tsl/platform:refcount_test PASSED in 0.6s //tensorflow/tsl/platform:retrying_file_system_test PASSED in 0.1s //tensorflow/tsl/platform:retrying_utils_test PASSED in 0.2s //tensorflow/tsl/platform:scanner_test PASSED in 0.1s //tensorflow/tsl/platform:setround_test PASSED in 0.1s //tensorflow/tsl/platform:stacktrace_handler_test PASSED in 2.3s //tensorflow/tsl/platform:stacktrace_test PASSED in 0.1s //tensorflow/tsl/platform:status_matchers_test PASSED in 0.6s //tensorflow/tsl/platform:status_test PASSED in 0.1s //tensorflow/tsl/platform:statusor_test PASSED in 17.6s //tensorflow/tsl/platform:str_util_test PASSED in 0.2s //tensorflow/tsl/platform:strcat_test PASSED in 0.1s //tensorflow/tsl/platform:stringpiece_test PASSED in 0.3s //tensorflow/tsl/platform:stringprintf_test PASSED in 0.2s //tensorflow/tsl/platform:subprocess_test PASSED in 0.3s //tensorflow/tsl/platform:tstring_test PASSED in 0.1s //tensorflow/tsl/platform:unbounded_work_queue_test PASSED in 1.3s //tensorflow/tsl/platform/cloud:compute_engine_metadata_client_test PASSED in 0.2s //tensorflow/tsl/platform/cloud:compute_engine_zone_provider_test PASSED in 0.1s //tensorflow/tsl/platform/cloud:curl_http_request_test PASSED in 7.6s //tensorflow/tsl/platform/cloud:expiring_lru_cache_test PASSED in 0.2s //tensorflow/tsl/platform/cloud:gcs_dns_cache_test PASSED in 0.1s //tensorflow/tsl/platform/cloud:gcs_file_system_test PASSED in 5.9s //tensorflow/tsl/platform/cloud:gcs_throttle_test PASSED in 0.1s //tensorflow/tsl/platform/cloud:google_auth_provider_test PASSED in 0.1s //tensorflow/tsl/platform/cloud:oauth_client_test PASSED in 0.1s //tensorflow/tsl/platform/cloud:ram_file_block_cache_test PASSED in 2.3s //tensorflow/tsl/platform/cloud:time_util_test PASSED in 0.1s //tensorflow/tsl/profiler/backends/cpu:traceme_recorder_test PASSED in 0.2s //tensorflow/tsl/profiler/convert:trace_events_to_json_test PASSED in 0.1s //tensorflow/tsl/profiler/convert:xla_op_utils_test PASSED in 0.1s //tensorflow/tsl/profiler/convert:xplane_to_trace_events_test PASSED in 0.3s //tensorflow/tsl/profiler/lib:profiler_factory_test PASSED in 0.2s //tensorflow/tsl/profiler/lib:profiler_lock_test PASSED in 0.3s //tensorflow/tsl/profiler/lib:scoped_annotation_test PASSED in 0.1s //tensorflow/tsl/profiler/lib:traceme_encode_test PASSED in 0.3s //tensorflow/tsl/profiler/rpc/client:profiler_client_test PASSED in 3.3s //tensorflow/tsl/profiler/rpc/client:remote_profiler_session_manager_test PASSED in 3.4s //tensorflow/tsl/profiler/utils:buffer_pool_test PASSED in 0.1s //tensorflow/tsl/profiler/utils:group_events_test PASSED in 0.1s //tensorflow/tsl/profiler/utils:parse_annotation_test PASSED in 0.1s //tensorflow/tsl/profiler/utils:tf_op_utils_test PASSED in 0.1s //tensorflow/tsl/profiler/utils:timespan_test PASSED in 0.1s //tensorflow/tsl/profiler/utils:tpu_xplane_utils_test PASSED in 0.2s //tensorflow/tsl/profiler/utils:xplane_builder_test PASSED in 0.3s //tensorflow/tsl/profiler/utils:xplane_utils_test PASSED in 0.1s //tensorflow/tsl/util:device_name_utils_test PASSED in 0.1s //tensorflow/tsl/util:stats_calculator_test PASSED in 0.1s //tensorflow/compiler/tests:complex_div_test_cpu PASSED in 8.6s Stats over 2 runs: max = 8.6s, min = 8.4s, avg = 8.5s, dev = 0.1s //tensorflow/compiler/tests:complex_div_test_cpu_mlir_bridge_test PASSED in 6.5s Stats over 2 runs: max = 6.5s, min = 5.6s, avg = 6.0s, dev = 0.4s //tensorflow/compiler/xla/tests:conditional_test_cpu PASSED in 9.3s Stats over 2 runs: max = 9.3s, min = 9.1s, avg = 9.2s, dev = 0.1s //tensorflow/python:control_flow_ops_test_cpu PASSED in 30.5s Stats over 2 runs: max = 30.5s, min = 27.7s, avg = 29.1s, dev = 1.4s //tensorflow/python/data/experimental/kernel_tests/optimization:optimization_test PASSED in 15.6s Stats over 2 runs: max = 15.6s, min = 9.9s, avg = 12.8s, dev = 2.9s //tensorflow/python/data/experimental/kernel_tests/service:metadata_test PASSED in 15.4s Stats over 2 runs: max = 15.4s, min = 14.1s, avg = 14.8s, dev = 0.7s //tensorflow/python/data/kernel_tests:padded_batch_test PASSED in 30.0s Stats over 2 runs: max = 30.0s, min = 29.2s, avg = 29.6s, dev = 0.4s //tensorflow/python/data/kernel_tests:repeat_test PASSED in 40.4s Stats over 2 runs: max = 40.4s, min = 38.9s, avg = 39.6s, dev = 0.8s //tensorflow/python/data/kernel_tests:window_test PASSED in 34.8s Stats over 2 runs: max = 34.8s, min = 25.6s, avg = 30.2s, dev = 4.6s //tensorflow/python/distribute:strategy_common_test_2gpu PASSED in 24.7s Stats over 2 runs: max = 24.7s, min = 20.1s, avg = 22.4s, dev = 2.3s //tensorflow/python/distribute:strategy_common_test_cpu PASSED in 25.3s Stats over 2 runs: max = 25.3s, min = 18.4s, avg = 21.8s, dev = 3.4s //tensorflow/python/distribute:strategy_common_test_xla_2gpu PASSED in 12.4s Stats over 2 runs: max = 12.4s, min = 11.8s, avg = 12.1s, dev = 0.3s //tensorflow/python/kernel_tests/array_ops:scatter_nd_ops_test_cpu PASSED in 11.7s Stats over 2 runs: max = 11.7s, min = 11.1s, avg = 11.4s, dev = 0.3s //tensorflow/python/kernel_tests/array_ops:scatter_ops_test_cpu PASSED in 18.2s Stats over 2 runs: max = 18.2s, min = 16.4s, avg = 17.3s, dev = 0.9s //tensorflow/python/kernel_tests/control_flow:functional_ops_test_cpu PASSED in 14.2s Stats over 2 runs: max = 14.2s, min = 13.3s, avg = 13.8s, dev = 0.5s //tensorflow/python/kernel_tests/control_flow:map_fn_test_cpu PASSED in 9.0s Stats over 2 runs: max = 9.0s, min = 8.0s, avg = 8.5s, dev = 0.5s //tensorflow/python/kernel_tests/nn_ops:bias_op_d9m_test_cpu PASSED in 101.1s Stats over 2 runs: max = 101.1s, min = 38.8s, avg = 69.9s, dev = 31.1s //tensorflow/python/kernel_tests/nn_ops:conv2d_backprop_filter_grad_test_cpu PASSED in 138.1s Stats over 2 runs: max = 138.1s, min = 6.9s, avg = 72.5s, dev = 65.6s //tensorflow/compiler/tests:spacetobatch_op_test_cpu PASSED in 8.2s Stats over 3 runs: max = 8.2s, min = 8.1s, avg = 8.1s, dev = 0.1s //tensorflow/compiler/tests:spacetobatch_op_test_cpu_mlir_bridge_test PASSED in 9.7s Stats over 3 runs: max = 9.7s, min = 8.8s, avg = 9.1s, dev = 0.4s //tensorflow/compiler/xla/tests:triangular_solve_test_cpu PASSED in 67.8s Stats over 3 runs: max = 67.8s, min = 62.9s, avg = 65.8s, dev = 2.1s //tensorflow/core/data/service:thread_safe_buffer_test PASSED in 0.3s Stats over 3 runs: max = 0.3s, min = 0.1s, avg = 0.2s, dev = 0.1s //tensorflow/python/data/experimental/kernel_tests/service:multi_process_cluster_test PASSED in 16.7s Stats over 3 runs: max = 16.7s, min = 11.7s, avg = 14.8s, dev = 2.2s //tensorflow/python/data/kernel_tests:unique_test PASSED in 14.8s Stats over 3 runs: max = 14.8s, min = 12.2s, avg = 13.2s, dev = 1.2s //tensorflow/python/kernel_tests/array_ops:gather_op_test_cpu PASSED in 45.4s Stats over 3 runs: max = 45.4s, min = 25.0s, avg = 32.6s, dev = 9.1s //tensorflow/python/kernel_tests/array_ops:weights_broadcast_test PASSED in 7.7s Stats over 3 runs: max = 7.7s, min = 7.5s, avg = 7.6s, dev = 0.1s //tensorflow/python/kernel_tests/distributions:util_test_cpu PASSED in 13.3s Stats over 3 runs: max = 13.3s, min = 11.3s, avg = 12.0s, dev = 0.9s //tensorflow/python/kernel_tests/random:multinomial_op_big_test_cpu PASSED in 12.9s Stats over 3 runs: max = 12.9s, min = 9.7s, avg = 10.8s, dev = 1.5s //tensorflow/compiler/xla/service/cpu/tests:cpu_eigen_dot_operation_test FAILED in 3 out of 3 in 7.6s Stats over 3 runs: max = 7.6s, min = 6.7s, avg = 7.2s, dev = 0.4s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/service/cpu/tests/cpu_eigen_dot_operation_test/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/service/cpu/tests/cpu_eigen_dot_operation_test/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/service/cpu/tests/cpu_eigen_dot_operation_test/test_attempts/attempt_2.log //tensorflow/core/platform:ram_file_system_test FAILED in 3 out of 3 in 11.8s Stats over 3 runs: max = 11.8s, min = 5.0s, avg = 7.4s, dev = 3.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/core/platform/ram_file_system_test/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/core/platform/ram_file_system_test/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/core/platform/ram_file_system_test/test_attempts/attempt_2.log //tensorflow/python/compiler/xla:xla_test_cpu FAILED in 3 out of 3 in 15.3s Stats over 3 runs: max = 15.3s, min = 5.5s, avg = 8.8s, dev = 4.6s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/compiler/xla/xla_test_cpu/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/compiler/xla/xla_test_cpu/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/compiler/xla/xla_test_cpu/test_attempts/attempt_2.log //tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test FAILED in 3 out of 3 in 11.9s Stats over 3 runs: max = 11.9s, min = 5.2s, avg = 7.7s, dev = 3.0s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/data/experimental/kernel_tests/checkpoint_input_pipeline_hook_test/test_attempts/attempt_2.log //tensorflow/python/distribute:parameter_server_strategy_test_2gpu FAILED in 3 out of 3 in 12.2s Stats over 3 runs: max = 12.2s, min = 5.5s, avg = 7.9s, dev = 3.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_2gpu/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_2gpu/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_2gpu/test_attempts/attempt_2.log //tensorflow/python/distribute:parameter_server_strategy_test_cpu FAILED in 3 out of 3 in 13.5s Stats over 3 runs: max = 13.5s, min = 6.2s, avg = 8.7s, dev = 3.4s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_cpu/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_cpu/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/parameter_server_strategy_test_cpu/test_attempts/attempt_2.log //tensorflow/tools/api/tests:api_compatibility_test FAILED in 3 out of 3 in 13.1s Stats over 3 runs: max = 13.1s, min = 6.5s, avg = 8.8s, dev = 3.0s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/api/tests/api_compatibility_test/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/api/tests/api_compatibility_test/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/api/tests/api_compatibility_test/test_attempts/attempt_2.log //tensorflow/compiler/tests:ternary_ops_test_cpu PASSED in 12.7s Stats over 4 runs: max = 12.7s, min = 8.5s, avg = 10.6s, dev = 1.7s //tensorflow/compiler/tests:ternary_ops_test_cpu_mlir_bridge_test PASSED in 19.0s Stats over 4 runs: max = 19.0s, min = 10.7s, avg = 14.1s, dev = 3.2s //tensorflow/compiler/tests:unary_ops_test_cpu PASSED in 36.4s Stats over 4 runs: max = 36.4s, min = 8.3s, avg = 23.1s, dev = 11.3s //tensorflow/compiler/tests:unary_ops_test_cpu_mlir_bridge_test PASSED in 41.4s Stats over 4 runs: max = 41.4s, min = 7.2s, avg = 26.7s, dev = 14.0s //tensorflow/compiler/xla/tests:dynamic_ops_test_cpu PASSED in 9.5s Stats over 4 runs: max = 9.5s, min = 8.5s, avg = 9.1s, dev = 0.4s //tensorflow/core/kernels:example_parsing_ops_test PASSED in 0.6s Stats over 4 runs: max = 0.6s, min = 0.5s, avg = 0.5s, dev = 0.0s //tensorflow/python:nn_batchnorm_test_cpu PASSED in 21.1s Stats over 4 runs: max = 21.1s, min = 7.9s, avg = 15.1s, dev = 4.9s //tensorflow/python:nn_fused_batchnorm_d9m_test_cpu PASSED in 14.0s Stats over 4 runs: max = 14.0s, min = 13.3s, avg = 13.7s, dev = 0.3s //tensorflow/python/data/experimental/kernel_tests:auto_shard_dataset_test PASSED in 28.4s Stats over 4 runs: max = 28.4s, min = 12.9s, avg = 20.0s, dev = 5.7s //tensorflow/python/data/experimental/kernel_tests:map_and_batch_test PASSED in 37.0s Stats over 4 runs: max = 37.0s, min = 22.0s, avg = 26.3s, dev = 6.2s //tensorflow/python/data/experimental/kernel_tests:parse_example_dataset_test PASSED in 24.0s Stats over 4 runs: max = 24.0s, min = 10.8s, avg = 17.4s, dev = 6.2s //tensorflow/python/data/experimental/kernel_tests:rebatch_dataset_test PASSED in 19.0s Stats over 4 runs: max = 19.0s, min = 6.3s, avg = 11.7s, dev = 4.8s //tensorflow/python/data/experimental/kernel_tests:sql_dataset_test PASSED in 20.2s Stats over 4 runs: max = 20.2s, min = 15.0s, avg = 17.6s, dev = 2.3s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_ft_test PASSED in 8.8s Stats over 4 runs: max = 8.8s, min = 7.6s, avg = 8.1s, dev = 0.5s //tensorflow/python/data/kernel_tests:batch_test PASSED in 31.7s Stats over 4 runs: max = 31.7s, min = 21.4s, avg = 25.0s, dev = 4.0s //tensorflow/python/data/kernel_tests:fixed_length_record_dataset_test PASSED in 18.0s Stats over 4 runs: max = 18.0s, min = 8.3s, avg = 13.2s, dev = 4.7s //tensorflow/python/data/kernel_tests:from_generator_test PASSED in 19.0s Stats over 4 runs: max = 19.0s, min = 12.0s, avg = 15.9s, dev = 2.6s //tensorflow/python/data/kernel_tests:group_by_window_test PASSED in 21.3s Stats over 4 runs: max = 21.3s, min = 8.4s, avg = 13.6s, dev = 5.5s //tensorflow/python/data/kernel_tests:ragged_batch_test PASSED in 18.3s Stats over 4 runs: max = 18.3s, min = 15.5s, avg = 17.0s, dev = 1.1s //tensorflow/python/data/kernel_tests:shuffle_test PASSED in 32.2s Stats over 4 runs: max = 32.2s, min = 24.5s, avg = 27.6s, dev = 3.0s //tensorflow/python/data/kernel_tests:skip_test PASSED in 26.5s Stats over 4 runs: max = 26.5s, min = 18.6s, avg = 23.1s, dev = 3.4s //tensorflow/python/data/kernel_tests:take_test PASSED in 25.9s Stats over 4 runs: max = 25.9s, min = 22.7s, avg = 23.8s, dev = 1.2s //tensorflow/python/data/kernel_tests:take_while_test PASSED in 25.7s Stats over 4 runs: max = 25.7s, min = 23.1s, avg = 24.3s, dev = 1.0s //tensorflow/python/data/kernel_tests:text_line_dataset_test PASSED in 19.2s Stats over 4 runs: max = 19.2s, min = 12.8s, avg = 16.0s, dev = 2.9s //tensorflow/python/data/kernel_tests:zip_test PASSED in 12.7s Stats over 4 runs: max = 12.7s, min = 10.2s, avg = 11.3s, dev = 0.9s //tensorflow/python/debug/lib:dumping_callback_test_cpu PASSED in 14.6s Stats over 4 runs: max = 14.6s, min = 13.9s, avg = 14.3s, dev = 0.3s //tensorflow/python/distribute:cross_device_ops_test_2gpu PASSED in 37.4s Stats over 4 runs: max = 37.4s, min = 23.9s, avg = 31.1s, dev = 4.9s //tensorflow/python/distribute:cross_device_ops_test_cpu PASSED in 33.2s Stats over 4 runs: max = 33.2s, min = 22.4s, avg = 26.6s, dev = 4.2s //tensorflow/python/distribute:strategy_gather_test_2gpu PASSED in 22.2s Stats over 4 runs: max = 22.2s, min = 12.0s, avg = 17.0s, dev = 5.0s //tensorflow/python/distribute:strategy_gather_test_cpu PASSED in 29.3s Stats over 4 runs: max = 29.3s, min = 12.0s, avg = 20.6s, dev = 7.7s //tensorflow/python/distribute:strategy_gather_test_xla_2gpu PASSED in 16.6s Stats over 4 runs: max = 16.6s, min = 6.5s, avg = 11.4s, dev = 4.1s //tensorflow/python/framework:convert_to_constants_test PASSED in 22.0s Stats over 4 runs: max = 22.0s, min = 14.4s, avg = 17.2s, dev = 2.9s //tensorflow/python/kernel_tests:collective_ops_test_2gpu PASSED in 33.4s Stats over 4 runs: max = 33.4s, min = 29.7s, avg = 32.0s, dev = 1.4s //tensorflow/python/kernel_tests:collective_ops_test_cpu PASSED in 34.1s Stats over 4 runs: max = 34.1s, min = 30.3s, avg = 32.3s, dev = 1.5s //tensorflow/python/kernel_tests/array_ops:concat_op_test_cpu PASSED in 18.2s Stats over 4 runs: max = 18.2s, min = 15.5s, avg = 16.5s, dev = 1.0s //tensorflow/python/kernel_tests/array_ops:init_ops_test_cpu PASSED in 62.0s Stats over 4 runs: max = 62.0s, min = 19.3s, avg = 39.9s, dev = 18.3s //tensorflow/python/kernel_tests/array_ops:split_op_test_cpu PASSED in 21.5s Stats over 4 runs: max = 21.5s, min = 6.7s, avg = 12.4s, dev = 6.1s //tensorflow/python/kernel_tests/linalg:einsum_op_test_cpu PASSED in 103.7s Stats over 4 runs: max = 103.7s, min = 16.2s, avg = 50.1s, dev = 35.1s //tensorflow/python/kernel_tests/linalg:linear_operator_lower_triangular_test_cpu PASSED in 26.5s Stats over 4 runs: max = 26.5s, min = 24.9s, avg = 25.7s, dev = 0.6s //tensorflow/python/kernel_tests/random:random_gamma_test_cpu PASSED in 99.8s Stats over 4 runs: max = 99.8s, min = 6.5s, avg = 44.6s, dev = 39.8s //tensorflow/python/kernel_tests/signal:window_ops_test_cpu PASSED in 15.6s Stats over 4 runs: max = 15.6s, min = 13.9s, avg = 14.9s, dev = 0.7s //tensorflow/python/ops/ragged:ragged_gather_op_test PASSED in 74.0s Stats over 4 runs: max = 74.0s, min = 18.2s, avg = 42.9s, dev = 20.1s //tensorflow/python/ops/ragged:ragged_getitem_test PASSED in 46.5s Stats over 4 runs: max = 46.5s, min = 41.7s, avg = 44.5s, dev = 1.8s //tensorflow/compiler/tests:async_comp_test_cpu PASSED in 6.4s Stats over 5 runs: max = 6.4s, min = 5.8s, avg = 6.1s, dev = 0.2s //tensorflow/compiler/tests:conv3d_test_cpu PASSED in 12.0s Stats over 5 runs: max = 12.0s, min = 5.3s, avg = 8.3s, dev = 3.0s //tensorflow/compiler/tests:conv3d_test_cpu_mlir_bridge_test PASSED in 12.5s Stats over 5 runs: max = 12.5s, min = 5.8s, avg = 8.7s, dev = 3.0s //tensorflow/compiler/tests:fused_batchnorm_test_cpu PASSED in 7.5s Stats over 5 runs: max = 7.5s, min = 5.9s, avg = 6.7s, dev = 0.5s //tensorflow/compiler/tests:fused_batchnorm_test_cpu_mlir_bridge_test PASSED in 7.3s Stats over 5 runs: max = 7.3s, min = 6.5s, avg = 7.0s, dev = 0.3s //tensorflow/compiler/tests:image_ops_jit_compile_test_cpu PASSED in 6.0s Stats over 5 runs: max = 6.0s, min = 5.5s, avg = 5.7s, dev = 0.2s //tensorflow/compiler/tests:reduce_ops_test_cpu PASSED in 9.7s Stats over 5 runs: max = 9.7s, min = 8.7s, avg = 9.0s, dev = 0.3s //tensorflow/compiler/tests:reduce_ops_test_cpu_mlir_bridge_test PASSED in 11.1s Stats over 5 runs: max = 11.1s, min = 9.4s, avg = 10.6s, dev = 0.6s //tensorflow/compiler/tests:repeat_op_test_cpu PASSED in 7.9s Stats over 5 runs: max = 7.9s, min = 6.7s, avg = 7.0s, dev = 0.5s //tensorflow/compiler/tests:repeat_op_test_cpu_mlir_bridge_test PASSED in 8.8s Stats over 5 runs: max = 8.8s, min = 7.2s, avg = 7.8s, dev = 0.5s //tensorflow/compiler/tests:special_math_test_cpu PASSED in 89.5s Stats over 5 runs: max = 89.5s, min = 11.2s, avg = 41.0s, dev = 26.7s //tensorflow/compiler/tests:special_math_test_cpu_mlir_bridge_test PASSED in 100.2s Stats over 5 runs: max = 100.2s, min = 12.0s, avg = 45.3s, dev = 30.1s //tensorflow/compiler/xla/client/lib:self_adjoint_eig_test_cpu PASSED in 27.0s Stats over 5 runs: max = 27.0s, min = 11.9s, avg = 20.2s, dev = 6.2s //tensorflow/core/grappler/optimizers:constant_folding_test PASSED in 3.7s Stats over 5 runs: max = 3.7s, min = 2.0s, avg = 2.7s, dev = 0.6s //tensorflow/python/distribute:mirrored_strategy_test_2gpu PASSED in 9.3s Stats over 5 runs: max = 9.3s, min = 8.4s, avg = 8.9s, dev = 0.3s //tensorflow/python/distribute:mirrored_strategy_test_cpu PASSED in 9.3s Stats over 5 runs: max = 9.3s, min = 7.3s, avg = 8.2s, dev = 0.7s //tensorflow/python/distribute:moving_averages_test_2gpu PASSED in 17.3s Stats over 5 runs: max = 17.3s, min = 12.7s, avg = 15.3s, dev = 1.9s //tensorflow/python/distribute:moving_averages_test_cpu PASSED in 17.9s Stats over 5 runs: max = 17.9s, min = 13.6s, avg = 16.0s, dev = 1.4s //tensorflow/python/distribute:vars_test_2gpu PASSED in 15.6s Stats over 5 runs: max = 15.6s, min = 12.6s, avg = 14.4s, dev = 1.1s //tensorflow/python/distribute:vars_test_cpu PASSED in 13.6s Stats over 5 runs: max = 13.6s, min = 10.9s, avg = 12.7s, dev = 1.1s //tensorflow/python/eager:device_placement_test_cpu PASSED in 8.0s Stats over 5 runs: max = 8.0s, min = 6.2s, avg = 6.9s, dev = 0.6s //tensorflow/python/eager:forwardprop_test_cpu PASSED in 103.0s Stats over 5 runs: max = 103.0s, min = 14.7s, avg = 46.0s, dev = 30.1s //tensorflow/python/eager/polymorphic_function:gradients_test_cpu PASSED in 13.7s Stats over 5 runs: max = 13.7s, min = 8.4s, avg = 10.9s, dev = 2.2s //tensorflow/python/kernel_tests/linalg:cholesky_op_test_cpu PASSED in 76.2s Stats over 5 runs: max = 76.2s, min = 35.1s, avg = 47.0s, dev = 15.2s //tensorflow/python/kernel_tests/linalg:linear_operator_adjoint_test_cpu PASSED in 25.7s Stats over 5 runs: max = 25.7s, min = 24.0s, avg = 24.9s, dev = 0.6s //tensorflow/python/kernel_tests/linalg:linear_operator_composition_test_cpu PASSED in 42.2s Stats over 5 runs: max = 42.2s, min = 38.9s, avg = 40.3s, dev = 1.1s //tensorflow/python/kernel_tests/linalg:linear_operator_diag_test_cpu PASSED in 20.3s Stats over 5 runs: max = 20.3s, min = 19.7s, avg = 20.0s, dev = 0.2s //tensorflow/python/kernel_tests/linalg:linear_operator_full_matrix_test_cpu PASSED in 26.9s Stats over 5 runs: max = 26.9s, min = 24.8s, avg = 25.5s, dev = 0.7s //tensorflow/python/kernel_tests/linalg:linear_operator_householder_test_cpu PASSED in 24.1s Stats over 5 runs: max = 24.1s, min = 22.6s, avg = 23.7s, dev = 0.6s //tensorflow/python/kernel_tests/linalg:linear_operator_identity_test_cpu PASSED in 34.5s Stats over 5 runs: max = 34.5s, min = 30.1s, avg = 32.0s, dev = 1.6s //tensorflow/python/kernel_tests/linalg:linear_operator_inversion_test_cpu PASSED in 25.2s Stats over 5 runs: max = 25.2s, min = 22.2s, avg = 23.5s, dev = 1.0s //tensorflow/python/kernel_tests/linalg:linear_operator_permutation_test_cpu PASSED in 19.6s Stats over 5 runs: max = 19.6s, min = 19.0s, avg = 19.3s, dev = 0.2s //tensorflow/python/kernel_tests/linalg:linear_operator_toeplitz_test_cpu PASSED in 15.5s Stats over 5 runs: max = 15.5s, min = 12.7s, avg = 13.8s, dev = 0.9s //tensorflow/python/kernel_tests/linalg:linear_operator_tridiag_test_cpu PASSED in 84.1s Stats over 5 runs: max = 84.1s, min = 82.7s, avg = 83.1s, dev = 0.5s //tensorflow/python/kernel_tests/linalg:linear_operator_util_test_cpu PASSED in 6.7s Stats over 5 runs: max = 6.7s, min = 6.2s, avg = 6.5s, dev = 0.2s //tensorflow/python/kernel_tests/linalg:linear_operator_zeros_test_cpu PASSED in 15.0s Stats over 5 runs: max = 15.0s, min = 12.8s, avg = 13.8s, dev = 0.8s //tensorflow/python/kernel_tests/nn_ops:fractional_avg_pool_op_test PASSED in 13.2s Stats over 5 runs: max = 13.2s, min = 4.8s, avg = 7.4s, dev = 3.1s //tensorflow/python/kernel_tests/nn_ops:fractional_max_pool_op_test PASSED in 15.4s Stats over 5 runs: max = 15.4s, min = 5.0s, avg = 8.1s, dev = 3.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_ops_test_cpu PASSED in 31.4s Stats over 5 runs: max = 31.4s, min = 6.6s, avg = 12.4s, dev = 9.5s //tensorflow/python/ops/parallel_for:math_test_cpu PASSED in 101.7s Stats over 5 runs: max = 101.7s, min = 36.6s, avg = 60.7s, dev = 24.2s //tensorflow/compiler/tests:scan_ops_test_cpu PASSED in 14.5s Stats over 6 runs: max = 14.5s, min = 9.3s, avg = 11.6s, dev = 1.5s //tensorflow/compiler/tests:scan_ops_test_cpu_mlir_bridge_test PASSED in 15.9s Stats over 6 runs: max = 15.9s, min = 10.3s, avg = 13.2s, dev = 1.9s //tensorflow/compiler/xla/tests:prng_test_cpu PASSED in 7.6s Stats over 6 runs: max = 7.6s, min = 6.8s, avg = 7.2s, dev = 0.3s //tensorflow/python:accumulate_n_benchmark_cpu PASSED in 5.8s Stats over 6 runs: max = 5.8s, min = 5.1s, avg = 5.5s, dev = 0.2s //tensorflow/python/data/experimental/kernel_tests:make_batched_features_dataset_test PASSED in 19.0s Stats over 6 runs: max = 19.0s, min = 5.2s, avg = 11.6s, dev = 5.8s //tensorflow/python/kernel_tests/array_ops:diag_op_test_cpu PASSED in 73.0s Stats over 6 runs: max = 73.0s, min = 6.4s, avg = 20.4s, dev = 23.7s //tensorflow/python/kernel_tests/math_ops:reduction_ops_test_cpu PASSED in 34.9s Stats over 6 runs: max = 34.9s, min = 21.0s, avg = 30.0s, dev = 4.6s //tensorflow/tools/docs:tf_doctest FAILED in 3 out of 6 in 53.4s Stats over 6 runs: max = 53.4s, min = 20.7s, avg = 32.3s, dev = 10.7s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/docs/tf_doctest/shard_4_of_4/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/docs/tf_doctest/shard_4_of_4/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/tools/docs/tf_doctest/shard_4_of_4/test_attempts/attempt_2.log //tensorflow/python/distribute/experimental/rpc:rpc_ops_test PASSED in 10.6s Stats over 7 runs: max = 10.6s, min = 3.5s, avg = 6.3s, dev = 2.7s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu PASSED in 57.4s Stats over 8 runs: max = 57.4s, min = 3.0s, avg = 21.9s, dev = 18.2s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu_mlir_bridge_test PASSED in 66.7s Stats over 8 runs: max = 66.7s, min = 3.8s, avg = 24.4s, dev = 21.1s //tensorflow/python/data/experimental/kernel_tests:csv_dataset_test PASSED in 84.7s Stats over 8 runs: max = 84.7s, min = 59.8s, avg = 70.9s, dev = 10.4s //tensorflow/python/data/experimental/kernel_tests:parallel_interleave_test PASSED in 29.2s Stats over 8 runs: max = 29.2s, min = 9.0s, avg = 18.1s, dev = 7.0s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_ft_test PASSED in 50.6s Stats over 8 runs: max = 50.6s, min = 9.5s, avg = 26.3s, dev = 15.3s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_test PASSED in 30.1s Stats over 8 runs: max = 30.1s, min = 11.7s, avg = 18.3s, dev = 7.8s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_test PASSED in 19.7s Stats over 8 runs: max = 19.7s, min = 6.5s, avg = 11.0s, dev = 5.0s //tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test PASSED in 20.9s Stats over 8 runs: max = 20.9s, min = 11.3s, avg = 14.4s, dev = 3.1s //tensorflow/python/data/experimental/kernel_tests/service:snapshot_ft_test PASSED in 8.0s Stats over 8 runs: max = 8.0s, min = 5.0s, avg = 6.1s, dev = 0.9s //tensorflow/python/data/kernel_tests:filter_test PASSED in 16.3s Stats over 8 runs: max = 16.3s, min = 10.6s, avg = 13.1s, dev = 1.6s //tensorflow/python/data/kernel_tests:flat_map_test PASSED in 19.4s Stats over 8 runs: max = 19.4s, min = 12.3s, avg = 15.5s, dev = 2.7s //tensorflow/python/data/kernel_tests:shard_test PASSED in 21.3s Stats over 8 runs: max = 21.3s, min = 15.5s, avg = 18.4s, dev = 2.1s //tensorflow/python/data/kernel_tests:tf_record_dataset_test PASSED in 22.1s Stats over 8 runs: max = 22.1s, min = 11.5s, avg = 17.2s, dev = 3.3s //tensorflow/python/distribute/failure_handling:failure_handler_test PASSED in 40.4s Stats over 8 runs: max = 40.4s, min = 11.7s, avg = 31.8s, dev = 9.8s //tensorflow/python/distribute/failure_handling:gce_failure_handler_test PASSED in 66.7s Stats over 8 runs: max = 66.7s, min = 8.2s, avg = 33.6s, dev = 23.8s //tensorflow/python/kernel_tests/linalg:linalg_ops_test_cpu PASSED in 49.7s Stats over 8 runs: max = 49.7s, min = 28.1s, avg = 39.0s, dev = 7.7s //tensorflow/python/kernel_tests/linalg:linear_operator_block_diag_test_cpu PASSED in 59.6s Stats over 8 runs: max = 59.6s, min = 45.4s, avg = 53.4s, dev = 5.8s //tensorflow/python/kernel_tests/linalg:linear_operator_block_lower_triangular_test_cpu PASSED in 52.9s Stats over 8 runs: max = 52.9s, min = 35.1s, avg = 43.0s, dev = 6.3s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_d9m_test_cpu PASSED in 53.9s Stats over 8 runs: max = 53.9s, min = 3.0s, avg = 11.8s, dev = 16.8s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_test_cpu PASSED in 6.6s Stats over 8 runs: max = 6.6s, min = 4.3s, avg = 5.7s, dev = 0.9s //tensorflow/python/kernel_tests/signal:fft_ops_test_cpu PASSED in 15.3s Stats over 8 runs: max = 15.3s, min = 6.0s, avg = 10.1s, dev = 3.6s //tensorflow/python/ops/ragged:dynamic_ragged_shape_test PASSED in 59.5s Stats over 8 runs: max = 59.5s, min = 38.6s, avg = 45.9s, dev = 6.6s //tensorflow/python/ops/ragged:ragged_tensor_test PASSED in 24.5s Stats over 8 runs: max = 24.5s, min = 10.8s, avg = 15.5s, dev = 3.9s //tensorflow/compiler/tests:image_ops_test_cpu PASSED in 15.2s Stats over 10 runs: max = 15.2s, min = 9.1s, avg = 12.3s, dev = 1.9s //tensorflow/compiler/tests:random_ops_test_cpu PASSED in 12.8s Stats over 10 runs: max = 12.8s, min = 3.5s, avg = 8.1s, dev = 2.8s //tensorflow/compiler/tests:random_ops_test_cpu_mlir_bridge_test PASSED in 12.1s Stats over 10 runs: max = 12.1s, min = 5.4s, avg = 8.2s, dev = 2.1s //tensorflow/compiler/tests:stateless_random_ops_test_cpu PASSED in 81.0s Stats over 10 runs: max = 81.0s, min = 41.4s, avg = 59.9s, dev = 13.0s //tensorflow/compiler/tests:stateless_random_ops_test_cpu_mlir_bridge_test PASSED in 66.5s Stats over 10 runs: max = 66.5s, min = 32.5s, avg = 51.9s, dev = 12.8s //tensorflow/compiler/xla/client/lib:svd_test_cpu PASSED in 85.2s Stats over 10 runs: max = 85.2s, min = 6.5s, avg = 27.2s, dev = 28.9s //tensorflow/compiler/xla/client/lib:tridiagonal_test_cpu PASSED in 7.5s Stats over 10 runs: max = 7.5s, min = 6.5s, avg = 7.0s, dev = 0.3s //tensorflow/compiler/xla/service/cpu:cpu_runtime_test PASSED in 2.9s Stats over 10 runs: max = 2.9s, min = 0.9s, avg = 2.3s, dev = 0.7s //tensorflow/python:special_math_ops_test_cpu PASSED in 42.4s Stats over 10 runs: max = 42.4s, min = 6.3s, avg = 13.2s, dev = 10.1s //tensorflow/python/data/kernel_tests:rejection_resample_test PASSED in 12.9s Stats over 10 runs: max = 12.9s, min = 2.8s, avg = 8.5s, dev = 3.0s //tensorflow/python/distribute:input_lib_test_2gpu PASSED in 32.4s Stats over 10 runs: max = 32.4s, min = 21.3s, avg = 26.8s, dev = 3.7s //tensorflow/python/distribute:input_lib_test_cpu PASSED in 30.6s Stats over 10 runs: max = 30.6s, min = 22.3s, avg = 26.9s, dev = 2.9s //tensorflow/python/distribute:input_lib_type_spec_test_2gpu PASSED in 17.4s Stats over 10 runs: max = 17.4s, min = 4.2s, avg = 10.8s, dev = 4.4s //tensorflow/python/distribute:input_lib_type_spec_test_cpu PASSED in 16.7s Stats over 10 runs: max = 16.7s, min = 3.9s, avg = 10.2s, dev = 4.1s //tensorflow/python/framework:config_vgpu_test_2gpu PASSED in 6.3s Stats over 10 runs: max = 6.3s, min = 5.0s, avg = 5.6s, dev = 0.4s //tensorflow/python/framework:config_vgpu_test_cpu PASSED in 6.0s Stats over 10 runs: max = 6.0s, min = 2.8s, avg = 3.8s, dev = 1.3s //tensorflow/python/framework:function_test_cpu PASSED in 59.0s Stats over 10 runs: max = 59.0s, min = 3.7s, avg = 11.0s, dev = 16.3s //tensorflow/python/grappler:cluster_test_cpu PASSED in 6.9s Stats over 10 runs: max = 6.9s, min = 5.2s, avg = 6.3s, dev = 0.6s //tensorflow/python/kernel_tests/array_ops:array_ops_test_cpu PASSED in 13.3s Stats over 10 runs: max = 13.3s, min = 7.5s, avg = 10.4s, dev = 1.9s //tensorflow/python/kernel_tests/array_ops:inplace_ops_test_cpu PASSED in 6.7s Stats over 10 runs: max = 6.7s, min = 3.1s, avg = 5.3s, dev = 1.2s //tensorflow/python/kernel_tests/data_structures:tensor_array_ops_test_cpu PASSED in 9.8s Stats over 10 runs: max = 9.8s, min = 6.2s, avg = 7.7s, dev = 1.2s //tensorflow/python/kernel_tests/linalg:linear_operator_kronecker_test_cpu PASSED in 31.6s Stats over 10 runs: max = 31.6s, min = 28.4s, avg = 29.8s, dev = 1.2s //tensorflow/python/kernel_tests/linalg:linear_operator_low_rank_update_test_cpu PASSED in 72.7s Stats over 10 runs: max = 72.7s, min = 66.3s, avg = 70.6s, dev = 1.8s //tensorflow/python/kernel_tests/linalg:tridiagonal_matmul_op_test_cpu PASSED in 104.4s Stats over 10 runs: max = 104.4s, min = 2.7s, avg = 14.2s, dev = 30.1s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_ops_test_cpu PASSED in 26.1s Stats over 10 runs: max = 26.1s, min = 6.7s, avg = 16.4s, dev = 6.5s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_test_cpu PASSED in 26.5s Stats over 10 runs: max = 26.5s, min = 4.1s, avg = 12.9s, dev = 8.1s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_test_cpu PASSED in 23.2s Stats over 10 runs: max = 23.2s, min = 4.4s, avg = 9.8s, dev = 6.6s //tensorflow/python/kernel_tests/nn_ops:rnn_test_cpu PASSED in 10.1s Stats over 10 runs: max = 10.1s, min = 8.6s, avg = 9.4s, dev = 0.5s //tensorflow/python/kernel_tests/random:random_index_shuffle_test PASSED in 7.5s Stats over 10 runs: max = 7.5s, min = 5.0s, avg = 6.4s, dev = 0.7s //tensorflow/python/kernel_tests/random:stateless_random_ops_test_cpu PASSED in 93.9s Stats over 10 runs: max = 93.9s, min = 16.0s, avg = 53.1s, dev = 35.8s //tensorflow/python/ops/ragged:ragged_tensor_supported_values_test PASSED in 15.4s Stats over 10 runs: max = 15.4s, min = 13.5s, avg = 14.2s, dev = 0.6s //tensorflow/python/saved_model:load_test_cpu PASSED in 49.2s Stats over 10 runs: max = 49.2s, min = 26.9s, avg = 31.5s, dev = 6.2s //tensorflow/compiler/tests:fft_test_cpu PASSED in 18.5s Stats over 12 runs: max = 18.5s, min = 5.2s, avg = 11.2s, dev = 5.0s //tensorflow/compiler/xla/service:triangular_solve_expander_test PASSED in 8.6s Stats over 12 runs: max = 8.6s, min = 4.2s, avg = 6.0s, dev = 1.5s //tensorflow/python/data/experimental/kernel_tests:group_by_reducer_test PASSED in 17.7s Stats over 12 runs: max = 17.7s, min = 4.5s, avg = 10.1s, dev = 4.0s //tensorflow/python/data/kernel_tests:choose_from_datasets_test PASSED in 12.8s Stats over 12 runs: max = 12.8s, min = 6.2s, avg = 9.0s, dev = 2.1s //tensorflow/python/data/kernel_tests:memory_cleanup_test_cpu PASSED in 6.6s Stats over 12 runs: max = 6.6s, min = 3.0s, avg = 4.7s, dev = 1.2s //tensorflow/python/distribute:multi_process_runner_test_2gpu PASSED in 225.0s Stats over 12 runs: max = 225.0s, min = 12.2s, avg = 50.2s, dev = 58.6s //tensorflow/python/distribute:multi_process_runner_test_cpu PASSED in 222.9s Stats over 12 runs: max = 222.9s, min = 12.3s, avg = 50.1s, dev = 58.2s //tensorflow/compiler/tests:depthwise_conv_op_test_cpu FAILED in 12 out of 13 in 14.2s Stats over 13 runs: max = 14.2s, min = 4.5s, avg = 10.0s, dev = 3.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_3_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_3_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_3_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_4_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_4_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_4_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_2_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_2_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_2_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_5_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_5_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu/shard_5_of_5/test_attempts/attempt_2.log //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test FAILED in 12 out of 13 in 16.1s Stats over 13 runs: max = 16.1s, min = 5.1s, avg = 10.4s, dev = 3.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_3_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_3_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_3_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_4_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_4_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_4_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_5_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_5_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_5_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_2_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_2_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/depthwise_conv_op_test_cpu_mlir_bridge_test/shard_2_of_5/test_attempts/attempt_2.log //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu PASSED in 24.6s Stats over 15 runs: max = 24.6s, min = 12.6s, avg = 17.9s, dev = 3.6s //tensorflow/python/kernel_tests/linalg:linear_operator_circulant_test_cpu PASSED in 66.1s Stats over 15 runs: max = 66.1s, min = 58.3s, avg = 62.0s, dev = 2.2s //tensorflow/python/kernel_tests/nn_ops:rnn_cell_test_cpu PASSED in 48.2s Stats over 15 runs: max = 48.2s, min = 5.2s, avg = 12.1s, dev = 10.7s //tensorflow/python:image_ops_test_cpu PASSED in 16.3s Stats over 16 runs: max = 16.3s, min = 6.2s, avg = 10.8s, dev = 2.8s //tensorflow/python/data/experimental/kernel_tests/service:dynamic_sharding_test PASSED in 20.8s Stats over 16 runs: max = 20.8s, min = 8.9s, avg = 14.1s, dev = 3.1s //tensorflow/python/data/experimental/kernel_tests/service:worker_tags_test PASSED in 17.6s Stats over 16 runs: max = 17.6s, min = 2.9s, avg = 9.6s, dev = 4.4s //tensorflow/python/data/kernel_tests:snapshot_test PASSED in 24.2s Stats over 16 runs: max = 24.2s, min = 9.8s, avg = 15.6s, dev = 4.0s //tensorflow/python/kernel_tests/control_flow:control_flow_ops_py_test_cpu PASSED in 22.2s Stats over 16 runs: max = 22.2s, min = 4.2s, avg = 7.6s, dev = 4.1s //tensorflow/python/kernel_tests/linalg:matrix_exponential_op_test PASSED in 11.5s Stats over 16 runs: max = 11.5s, min = 4.0s, avg = 6.7s, dev = 1.7s //tensorflow/python/kernel_tests/signal:dct_ops_test_cpu PASSED in 11.3s Stats over 16 runs: max = 11.3s, min = 7.0s, avg = 9.7s, dev = 1.1s //tensorflow/python/ops/parallel_for:control_flow_ops_test_cpu PASSED in 62.4s Stats over 16 runs: max = 62.4s, min = 13.4s, avg = 20.8s, dev = 11.2s //tensorflow/python/data/kernel_tests:map_test PASSED in 26.3s Stats over 19 runs: max = 26.3s, min = 10.6s, avg = 17.8s, dev = 4.3s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu PASSED in 6.8s Stats over 20 runs: max = 6.8s, min = 2.8s, avg = 4.1s, dev = 1.2s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu_mlir_bridge_test PASSED in 6.6s Stats over 20 runs: max = 6.6s, min = 3.1s, avg = 3.9s, dev = 1.1s //tensorflow/compiler/tests:pooling_ops_test_cpu PASSED in 9.8s Stats over 20 runs: max = 9.8s, min = 2.7s, avg = 4.0s, dev = 1.7s //tensorflow/compiler/tests:pooling_ops_test_cpu_mlir_bridge_test PASSED in 11.2s Stats over 20 runs: max = 11.2s, min = 2.6s, avg = 4.3s, dev = 2.2s //tensorflow/compiler/xla/tests:dot_operation_single_threaded_runtime_test_cpu PASSED in 11.8s Stats over 20 runs: max = 11.8s, min = 8.8s, avg = 10.3s, dev = 0.7s //tensorflow/compiler/xla/tests:dot_operation_test_cpu PASSED in 11.8s Stats over 20 runs: max = 11.8s, min = 9.6s, avg = 10.6s, dev = 0.6s //tensorflow/compiler/xla/tests:reduce_window_test_cpu PASSED in 42.0s Stats over 20 runs: max = 42.0s, min = 6.6s, avg = 15.6s, dev = 10.8s //tensorflow/python/autograph/tests:loop_control_flow_test PASSED in 18.9s Stats over 20 runs: max = 18.9s, min = 10.2s, avg = 14.5s, dev = 2.3s //tensorflow/python/kernel_tests:metrics_test PASSED in 38.3s Stats over 20 runs: max = 38.3s, min = 5.5s, avg = 16.9s, dev = 8.5s //tensorflow/python/kernel_tests/array_ops:matrix_band_part_op_test_cpu PASSED in 6.5s Stats over 20 runs: max = 6.5s, min = 4.0s, avg = 5.5s, dev = 0.9s //tensorflow/python/kernel_tests/data_structures:barrier_ops_test PASSED in 14.2s Stats over 20 runs: max = 14.2s, min = 3.0s, avg = 5.8s, dev = 3.0s //tensorflow/python/kernel_tests/linalg:eig_op_test PASSED in 33.4s Stats over 20 runs: max = 33.4s, min = 2.9s, avg = 11.2s, dev = 10.1s //tensorflow/python/kernel_tests/linalg:linalg_grad_test_cpu PASSED in 97.8s Stats over 20 runs: max = 97.8s, min = 30.6s, avg = 56.5s, dev = 20.7s //tensorflow/python/kernel_tests/linalg:norm_op_test_cpu PASSED in 7.0s Stats over 20 runs: max = 7.0s, min = 3.2s, avg = 5.4s, dev = 1.3s //tensorflow/python/kernel_tests/linalg:normalize_op_test_cpu PASSED in 15.4s Stats over 20 runs: max = 15.4s, min = 5.0s, avg = 9.8s, dev = 3.1s //tensorflow/python/kernel_tests/linalg:qr_op_test_cpu PASSED in 126.2s Stats over 20 runs: max = 126.2s, min = 29.8s, avg = 81.1s, dev = 31.3s //tensorflow/python/kernel_tests/linalg:self_adjoint_eig_op_test_cpu PASSED in 20.1s Stats over 20 runs: max = 20.1s, min = 3.7s, avg = 8.9s, dev = 5.1s //tensorflow/python/kernel_tests/math_ops:batch_matmul_op_test_cpu PASSED in 38.7s Stats over 20 runs: max = 38.7s, min = 25.1s, avg = 30.9s, dev = 4.4s //tensorflow/python/kernel_tests/math_ops:matmul_op_test_cpu PASSED in 20.7s Stats over 20 runs: max = 20.7s, min = 15.7s, avg = 18.0s, dev = 1.3s //tensorflow/python/kernel_tests/math_ops:tensordot_op_test_cpu PASSED in 61.4s Stats over 20 runs: max = 61.4s, min = 5.6s, avg = 25.4s, dev = 18.3s //tensorflow/python/kernel_tests/nn_ops:embedding_ops_test_cpu PASSED in 27.0s Stats over 20 runs: max = 27.0s, min = 2.9s, avg = 7.3s, dev = 5.4s //tensorflow/compiler/tests:conv2d_test_cpu FAILED in 18 out of 22 in 7.2s Stats over 22 runs: max = 7.2s, min = 3.3s, avg = 4.3s, dev = 1.2s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_2_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_2_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_2_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_1_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_1_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_1_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_10_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_10_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_10_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_9_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_9_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_9_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_7_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_7_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_7_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_8_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_8_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu/shard_8_of_10/test_attempts/attempt_2.log //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test FAILED in 18 out of 22 in 7.3s Stats over 22 runs: max = 7.3s, min = 4.0s, avg = 5.4s, dev = 1.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_8_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_8_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_8_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_9_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_9_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_9_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_10_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_10_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_10_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_7_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_7_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_7_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_2_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_2_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_2_of_10/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_1_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_1_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/tests/conv2d_test_cpu_mlir_bridge_test/shard_1_of_10/test_attempts/attempt_2.log //tensorflow/compiler/xla/tests:convolution_dimension_numbers_test_cpu FAILED in 3 out of 22 in 7.1s Stats over 22 runs: max = 7.1s, min = 5.9s, avg = 6.5s, dev = 0.3s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_dimension_numbers_test_cpu/shard_4_of_20/test_attempts/attempt_2.log //tensorflow/python/data/experimental/kernel_tests/service:local_workers_test PASSED in 16.4s Stats over 24 runs: max = 16.4s, min = 5.3s, avg = 11.5s, dev = 2.9s //tensorflow/python/data/kernel_tests:interleave_test PASSED in 19.6s Stats over 24 runs: max = 19.6s, min = 6.7s, avg = 12.5s, dev = 4.0s //tensorflow/python/data/kernel_tests:sample_from_datasets_test PASSED in 20.6s Stats over 24 runs: max = 20.6s, min = 3.2s, avg = 8.3s, dev = 4.7s //tensorflow/compiler/xla/tests:array_elementwise_ops_test_cpu PASSED in 8.1s Stats over 25 runs: max = 8.1s, min = 6.3s, avg = 7.0s, dev = 0.4s //tensorflow/compiler/xla/tests:select_and_scatter_test_cpu PASSED in 34.8s Stats over 25 runs: max = 34.8s, min = 6.4s, avg = 11.1s, dev = 7.3s //tensorflow/dtensor/python/tests:spmd_test_cpu PASSED in 26.8s Stats over 25 runs: max = 26.8s, min = 18.0s, avg = 22.4s, dev = 2.6s //tensorflow/compiler/xla/tests:iota_test_cpu PASSED in 14.9s Stats over 30 runs: max = 14.9s, min = 12.1s, avg = 13.0s, dev = 0.7s //tensorflow/compiler/xla/tests:params_test_cpu PASSED in 8.6s Stats over 30 runs: max = 8.6s, min = 6.9s, avg = 7.5s, dev = 0.4s //tensorflow/compiler/xla/tests:reshape_test_cpu PASSED in 9.0s Stats over 30 runs: max = 9.0s, min = 6.4s, avg = 7.5s, dev = 0.8s //tensorflow/python/kernel_tests/nn_ops:conv_ops_3d_test_cpu PASSED in 27.2s Stats over 30 runs: max = 27.2s, min = 3.1s, avg = 10.9s, dev = 6.6s //tensorflow/compiler/xla/tests:reduce_test_cpu PASSED in 7.6s Stats over 31 runs: max = 7.6s, min = 6.5s, avg = 7.0s, dev = 0.3s //tensorflow/compiler/xla/tests:scalar_computations_test_cpu PASSED in 9.9s Stats over 32 runs: max = 9.9s, min = 6.8s, avg = 7.7s, dev = 0.7s //tensorflow/python/data/experimental/kernel_tests/service:auto_shard_test PASSED in 16.9s Stats over 32 runs: max = 16.9s, min = 3.3s, avg = 10.5s, dev = 3.4s //tensorflow/python/data/experimental/kernel_tests/service:data_service_ops_test PASSED in 24.0s Stats over 32 runs: max = 24.0s, min = 7.4s, avg = 14.3s, dev = 4.7s //tensorflow/compiler/xla/tests:batch_normalization_test_cpu PASSED in 9.9s Stats over 40 runs: max = 9.9s, min = 7.9s, avg = 9.1s, dev = 0.5s //tensorflow/compiler/xla/tests:bfloat16_test_cpu PASSED in 8.3s Stats over 40 runs: max = 8.3s, min = 6.3s, avg = 7.0s, dev = 0.5s //tensorflow/compiler/xla/tests:slice_test_cpu PASSED in 13.4s Stats over 40 runs: max = 13.4s, min = 7.1s, avg = 9.0s, dev = 1.1s //tensorflow/compiler/xla/tests:convolution_variants_test_cpu FAILED in 15 out of 40 in 7.7s Stats over 40 runs: max = 7.7s, min = 6.3s, avg = 7.1s, dev = 0.3s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_10_of_30/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_9_of_30/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_29_of_30/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_13_of_30/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_variants_test_cpu/shard_28_of_30/test_attempts/attempt_2.log //tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_test PASSED in 103.8s Stats over 50 runs: max = 103.8s, min = 17.9s, avg = 42.3s, dev = 30.1s //tensorflow/compiler/tests:sort_ops_test_cpu PASSED in 36.7s Stats over 50 runs: max = 36.7s, min = 2.6s, avg = 9.7s, dev = 7.5s //tensorflow/compiler/tests:sort_ops_test_cpu_mlir_bridge_test PASSED in 40.1s Stats over 50 runs: max = 40.1s, min = 2.8s, avg = 10.1s, dev = 8.2s //tensorflow/compiler/xla/tests:conv_depthwise_test_cpu PASSED in 9.8s Stats over 50 runs: max = 9.8s, min = 7.1s, avg = 8.4s, dev = 0.6s //tensorflow/compiler/xla/tests:convolution_test_1d_no_vmodule_cpu PASSED in 10.8s Stats over 50 runs: max = 10.8s, min = 9.2s, avg = 10.1s, dev = 0.4s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_dense_mat_mul_grad_test_cpu PASSED in 12.9s Stats over 50 runs: max = 12.9s, min = 4.1s, avg = 7.5s, dev = 2.4s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_grad_test_cpu PASSED in 7.7s Stats over 50 runs: max = 7.7s, min = 3.1s, avg = 4.3s, dev = 1.2s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_sparse_mat_mul_grad_test_cpu PASSED in 6.3s Stats over 50 runs: max = 6.3s, min = 2.9s, avg = 3.8s, dev = 0.8s //tensorflow/python/kernel_tests/math_ops:cwise_ops_binary_test_cpu PASSED in 32.3s Stats over 50 runs: max = 32.3s, min = 7.1s, avg = 15.1s, dev = 6.2s //tensorflow/python/kernel_tests/math_ops:cwise_ops_test_cpu PASSED in 9.0s Stats over 50 runs: max = 9.0s, min = 2.7s, avg = 3.6s, dev = 1.0s //tensorflow/python/kernel_tests/math_ops:cwise_ops_unary_test_cpu PASSED in 11.9s Stats over 50 runs: max = 11.9s, min = 2.9s, avg = 4.4s, dev = 2.2s //tensorflow/compiler/xla/tests:convolution_test_cpu FAILED in 15 out of 60 in 16.4s Stats over 60 runs: max = 16.4s, min = 8.5s, avg = 11.0s, dev = 1.5s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_2_of_50/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_3_of_50/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_21_of_50/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_22_of_50/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/convolution_test_cpu/shard_35_of_50/test_attempts/attempt_2.log //tensorflow/compiler/xla/tests:conv_depthwise_backprop_filter_test_cpu FAILED in 108 out of 112 in 11.2s Stats over 112 runs: max = 11.2s, min = 7.2s, avg = 9.1s, dev = 1.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_3_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_2_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_4_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_1_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_8_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_6_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_5_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_7_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_9_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_10_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_12_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_11_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_15_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_13_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_18_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_14_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_16_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_17_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_19_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_37_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_20_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_21_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_23_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_22_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_24_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_25_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_34_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_35_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_30_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_31_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_36_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_33_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_38_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_32_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_39_of_40/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/compiler/xla/tests/conv_depthwise_backprop_filter_test_cpu/shard_40_of_40/test_attempts/attempt_2.log Executed 3545 out of 3547 tests: 3529 tests pass, 2 fail to build and 16 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.