blob: 83a6be8b11e9c76a4077dcdc47e971260a876898 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : f16;
fn subgroupMax_5611a5() -> f16 {
var res : f16 = subgroupMax(1.0h);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMax_5611a5();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMax/5611a5.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^