You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] fix incorrect application of binary AND in tests (#16610)
&= with 0 is always 0. For tests that are returning 0 as success, using
binary AND will mask errors, leading the test to incorrectly pass when
it should fail. I wasted an hour last week being mislead by this
problem. I audited all our tests and fortunately the ones making this
mistake were relatively few.
0 commit comments