blob: 582c620e69ff318de512d8f9eb83d67adfedf645 [file] [log] [blame]
enable chromium_experimental_subgroup_matrix;
struct SB_RW {
arg_0 : array<i32, 1024>,
}
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixStore_47cd26() {
subgroupMatrixStore(&(sb_rw.arg_0), 1u, subgroup_matrix_left<i32, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_47cd26();
}