| SKIP: FAILED |
| |
| SB_RO = struct @align(4) { |
| arg_0:array<u32, 1024> @offset(0) |
| } |
| |
| $B1: { # root |
| %prevent_dce:ptr<storage, array<u32, 1024>, read_write> = var undef @binding_point(0, 0) |
| %sb_ro:ptr<storage, SB_RO, read> = var undef @binding_point(0, 1) |
| } |
| |
| %subgroupMatrixLoad_bbc2f9 = func():subgroup_matrix_result<u8, 8, 8> { |
| $B2: { |
| %arg_1:ptr<function, u32, read_write> = var 1u |
| %arg_3:ptr<function, u32, read_write> = var 8u |
| %6:ptr<storage, array<u32, 1024>, read> = access %sb_ro, 0u |
| %7:u32 = load %arg_1 |
| %8:u32 = load %arg_3 |
| %9:subgroup_matrix_result<u8, 8, 8> = subgroupMatrixLoad<subgroup_matrix_result<u8, 8, 8>> %6, %7, true, %8 |
| %res:ptr<function, subgroup_matrix_result<u8, 8, 8>, read_write> = var %9 |
| %11:subgroup_matrix_result<u8, 8, 8> = load %res |
| ret %11 |
| } |
| } |
| %compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void { |
| $B3: { |
| %13:subgroup_matrix_result<u8, 8, 8> = call %subgroupMatrixLoad_bbc2f9 |
| %14:void = subgroupMatrixStore %prevent_dce, 0u, %13, false, 64u |
| ret |
| } |
| } |
| Failed to generate: non-float subgroup matrices are not supported by the MSL backend |
| |
| tint executable returned error: exit status 1 |