blob: 7cdf8f096a1ce105bb5e2de4626bcf588f97727a [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
var<workgroup> arg_0 : array<f32, 64>;
fn subgroupMatrixStore_49b25b() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_right<f32, 8, 8>(), true, 1u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_49b25b();
}