Skip to content

Commit

Permalink
【AMP OP&Test】update bfp16 & fp16 unit test for concat op. (#52357)
Browse files Browse the repository at this point in the history
* update bfp16 & fp16 test.

* update.

---------

Co-authored-by: Roc <lrslj@live.com>
  • Loading branch information
wuhuachaocoding and sljlp authored Mar 31, 2023
1 parent 8372329 commit 496bbea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/paddle/fluid/tests/unittests/test_concat_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,13 @@ def get_dtype(self):
globals()[cls_name] = TestConcatBf16


# add all unit test maybe timeout.
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):
Expand Down

0 comments on commit 496bbea

Please sign in to comment.