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