| SKIP: FAILED |
| |
| $B1: { # root |
| %arg_0:ptr<workgroup, array<i32, 1024>, read_write> = var undef |
| } |
| |
| %subgroupMatrixStore_8a7d22 = func():void { |
| $B2: { |
| %arg_1:ptr<function, u32, read_write> = var 1u |
| %4:subgroup_matrix_right<i8, 8, 8> = construct |
| %arg_2:ptr<function, subgroup_matrix_right<i8, 8, 8>, read_write> = var %4 |
| %arg_4:ptr<function, u32, read_write> = var 8u |
| %7:u32 = load %arg_1 |
| %8:subgroup_matrix_right<i8, 8, 8> = load %arg_2 |
| %9:u32 = load %arg_4 |
| %10:void = subgroupMatrixStore %arg_0, %7, %8, true, %9 |
| ret |
| } |
| } |
| %compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void { |
| $B3: { |
| %12:void = call %subgroupMatrixStore_8a7d22 |
| ret |
| } |
| } |
| Failed to generate: non-float subgroup matrices are not supported by the MSL backend |
| |
| tint executable returned error: exit status 1 |