blob: 260d54e40b7e4a75051fb702fd61cb280f8be581 [file]
SKIP: FAILED
SB_RW = 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_rw:ptr<storage, SB_RW, read_write> = var undef @binding_point(0, 1)
}
%subgroupMatrixLoad_18e137 = func():subgroup_matrix_result<u32, 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_write> = access %sb_rw, 0u
%7:u32 = load %arg_1
%8:u32 = load %arg_3
%9:subgroup_matrix_result<u32, 8, 8> = subgroupMatrixLoad<subgroup_matrix_result<u32, 8, 8>> %6, %7, true, %8
%res:ptr<function, subgroup_matrix_result<u32, 8, 8>, read_write> = var %9
%11:subgroup_matrix_result<u32, 8, 8> = load %res
ret %11
}
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
$B3: {
%13:subgroup_matrix_result<u32, 8, 8> = call %subgroupMatrixLoad_18e137
%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