blob: debb0471245b537588e3475e705077b18cf64548 [file] [log] [blame]
SKIP: INVALID
enable chromium_experimental_subgroup_matrix;
var<workgroup> arg_0 : array<f32, 1024>;
fn subgroupMatrixStore_0268e9() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_left<f32, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_0268e9();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMatrixStore/0268e9.wgsl:41:8 error: HLSL backend does not support extension 'chromium_experimental_subgroup_matrix'
enable chromium_experimental_subgroup_matrix;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tint executable returned error: exit status 1