Skip to content

feat(gpu): add WebGPU compute profile - #30

Merged
replghost merged 4 commits into
mainfrom
feat/webgpu-compute-profile
Sep 4, 2026
Merged

feat(gpu): add WebGPU compute profile#30
replghost merged 4 commits into
mainfrom
feat/webgpu-compute-profile

Conversation

@replghost

Copy link
Copy Markdown
Collaborator

Summary

  • add expanded webgpu profile alongside raster-only webgpu-raster
  • add compute pipeline/pass/dispatch GPU wire commands and writable storage buffer bindings
  • implement native wgpu and browser WebGPU compute execution, validation, docs, tests, and rebuilt browser assets

Verification

  • cargo +nightly fmt
  • cargo test -p pvm-gpu-wire
  • cargo test -p pvm-runtime --all-features
  • cargo test -p pvm-runtime-assets
  • npm test --workspace @parity/pvm-browser-runtime
  • node scripts/verify-browser-assets.mjs

@replghost
replghost force-pushed the feat/webgpu-compute-profile branch from 460d9ed to aa5dec0 Compare September 4, 2026 02:36
@replghost
replghost merged commit f49d662 into main Sep 4, 2026
7 checks passed
@replghost
replghost deleted the feat/webgpu-compute-profile branch September 4, 2026 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant