blob: 3b6e2bb5341fed15f2b93fb972ecdde5240512d1 [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
@group(0) @binding(0) var<storage, read_write> prevent_dce : array<u32, 1024>;
struct SB_RW {
arg_0 : array<u32>,
}
@group(0) @binding(1) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixLoad_5155ed() -> subgroup_matrix_left<u32, 8, 8> {
var res : subgroup_matrix_left<u32, 8, 8> = subgroupMatrixLoad<subgroup_matrix_left<u32, 8, 8>>(&(sb_rw.arg_0), 1u, true, 1u);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore(&(prevent_dce), 0, subgroupMatrixLoad_5155ed(), false, 64);
}