Skip to content

Commit 13725c1

Browse files
[TEST] Test DpasLayout in test_local_load_store_mma (#3047)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent c280ea5 commit 13725c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/test/unit/language/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5595,6 +5595,8 @@ def test_local_load_store(M, N, K, dist_layout, shared_layout, device, tmp_path:
55955595
MmaLayout((3, 0), [4, 2], [1, 1], [1, 1], [0, 1], [16, 128, 16]), # multiple warps on the row
55965596
MmaLayout((3, 0), [4, 2], [1, 1], [1, 1], [0, 1], [16, 64, 16]), # small instrN
55975597
MmaLayout((3, 0), [8, 4], [1, 1], [1, 1], [0, 1], [16, 64, 16]), # large number of warps
5598+
DpasLayout(repeatCount=8, systolic_depth=8, execution_size=8, ops_per_chan=1, threads_per_warp=32,
5599+
warps_per_cta=[4, 1], rep_cluster=[1, 1]),
55985600
]
55995601

56005602
shared_layouts = [

0 commit comments

Comments
 (0)