https://github.com/zksecurity/webgpu-poc
https://github.com/zksecurity/webgpu-poc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zksecurity/webgpu-poc
- Owner: zksecurity
- Created: 2025-01-21T09:08:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T05:38:51.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:31:16.191Z (over 1 year ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgpu-poc
This repo aims to provide meaningful benchmarks for WebGPU performance in Rust.
## Benchmarks
- [x] Compute Profile
- [ ] Buffer Copy Compute
## Running the benchmarks
Run `cargo run` to run the benchmarks.
## Performance Summary
Currently, the only benchmark is for profiling the entire WebGPU pipeline.
### Run 1M multiplications on MacBook Pro M1 Pro (single thread)
#### Debug

#### Release