Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can use a GPU to greatly improve proving speed.
cargo run -p cli --release --no-default-features --features gpu prove --bin prover/app.bin --output-dir /tmp/foo --gpu
```

You must compile with the 'gpu' feature flag for the relevant libraries ro be linked, and you must pass the '--gpu' parameter.
You must compile with the 'gpu' feature flag for the relevant libraries or be linked, and you must pass the '--gpu' parameter.

Current issues:
* It works only on a basic & recursion level - final proofs are still done on CPU (as they require 150GB of RAM).