-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add exceptions for breakage introduced in RD barriers #79911
Add exceptions for breakage introduced in RD barriers #79911
Conversation
28c7371
to
73b3d37
Compare
Just waiting on CI to finish so we know the breakage exceptions I need to add... |
dd72026
to
98bcb64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. This should minimize compat breakage if anyone is relying on these barriers and it gets rid of our annoying errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me as well! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really know what these barrier flags are, so I added some comments only regarding compatibility.
It does look like it will break compat less and that looks like a good thing.
98bcb64
to
10f796d
Compare
Thanks! |
This PR makes a few minor changes to #77420 to:
BARRIER_MASK_COMPUTE
andBARRIER_MASK_TRANSFER
keep their original valuesBARRIER_MASK_ALL_BARRIERS
andBARRIER_MASK_NO_BARRIER
are more future proof in case we add additional flags in the future.Added exceptions to 4.0-stable-expected where applicable.