Skip to content

Commit 30d4397

Browse files
committed
Naming
1 parent 6ed2fee commit 30d4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/AMDGPUToROCDL/wmma-gfx1250.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func.func @wmma_k128(%arg0 : vector<64xf8E4M3FN>, %arg1 : vector<64xf8E5M2>,
9191

9292
// -----
9393

94-
func.func @wmma_to_rocdl(%arg0 : vector<8xf16>, %arg1 : vector<8xf32>) {
94+
func.func @wmma_unsupported_k(%arg0 : vector<8xf16>, %arg1 : vector<8xf32>) {
9595
// expected-error@below {{'amdgpu.wmma' op no intrinsic matching WMMA on the given chipset}}
9696
// expected-error@below {{failed to legalize operation 'amdgpu.wmma'}}
9797
amdgpu.wmma 16x16x16 %arg0 * %arg0 + %arg1 : vector<8xf16>, vector<8xf16>, vector<8xf32>

0 commit comments

Comments
 (0)