blob: 6bff7f6ba2e4d5489c4e78243a095e64c076b432 [file] [log] [blame]
SKIP: FAILED
enable chromium_experimental_subgroup_matrix;
var<workgroup> arg_0 : array<i32, 1024>;
fn subgroupMatrixStore_e59232() {
subgroupMatrixStore(&(arg_0), 1u, subgroup_matrix_result<i8, 8, 8>(), true, 8u);
}
@compute @workgroup_size(1)
fn compute_main() {
subgroupMatrixStore_e59232();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMatrixStore/e59232.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