https://github.com/nethermindeth/stwo-gpu
https://github.com/nethermindeth/stwo-gpu
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nethermindeth/stwo-gpu
- Owner: NethermindEth
- License: apache-2.0
- Created: 2024-07-19T21:41:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:31:15.000Z (over 1 year ago)
- Last Synced: 2025-03-05T09:45:50.742Z (over 1 year ago)
- Language: Rust
- Size: 2.09 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requirements:
- NVIDIA® GPU
- NVIDIA® CUDA® toolkit
- Rust
- Cmake
A docker configuration is provided on `.devcontainer/`
# Project structure
- `cuda/`: cuda code of stwo backend
- `stwo_gpu_backend/`: rust wrapper and binding, implements CudaBackend for consumption in stwo prover
# Execution
In `stwo_gpu_backend` directory:
```bash
cargo test
```