-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Migrated] SPIR-V wishlist #141
Comments
Comment from khyperia (CONTRIBUTOR) on 2020-09-01T12:30:36Z For the "equivalent of |
Comment from Jasper-Bekkers (CONTRIBUTOR) on 2020-09-11T16:21:20Z
|
Comment from nhaehnle on 2020-09-11T16:23:55Z
To clarify, for #29 the thinking is that OpControlBarrier without undefined behavior may be useful. This would be done by making the behavior a guaranteed hang when it's not executed in uniform control flow... |
Comment from Jasper-Bekkers (CONTRIBUTOR) on 2020-10-13T15:43:20Z
int f() {
int x; // explicitly uninitialized
return x;
} |
Issue automatically imported from old repo: EmbarkStudios/rust-gpu#17
Old labels: t: tracking issue
Originally creatd by Jasper-Bekkers on 2020-08-20T13:53:30Z
Tracking issue for features we think are missing or useful in to have in SPIR-V
OpTrap
: trigger a breakpointThe text was updated successfully, but these errors were encountered: