Skip to content

Commit 24351e5

Browse files
Reduce test_print_wgmma_tiled_layout shape size.
PiperOrigin-RevId: 835230765
1 parent 3a9b471 commit 24351e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pallas/mosaic_gpu_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def kernel(x_ref, o_ref):
12031203
self.assertEqual(output(), "It works!\n")
12041204

12051205
def test_print_wgmma_tiled_layout(self):
1206-
shape = (128, 64)
1206+
shape = (64, 64)
12071207
size = math.prod(shape)
12081208

12091209
@functools.partial(

0 commit comments

Comments
 (0)