blob: 36e6725d2330a979cace1c509cd6d71d13d6fb84 [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
var<workgroup> arg_0 : array<i32, 1024>;
fn subgroupMatrixStore_443b6c() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_right<i8, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_443b6c();
}