60 releases (2 stable)

1.1.0 Dec 3, 2024
1.0.0 Sep 18, 2024
0.16.19 Feb 10, 2024
0.16.15 Dec 20, 2023
0.9.11 Dec 10, 2022

#68 in #aleo

Download history 13/week @ 2024-08-26 6/week @ 2024-09-09 148/week @ 2024-09-16 16/week @ 2024-09-23 46/week @ 2024-09-30 12/week @ 2024-10-07 7/week @ 2024-10-14 7/week @ 2024-10-21 7/week @ 2024-10-28 3/week @ 2024-11-04 8/week @ 2024-11-18 13/week @ 2024-11-25 162/week @ 2024-12-02 81/week @ 2024-12-09

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