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