Skip to content

Commit 3a07c3e

Browse files
authored
Sync test/TritonGPU/dot-operands.mlir with upstream (#2941)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 74db036 commit 3a07c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TritonGPU/dot-operands.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ module attributes {"ttg.target" = "cuda:90", "ttg.num-ctas" = 1 : i32, "ttg.num-
288288
#blocked = #ttg.blocked<{sizePerThread = [16, 1], threadsPerWarp = [32, 1], warpsPerCTA = [4, 1], order = [1, 0]}>
289289
#blocked1 = #ttg.blocked<{sizePerThread = [1, 16], threadsPerWarp = [1, 32], warpsPerCTA = [1, 4], order = [0, 1]}>
290290
#mma = #ttg.nvidia_mma<{versionMajor = 2, versionMinor = 0, warpsPerCTA = [4, 1], instrShape = [16, 8]}>
291+
#smem = #ttg.shared_memory
291292
module attributes {"ttg.target" = "cuda:90", "ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 4 : i32, "ttg.threads-per-warp" = 32 : i32} {
292293
// CHECK-LABEL: mmav2_reorder_transpose
293294
// CHECK: ttg.local_alloc

0 commit comments

Comments
 (0)