blob: 2b41b7d57099f4f2c16732a678e7ba3e690bc2dd [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 import method: subgroupExclusiveMul