We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf204 commit c61601dCopy full SHA for c61601d
test/Conversion/amd/mfma-shortcut.mlir
@@ -70,7 +70,6 @@ module attributes {"ttg.num-warps" = 4 : i32, "ttg.threads-per-warp" = 64 : i32}
70
// GFX950-LABEL: mfma_dotop_permlane_swap
71
tt.func public @mfma_dotop_permlane_swap(%arg0: tensor<128x16xf16, #mma1>) {
72
// GFX950-NOT: load
73
- // GFX950-COUNT-2: llvm.call_intrinsic "llvm.amdgcn.permlane16.swap"
74
%1 = ttg.convert_layout %arg0: tensor<128x16xf16, #mma1> -> tensor<128x16xf16, #ttg.dot_op<{opIdx = 0, parent = #mma, kWidth = 8}>>
75
tt.return
76
}
0 commit comments