Skip to content

Commit d6b921e

Browse files
authored
Revert "[intel] temporarily update AMD lit tests" (#5123)
This reverts commit c61601d. Solves #5027
1 parent 902ee15 commit d6b921e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Conversion/amd/mfma-shortcut.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ module attributes {"ttg.num-warps" = 4 : i32, "ttg.threads-per-warp" = 64 : i32}
103103
// GFX950-LABEL: mfma_dotop_permlane_swap
104104
tt.func public @mfma_dotop_permlane_swap(%arg0: tensor<128x16xf16, #mma1>) {
105105
// GFX950-NOT: load
106+
// GFX950-COUNT-2: llvm.call_intrinsic "llvm.amdgcn.permlane16.swap"
106107
%1 = ttg.convert_layout %arg0: tensor<128x16xf16, #mma1> -> tensor<128x16xf16, #ttg.dot_op<{opIdx = 0, parent = #mma, kWidth = 8}>>
107108
tt.return
108109
}

0 commit comments

Comments
 (0)