blob: 54ddb99737a9ce8aa482e1bd462a326fdc34fc5c [file] [log] [blame]
SKIP: FAILED
enable chromium_experimental_subgroup_matrix;
enable f16;
struct SB_RW {
arg_0 : array<f16, 1024>,
}
@group(0) @binding(0) var<storage, read_write> sb_rw : SB_RW;
fn subgroupMatrixStore_fb7663() {
subgroupMatrixStore(&(sb_rw.arg_0), 1u, subgroup_matrix_left<f16, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_fb7663();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMatrixStore/fb7663.wgsl:51:3 error: no matching call to 'subgroupMatrixStore(array<f16, 1024>, u32, subgroup_matrix_left<f16, 8, 8>, bool, u32)'
6 candidate functions:
'subgroupMatrixStore(ptr<storage, array<S>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✓ , bool ✓ , u32 ✓ )' where:
'S' is 'f32', 'i32', 'u32' or 'f16'
'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(ptr<storage, array<i32>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✗ , bool ✓ , u32 ✓ )' where:
'S' is 'i8'
'subgroupMatrixStore(ptr<storage, array<u32>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✗ , bool ✓ , u32 ✓ )' where:
'S' is 'u8'
'subgroupMatrixStore(ptr<workgroup' or 'storage, array<i32, AC>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✗ , bool ✓ , u32 ✓ )' where:
'S' is 'i8'
'subgroupMatrixStore(ptr<workgroup' or 'storage, array<u32, AC>, write' or 'read_write> ✗ , u32 ✓ , subgroup_matrix<K, S, C, R> ✗ , bool ✓ , u32 ✓ )' where:
'S' is 'u8'
subgroupMatrixStore(&sb_rw.arg_0, 1u, subgroup_matrix_left<f16, 8, 8>(), true, 8u);
^^^^^^^^^^^^^^^^^^^
tint executable returned error: exit status 1