From 601b21cc329a5e4aa349c782cbfd4f03b18803d2 Mon Sep 17 00:00:00 2001 From: niuliling123 Date: Mon, 25 Sep 2023 21:25:59 +0800 Subject: [PATCH] update --- test/legacy_test/test_elementwise_sub_op.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/legacy_test/test_elementwise_sub_op.py b/test/legacy_test/test_elementwise_sub_op.py index 62eac08f82a9ff..312cef15bf5ae7 100644 --- a/test/legacy_test/test_elementwise_sub_op.py +++ b/test/legacy_test/test_elementwise_sub_op.py @@ -106,6 +106,7 @@ def test_float16_add(self): return self._split_compute("float16") + @unittest.skipIf( not core.is_compiled_with_cuda() or not core.is_bfloat16_supported(core.CUDAPlace(0)),