Skip to content

Commit 620c591

Browse files
authored
[AMD][NFC] Group scheduling functions in StreamPipeliner (#7607)
NFC: Groups all scheduling related function to a namespace to prepare for additional scheduling variants.
1 parent 16b25e1 commit 620c591

File tree

2 files changed

+228
-227
lines changed

2 files changed

+228
-227
lines changed

test/TritonGPU/loop-pipeline-hip.mlir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ module attributes {"ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 4 : i32, ttg.targ
481481
// -----
482482

483483
// Check that we can pipeline a simple matmul kernel
484-
// Note: Currently AsyncCopy is only used for the second operand because we do not support (actual) swizzled shared encodings
485484

486485
// COMMON-LABEL: simple_matmul_kernel
487486

0 commit comments

Comments
 (0)