-
Notifications
You must be signed in to change notification settings - Fork 50
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
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 |
support gpu build with --features gpu,cuda