Skip to content

Commit 4453db6

Browse files
committed
tests: Re-enable zero-size shapes in elementwise unary opinfo
1 parent b3a94d1 commit 4453db6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

thunder/tests/opinfos.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,8 @@ def elementwise_unary_generator(
436436
)
437437

438438
shapes = (
439-
# TODO: restore size zero cases
440-
# (0, 2, 1),
441-
# (5, 0, 3),
439+
(0, 2, 1),
440+
(5, 0, 3),
442441
(),
443442
(11,),
444443
(4, 4),

0 commit comments

Comments
 (0)