-
Notifications
You must be signed in to change notification settings - Fork 98
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
PIL optimizer fails with Symbol not found
#2051
Comments
Hey @georgwiese, according to your comment here #2056 (review), this seems to be solved. Shall we close the issue? |
Merged
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 15, 2025
If rebased on top of #2051, this enables M31 RISC-V proofs with the bus enabled: ```sh cargo run -r --features plonky3 --bin powdr-rs compile riscv/tests/riscv_data/keccak-o output --field bb cargo run -r --features plonky3 pil output/keccak.asm -o output -f --field m31 --prove-with plonky3 --linker-mode bus ```
Yeah, looks like it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce: Get
block_to_block_with_bus.pil
and run:I tried debugging this a little bit:
collect_required_symbols
appears to returnmain_arith::sel[0]
, which in my understanding is wrong. It should returnmain_arith::sel
instead.main_arith::sel[0]
does not have a definition (only the arraymain_arith::sel
)The text was updated successfully, but these errors were encountered: