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