risc0 / zeth

A "Type 0" zkEVM. Prove validity of Ethereum blocks using RISC Zero's zkVM
Apache License 2.0
381 stars 68 forks source link

Cuda feature flag is currently commented-out #102

Closed intoverflow closed 2 months ago

intoverflow commented 8 months ago

See here: https://github.com/risc0/zeth/blob/main/host/Cargo.toml#L42

This means cargo build --release -F cuda does not work as expected.

varun-doshi commented 5 months ago

Is this still an open issue?

hashcashier commented 2 months ago

fixed by https://github.com/risc0/zeth/pull/113