-
Notifications
You must be signed in to change notification settings - Fork 60
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
Validation error spew on Vulkan #161
Comments
You might try upgrading wgpu - maybe that fixes it. We are using an old version (can't update just yet because of an issue with wgpu on the web - see #140, but I guess wgpu@master should work with the minor changes in the PR applied). |
Could you test again with v0.5.0? |
Same error happens on v0.5.0 |
Filed gfx-rs/naga#2322 upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The shaders created by wonnx apparently run into naga/wgpu bugs that cause a lot of validation errors on Vulkan:
Not really caused by wonnx, but virtually every shader it creates causes an error like this, so I figured I'd document the issue here so people know about it.
The text was updated successfully, but these errors were encountered: