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