SKIP: FAILED | |
enable subgroups; | |
enable subgroups_f16; | |
enable f16; | |
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec3<f16>; | |
fn subgroupMin_c6da7c() -> vec3<f16> { | |
var res : vec3<f16> = subgroupMin(vec3<f16>(1.0h)); | |
return res; | |
} | |
@compute @workgroup_size(1) | |
fn compute_main() { | |
prevent_dce = subgroupMin_c6da7c(); | |
} | |
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMin/c6da7c.wgsl:41:8 error: GLSL backend does not support extension 'subgroups' | |
enable subgroups; | |
^^^^^^^^^ | |