Skip to content

Commit 493f991

Browse files
authored
[TEST] Add a test case to ensure that no errors occur when enabling pipelining for small tensors (#4798)
1 parent 185ad59 commit 493f991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/test/unit/language/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4930,6 +4930,7 @@ def kernel(Out):
49304930

49314931
intermediate_layouts = [
49324932
None,
4933+
SharedLayout(1, 1, 1, [0, 1], [1, 1], [1, 1], [0, 1]),
49334934
SharedLayout(1, 1, 1, [1, 0], [1, 1], [1, 1], [0, 1]),
49344935
SharedLayout(4, 2, 4, [1, 0], [1, 1], [1, 1], [0, 1]),
49354936
SharedLayout(2, 2, 4, [1, 0], [1, 1], [1, 1], [0, 1]),

0 commit comments

Comments
 (0)