#aleo #zero-knowledge #blockchain

snarkvm-algorithms-cuda

Cuda optimizations for a decentralized virtual machine

66 releases (8 stable)

new 1.6.0 Apr 21, 2025
1.4.0 Mar 21, 2025
1.1.0 Dec 3, 2024
1.0.0 Sep 18, 2024
0.9.11 Dec 10, 2022

#103 in #aleo

Download history 4/week @ 2025-01-06 240/week @ 2025-01-13 43/week @ 2025-01-20 10/week @ 2025-02-03 132/week @ 2025-02-10 15/week @ 2025-02-17 6/week @ 2025-02-24 5/week @ 2025-03-03 2/week @ 2025-03-10 116/week @ 2025-03-17 25/week @ 2025-03-24 125/week @ 2025-03-31 29/week @ 2025-04-07 8/week @ 2025-04-14

197 downloads per month
Used in 9 crates (via snarkvm-algorithms)

Apache-2.0

9KB
130 lines

snarkvm-algorithms-cuda

Crates.io Authors License

Build Requirements

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.7–4.5MB
~147K SLoC