CoWW

The CoWW litmus test checks SC-per-location by ensuring two writes to the same address on the same thread cannot be re-ordered.

Initial State *x = 0 Final State: *x == 1
Workgroup 0 Thread 0
0.1: atomicStore(x, 1)
0.2: atomicStore(x, 2)
Explorer Mode
Tuning Mode

Weak Outcome Count: 0

Total Observed Outcomes: 0

Weak Outcome Percentage: 0.00%

Weak Outcome: *x == 1

Run time : 0 seconds

Rate : NaN iterations per second

Time Remaining : NaN seconds