-
Notifications
You must be signed in to change notification settings - Fork 61
add on gpu compile flag support #176
base: main
Are you sure you want to change the base?
Conversation
gpu test case: cd prover;./s.sh 1;./p.sh 1 cpu test case: cd prover;./s.sh;./p.sh
use ./p.sh 1 thread 'main' panicked at library/core/src/panicking.rs:229:5: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustacuda-0.1.3/src/stream.rs:357:18: |
run https://github.com/zkMIPS/zkvm-benchmarks |
* add emulator support and test case for sys verify * add initial support for precompile * fix input problems * add missed elf * update zkmips * fix clippy * remove unused return * update example test * update SHA_ID and readme * fix input type * remove duplicated code * fix fmt (cherry picked from commit 921cd4c)
(cherry picked from commit 08629ae)
1. prove_root_with_assumption gpu support 2. correct error by "cargo fmt --all -- --check"
when run zkvm-benchmarks error: |
support gpu build with --features gpu,cuda