blob: 5ed94207f1c5b7c342003d9d59e70c5d022c7b0a [file] [log] [blame]
SKIP: INVALID
enable chromium_experimental_subgroup_matrix;
enable f16;
struct SB_RW {
arg_0 : array<f16, 64>,
}
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixStore_1466ba() {
var arg_1 = 1u;
var arg_2 = subgroup_matrix_result<f16, 8, 8>();
const arg_3 = true;
var arg_4 = 1u;
subgroupMatrixStore(&(sb_rw.arg_0), arg_1, arg_2, arg_3, arg_4);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_1466ba();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMatrixStore/1466ba.wgsl:55:3 error: no matching call to 'subgroupMatrixStore(array<f16, 64>, u32, subgroup_matrix_result<f16, 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, arg_1, arg_2, arg_3, arg_4);
^^^^^^^^^^^^^^^^^^^
tint executable returned error: exit status 1