| SKIP: FAILED |
| |
| $B1: { # root |
| %prevent_dce:ptr<storage, array<u32, 1024>, read_write> = var undef @binding_point(0, 0) |
| } |
| |
| %subgroupMatrixScalarAdd_c0ca8a = func():subgroup_matrix_right<u8, 8, 8> { |
| $B2: { |
| %3:subgroup_matrix_right<u8, 8, 8> = construct |
| %arg_0:ptr<function, subgroup_matrix_right<u8, 8, 8>, read_write> = var %3 |
| %arg_1:ptr<function, u32, read_write> = var 8u |
| %6:subgroup_matrix_right<u8, 8, 8> = load %arg_0 |
| %7:u32 = load %arg_1 |
| %8:subgroup_matrix_right<u8, 8, 8> = subgroupMatrixScalarAdd %6, %7 |
| %res:ptr<function, subgroup_matrix_right<u8, 8, 8>, read_write> = var %8 |
| %10:subgroup_matrix_right<u8, 8, 8> = load %res |
| ret %10 |
| } |
| } |
| %compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void { |
| $B3: { |
| %12:subgroup_matrix_right<u8, 8, 8> = call %subgroupMatrixScalarAdd_c0ca8a |
| %13:void = subgroupMatrixStore %prevent_dce, 0u, %12, false, 64u |
| ret |
| } |
| } |
| Failed to generate: non-float subgroup matrices are not supported by the MSL backend |
| |
| tint executable returned error: exit status 1 |