blob: 8a7a3802b73a651cf979aaa4359089cbe46b2680 [file] [log] [blame]
SKIP: FAILED
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : f16;
fn subgroupExclusiveMul_6f431e() -> f16 {
var res : f16 = subgroupExclusiveMul(1.0h);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_6f431e();
}
Failed to generate: