-
Notifications
You must be signed in to change notification settings - Fork 0
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
SwiftShader: Verifier failed: 0 == 8, at index 0 #10
Labels
Comments
Thanks for confirming this @vili-1. Did you use SwiftShader or moltenVK when running amber? |
As I said in issue #9 I'm using MoltenVK |
With SwiftShader now I do get an error only when path
|
Jack-Clark
added
SwiftShader
bug
Something isn't working
fleshing-bug
and removed
bug
Something isn't working
labels
Apr 13, 2022
I ran all the 1st test set of fleshed examples with MolteVk and got plenty of similar errors, i.e., |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing
amber -t spv1.3 -v 1.1 reduced-oracle-output.amber
gives fails withreduced-output-oracle.amber: Line 161: Verifier failed: 0 == 8, at index 0
.The CFG is quite complicated but the path is simple. @vili-1 could you check that this is valid? It also has a few
Block$X
blocks that look like they should beSRB$X
blocks - do you think they are from the known issue? Here is the reduced amber:The text was updated successfully, but these errors were encountered: