Skip to content

Commit

Permalink
rm skip div test config (DeepLink-org#675)
Browse files Browse the repository at this point in the history
910B support div
  • Loading branch information
hellozmz authored Dec 5, 2023
1 parent 98a209a commit 99d03f5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions impl/ascend/device_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 99d03f5

Please sign in to comment.