62 releases (4 stable)

new 1.2.1 Jan 16, 2025
1.1.0 Dec 3, 2024
1.0.0 Sep 18, 2024
0.16.19 Feb 10, 2024
0.9.11 Dec 10, 2022

#67 in #aleo

Download history 39/week @ 2024-09-28 15/week @ 2024-10-05 12/week @ 2024-10-12 5/week @ 2024-10-19 7/week @ 2024-10-26 5/week @ 2024-11-02 6/week @ 2024-11-16 11/week @ 2024-11-23 148/week @ 2024-11-30 80/week @ 2024-12-07 33/week @ 2024-12-14 4/week @ 2025-01-04 111/week @ 2025-01-11

119 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
~148K SLoC