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

Fix GpuTools(Cuda(NoBinaryForGpu)) error #4

Open
wants to merge 1 commit into
base: halo2-opt-v2
Choose a base branch
from

Conversation

vhjiang
Copy link

@vhjiang vhjiang commented Oct 31, 2023

Problem:

Trying to run zkWasm on V100 GPU with --feature cuda, and got the following error thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: GpuTools(Cuda(NoBinaryForGpu))', /home/ubuntu/.cargo/git/checkouts/halo2-gpu-specific-4d08aed75011eb52/64ccffd/halo2_proofs/src/arithmetic.rs:356:53

Solution:

This issue was due to V100's GPU architecture is a bit older than RTX3090. When compiling with nvcc in ec-gpu-gen, we can add more version support for different architectures.

Reference:

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.

1 participant