blob: d9fac6ad1bc8492e9c9d1d2ffb7eec7ebeae92f2 [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
var<workgroup> arg_0 : array<u32, 1024>;
fn subgroupMatrixStore_ca6fe7() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_left<u8, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_ca6fe7();
}