59 releases (1 stable)
1.0.0 | Sep 18, 2024 |
---|---|
0.16.19 | Feb 10, 2024 |
0.16.18 | Jan 28, 2024 |
0.16.15 | Dec 20, 2023 |
0.9.11 | Dec 10, 2022 |
#197 in #zero-knowledge
33 downloads per month
Used in 9 crates
(via snarkvm-algorithms)
9KB
130 lines
snarkvm-algorithms-cuda
Build Requirements
- Cuda
sm_70
or later - Cuda Toolkit (nvcc)
Usage Guide
- Simply enable the
cuda
feature in your command or snarkVM dependency
Example
cd snarkVM/algorithms
cargo bench --bench variable_base --features "cuda"
or
[dependencies.snarkvm]
version = "<latest_version>"
features = ["cuda"]
Dependencies
~2.8–4.5MB
~147K SLoC