blob: 7df744c93cd036b5c5846d87db650416f7737bb7 [file] [log] [blame]
SKIP: INVALID
enable chromium_experimental_subgroup_matrix;
struct SB_RW {
arg_0 : array<i32, 64>,
}
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixStore_9019ee() {
subgroupMatrixStore(&(sb_rw.arg_0), 1u, subgroup_matrix_left<i32, 8, 8>(), true, 1u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_9019ee();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMatrixStore/9019ee.wgsl:49:3 error: no matching call to 'subgroupMatrixStore(array<i32, 64>, u32, subgroup_matrix_left<i32, 8, 8>, bool, u32)'
1 candidate function:
'subgroupMatrixStore(ptr<workgroup' or 'storage, array<S, AC>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✓ , bool ✓ , u32 ✓ )' where:
'S' is 'f32', 'i32', 'u32' or 'f16'
subgroupMatrixStore(&sb_rw.arg_0, 1u, subgroup_matrix_left<i32, 8, 8>(), true, 1u);
^^^^^^^^^^^^^^^^^^^
tint executable returned error: exit status 1