blob: 8e8d3beabaad79f00daca2d5d174841301558877 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f32>;
fn subgroupMax_1fc846() -> vec2<f32> {
var arg_0 = vec2<f32>(1.0f);
var res : vec2<f32> = subgroupMax(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMax_1fc846();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMax/1fc846.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^