Skip to content

Commit

Permalink
[TOPI] disable test_shift with i8 datatype (apache#7597)
Browse files Browse the repository at this point in the history
apache#7539

Co-authored-by: guoweijun <guoweijun@baidu.com>
  • Loading branch information
2 people authored and Trevor Morris committed May 6, 2021
1 parent 58b69c6 commit c81c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/topi/python/test_topi_broadcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_shift():
)

verify_broadcast_binary_ele(
(1, 2, 2), (2,), topi.left_shift, np.left_shift, dtype="int8", rhs_min=0, rhs_max=32
(1, 2, 2), (2,), topi.left_shift, np.left_shift, dtype="int32", rhs_min=0, rhs_max=32
)


Expand Down

0 comments on commit c81c68e

Please sign in to comment.