-
Notifications
You must be signed in to change notification settings - Fork 566
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
spirv-val: Re-enable OpControlBarrier VU #5527
spirv-val: Re-enable OpControlBarrier VU #5527
Conversation
6e5b1bd
to
1bf85a9
Compare
Have you run validation on CTS with this? It would be good to know if it is now clean or at least which tests fail so we can determine where the problem really is. |
The issue is CTS is already not 100% clean from validation, I did run locally all the potential tests and it didn't display the |
When I run |
sorry, not for |
|
ok, I was unaware about the I also see it clean for this |
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.
The one odd case for barriers in Vulkan is in tessellation shaders. That should get caught above.
this todo seemed to be added 6 years ago in 12e6860
I am not sure what the problem is, but if there is still CTS issues, that should be something fixed in CTS (or the spec to remove the VU)