blob: 2113d1c0a3993897024a556215093e1abe761704 [file] [log] [blame]
SKIP: FAILED
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec3<f16>;
fn subgroupExclusiveMul_13ba26() -> vec3<f16> {
var arg_0 = vec3<f16>(1.0h);
var res : vec3<f16> = subgroupExclusiveMul(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_13ba26();
}
Failed to generate: error: Unknown builtin method: subgroupExclusiveMul