GetCompletedValue() semantics: returns the highest confirmed completed value, not the last Signal() target value. When Signal(5) -> Signal(3), GetCompletedValue() should still return >= 5 since GPU already completed that.
GetCompletedValue() semantics: returns the highest confirmed completed value, not the last Signal() target value. When Signal(5) -> Signal(3), GetCompletedValue() should still return >= 5 since GPU already completed that.