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.
```bash
make shaders
export METALDEVICEWRAPPER_TYPE=1 cargo test
cargo bench ```