#aleo #zero-knowledge #blockchain

snarkvm-algorithms-cuda

Cuda optimizations for a decentralized virtual machine

65 releases (7 stable)

new 1.5.0 Apr 3, 2025
1.4.0 Mar 21, 2025
1.3.0 Feb 10, 2025
1.1.0 Dec 3, 2024
0.9.11 Dec 10, 2022

#98 in #aleo

Download history 73/week @ 2024-12-11 9/week @ 2024-12-18 5/week @ 2025-01-08 277/week @ 2025-01-15 5/week @ 2025-01-22 111/week @ 2025-02-05 38/week @ 2025-02-12 10/week @ 2025-02-19 9/week @ 2025-02-26 4/week @ 2025-03-12 133/week @ 2025-03-19 10/week @ 2025-03-26

150 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