| enable chromium_experimental_subgroup_matrix; | |
| var<workgroup> arg_0 : array<f32, 64>; | |
| fn subgroupMatrixStore_dc92cf() { | |
| subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_left<f32, 8, 8>(), true, 1u); | |
| } | |
| @compute @workgroup_size(1) | |
| fn compute_main() { | |
| subgroupMatrixStore_dc92cf(); | |
| } |