blob: 5b183aceda076e4a9ada285ad3f9c00bc94b19da [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
enable f16;
var<workgroup> arg_0 : array<f16, 1024>;
fn subgroupMatrixStore_0413f0() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_right<f16, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_0413f0();
}