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