Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2e87dfa

Browse files
author
Fan
committed
Disable float16 test
1 parent c130cc9 commit 2e87dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/unittest/test_numpy_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3503,7 +3503,7 @@ def dbg(name, data):
35033503
# ('abiz,abjz->abij', [(64, 8, 128, 512), (64, 8, 128, 512)], lambda *args: (_np.matmul(_np.ones((64, 8, 128, 128)), args[1]),
35043504
# _np.matmul(_np.ones((64, 8, 128, 128)), args[0]))),
35053505
]
3506-
dtypes = ['float16', 'float32', 'float64', 'int32']
3506+
dtypes = ['float32', 'float64', 'int32']
35073507
acc_type = {'float16': 'float32', 'float32': 'float64', 'float64': 'float64',
35083508
'int32': 'int64'}
35093509
for hybridize in [False, True]:

0 commit comments

Comments
 (0)