未验证 提交 496bbeab 编写于 作者: W wuhuachaocoding 提交者: GitHub

【AMP OP&Test】update bfp16 & fp16 unit test for concat op. (#52357)

* update bfp16 & fp16 test.

* update.

---------
Co-authored-by: NRoc <lrslj@live.com>
上级 8372329b
...@@ -296,7 +296,13 @@ def create_test_bf16(parent): ...@@ -296,7 +296,13 @@ def create_test_bf16(parent):
globals()[cls_name] = TestConcatBf16 globals()[cls_name] = TestConcatBf16
# add all unit test maybe timeout.
create_test_bf16(TestConcatOp) create_test_bf16(TestConcatOp)
create_test_bf16(TestConcatOp2)
# create_test_bf16(TestConcatOp3)
create_test_bf16(TestConcatOp4)
# create_test_bf16(TestConcatOp5)
# create_test_bf16(TestConcatOp6)
class TestConcatOpError(unittest.TestCase): class TestConcatOpError(unittest.TestCase):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册