-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Update list of barriers after back-to-back elimination #19700
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
Conversation
Signed-off-by: Sidorov, Dmitry <[email protected]>
maarquitos14
left a comment
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.
Should we add a test that shows why we need this patch? Can be done in a subsequent patch too.
Signed-off-by: Sidorov, Dmitry <[email protected]>
|
@maarquitos14 I took a look at the failing test - actually, the test was incorrect as the pass shouldn't have updating memory semantics of the barrier in the case. So probably just updating it is fine. |
|
@intel/llvm-gatekeepers not sure if I see from where the error comes, could you please assist me finding the error? It might be an infrastructure issue, but I'd like to be sure as I'm fixing an UB causing sporadic SYCL code compilation crash. |
|
Okay, seems like the windows LIT failure is known and at least of the same (unknown) origin as #19696 (comment) . With that @intel/llvm-gatekeepers I believe this patch can be merged. |
…19700) Signed-off-by: Sidorov, Dmitry <[email protected]>
No description provided.