blob: e2b232d53b95582607cbb735895b3c34a1a14cc9 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f16>;
fn subgroupMul_6aaaf3() -> vec2<f16> {
var arg_0 = vec2<f16>(1.0h);
var res : vec2<f16> = subgroupMul(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMul_6aaaf3();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMul_6aaaf3();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMul/6aaaf3.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f16>;
fn subgroupMul_6aaaf3() -> vec2<f16> {
var arg_0 = vec2<f16>(1.0h);
var res : vec2<f16> = subgroupMul(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMul_6aaaf3();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMul_6aaaf3();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMul/6aaaf3.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1