blob: b88528d39851aae68020d8f608d6fc6b0758872f [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
enable f16;
struct SB_RW {
arg_0 : array<f16, 1024>,
}
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixStore_22077b() {
subgroupMatrixStore(&(sb_rw.arg_0), 1u, subgroup_matrix_result<f16, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_22077b();
}