blob: 4dfa9b122c1bf99a6d9b29deb9528b8b52a6999c [file] [log] [blame]
SKIP: FAILED
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec3<u32>;
fn subgroupExclusiveMul_f039f4() -> vec3<u32> {
var res : vec3<u32> = subgroupExclusiveMul(vec3<u32>(1u));
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_f039f4();
}
Failed to generate: error: Unknown builtin method: subgroupExclusiveMul