2021-06-18 18:56:13 +00:00
|
|
|
SKIP: FAILED
|
|
|
|
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
var<workgroup> arg_0 : atomic<u32>;
|
|
|
|
|
|
|
|
fn atomicXor_c8e6be() {
|
|
|
|
var res : u32 = atomicXor(&(arg_0), 1u);
|
|
|
|
}
|
|
|
|
|
|
|
|
[[stage(compute)]]
|
|
|
|
fn compute_main() {
|
|
|
|
atomicXor_c8e6be();
|
|
|
|
}
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
Failed to generate: unable to convert type: __atomic__u32
|