wgpu/deno_webgpu
Connor Fitzgerald 9a41de4e96
Move subgroup size info to AdapterInfo (#8609)
Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
2025-12-04 17:01:56 +00:00
..
2025-09-25 16:35:05 -04:00
2025-09-25 16:35:05 -04:00
2025-09-25 16:35:05 -04:00
2025-09-25 16:35:05 -04:00
2024-04-02 14:36:04 -04:00

deno_webgpu

This op crate implements the WebGPU API as defined in https://gpuweb.github.io/gpuweb/ in Deno. The implementation targets the spec draft as of March 31, 2024. The spec is still very much in flux. This extension tries to stay up to date with the spec, but is constrained by the features implemented in our GPU backend library wgpu.

The spec is still very bare bones, and is still missing many details. As the spec becomes more concrete, we will implement to follow the spec more closely.

In addition, setting the DENO_WEBGPU_TRACE environmental variable will output a wgpu trace to the specified directory.

This op crate is tested primarily by running the WebGPU conformance test suite using wgpu's cts_runner. cts_runner also has a few directed tests to fill in missing coverage.

GPU availability in GitHub CI is limited, so some configurations rely on software like DX WARP & Vulkan lavapipe.

Specification: https://gpuweb.github.io/gpuweb/

Design documents: https://github.com/gpuweb/gpuweb/tree/main/design

Conformance tests suite: https://github.com/gpuweb/cts

WebGPU examples for Deno: https://github.com/crowlKats/webgpu-examples

wgpu-users matrix channel: https://matrix.to/#/#wgpu-users:matrix.org