blob: 47cf00d30b2ec29cae8448775ec4fd5f6b87bb3b [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
@group(0) @binding(0) var<storage, read_write> prevent_dce : array<i32, 1024>;
var<workgroup> arg_0 : array<i32, 1024>;
fn subgroupMatrixLoad_df0754() -> subgroup_matrix_left<i8, 8, 8> {
var res : subgroup_matrix_left<i8, 8, 8> = subgroupMatrixLoad<subgroup_matrix_left<i8, 8, 8>>(&(arg_0), 1u, true, 8u);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore(&(prevent_dce), 0, subgroupMatrixLoad_df0754(), false, 64);
}