From 99d03f5efb4b1a1f77857ffef905cd90e0c553ba Mon Sep 17 00:00:00 2001 From: hellozmz <407190054@qq.com> Date: Tue, 5 Dec 2023 17:07:37 +0800 Subject: [PATCH] rm skip div test config (#675) 910B support div --- impl/ascend/device_configs.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/impl/ascend/device_configs.py b/impl/ascend/device_configs.py index 62421db4d..cc7c87830 100755 --- a/impl/ascend/device_configs.py +++ b/impl/ascend/device_configs.py @@ -683,22 +683,6 @@ ), ), - 'pointwise_binary_diff_dtype_without_bool': dict( - name=['div'], - tensor_para=dict( - args=[ - { - "ins": ['input'], - "dtype": [Skip(np.float16)], - }, - { - "ins": ['other'], - "dtype": [Skip(np.float16)], - }, - ] - ), - ), - 'bitwise_op': dict( name=['bitwise_and', 'bitwise_or'], tensor_para=dict(