diff options
author | Andy Hayden <andyhayden1@gmail.com> | 2021-04-30 12:51:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 15:51:48 -0400 |
commit | 684c357136fd44f9d5a1b8bb4402400ed1354677 (patch) | |
tree | ebc14b1d01b6643dd4d588516692dffc0f8fcb52 /op_crates/webgpu/README.md | |
parent | abaec7a88e991188d885bede652f35d76ab4f340 (diff) |
Rename crate_ops to extensions (#10431)
Diffstat (limited to 'op_crates/webgpu/README.md')
-rw-r--r-- | op_crates/webgpu/README.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/op_crates/webgpu/README.md b/op_crates/webgpu/README.md deleted file mode 100644 index 2f915dcbb..000000000 --- a/op_crates/webgpu/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 February 22, 2021. The spec is still very much in flux. This op -crate tries to stay up to date with the spec, but is constrained by the features -implemented in our GPU backend library [wgpu](https://github.com/gfx-rs/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](https://github.com/gfx-rs/wgpu/wiki/Debugging-wgpu-Applications#tracing-infrastructure) -to the specified directory. - -For testing this op crate will make use of the WebGPU conformance tests suite, -running through our WPT runner. This will be used to validate implementation -conformance. - -GitHub CI doesn't run with GPUs, so testing relies on software like DX WARP & -Vulkan lavapipe. Currently only using DX WARP works, so tests are only run on -Windows. - -## Links - -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 |