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 6ed2fee commit 30d4397Copy full SHA for 30d4397
mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx1250.mlir
@@ -91,7 +91,7 @@ func.func @wmma_k128(%arg0 : vector<64xf8E4M3FN>, %arg1 : vector<64xf8E5M2>,
91
92
// -----
93
94
-func.func @wmma_to_rocdl(%arg0 : vector<8xf16>, %arg1 : vector<8xf32>) {
+func.func @wmma_unsupported_k(%arg0 : vector<8xf16>, %arg1 : vector<8xf32>) {
95
// expected-error@below {{'amdgpu.wmma' op no intrinsic matching WMMA on the given chipset}}
96
// expected-error@below {{failed to legalize operation 'amdgpu.wmma'}}
97
amdgpu.wmma 16x16x16 %arg0 * %arg0 + %arg1 : vector<8xf16>, vector<8xf16>, vector<8xf32>
0 commit comments