blob: 6b150a1567eaeca0937c4c18e409919ff28cd721 [file] [log] [blame]
SKIP: FAILED
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f32>;
fn subgroupExclusiveMul_25d1b9() -> vec2<f32> {
var res : vec2<f32> = subgroupExclusiveMul(vec2<f32>(1.0f));
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_25d1b9();
}
Failed to generate: error: Unknown builtin method: subgroupExclusiveMul