Skip to content
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

feat: support zk revm #174

Merged
merged 23 commits into from
Jan 2, 2024
Merged

feat: support zk revm #174

merged 23 commits into from
Jan 2, 2024

Conversation

eigmax
Copy link
Member

@eigmax eigmax commented Dec 22, 2023

It needs 320G RAM.

RUST_MIN_STACK=167772160  RUSTFLAGS="-C target-feature=+avx2" nohup cargo test --release &

@eigmax eigmax changed the title feat: support zkvm feat: support zk revm Dec 28, 2023
@eigmax eigmax force-pushed the dev_zkvm branch 4 times, most recently from b990489 to 91e9622 Compare December 29, 2023 15:11
@eigmax
Copy link
Member Author

eigmax commented Dec 31, 2023

Debug command:

RUSTFLAGS="--emit=asm -g" cargo +nightly-2023-01-03 build --release -Z build-std=core,alloc --target riscv32imac-unknown-none-elf --lib  --target-dir /tmp/evm/cargo_target --manifest-path vm/evm/Cargo.toml  

Notice that log_level should not be trace due to some bug in powdr

@eigmax eigmax force-pushed the dev_zkvm branch 2 times, most recently from 3b587fb to 059a9db Compare December 31, 2023 11:04
@eigmax eigmax merged commit 7b5191e into main Jan 2, 2024
5 checks passed
@eigmax eigmax deleted the dev_zkvm branch January 2, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants