An open API service indexing awesome lists of open source software.

https://github.com/zksecurity/webgpu-poc


https://github.com/zksecurity/webgpu-poc

Last synced: 8 months ago
JSON representation

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

Performance chart showing compute profile benchmark results for 1M multiplications in debug mode

#### Release

Performance chart showing compute profile benchmark results for 1M multiplications in release mode