Crates.io | ministark-gpu |
lib.rs | ministark-gpu |
version | 0.3.0 |
source | src |
created_at | 2023-05-20 02:18:35.608965 |
updated_at | 2024-02-14 15:25:08.032417 |
description | GPU optimized primitives commonly used by STARK/SNARK provers |
homepage | https://github.com/andrewmilson/ministark/tree/main/gpu-poly |
repository | https://github.com/andrewmilson/ministark |
max_upload_size | |
id | 869185 |
size | 671,672 |
This library contains GPU optimized primitives commonly used by STARK/SNARK provers. The code is written in the Metal programming language so currently only supports Apple Silicon. Part of the development of this library was supported by the fantastic Polygon Miden team.
# recompile shaders
make shaders
# run tests
export METAL_DEVICE_WRAPPER_TYPE=1
cargo test
# run benchmarks
cargo bench