-
Notifications
You must be signed in to change notification settings - Fork 249
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
SPIR-V wishlist #17
Comments
Noticed a few comments other things in the codebase yesterday:
|
For the "equivalent of |
|
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... |
int f() {
int x; // explicitly uninitialized
return x;
} |
This issue is now being tracked at: Rust-GPU/rust-gpu#141 |
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: