blob: 7611c260de4d3a2c3190433c35d5f91dfb166c9c [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
enable f16;
var<workgroup> arg_0 : array<f16, 64>;
fn subgroupMatrixStore_ee1195() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_left<f16, 8, 8>(), true, 1u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_ee1195();
}