Revert "Remove stale expectations after manual retesting" This reverts commit afa9b1e343b1d90c9e9ff40da52c663c9751ab6b. Reason for revert: CQ failures. Original change's description: > Remove stale expectations after manual retesting > > I manually retested the following tests on Windows 11 with > - NVDIA RTX 4070 > - Intel xe-lpg (Intel Arc, ID 0x7d55) > > In Chrome 143 (stable) and 145 (canary). > > Both with: > - DXC (the default) > - FXC (--disable-dawn-features=use_dxc) > > These all passed: > webgpu:shader,execution,expression,binary,af_matrix_addition:* > webgpu:shader,execution,expression,binary,af_matrix_subtraction:* > webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:* > > Bug: 407801079, 407159836 > Change-Id: Ic06771a17b1a088c9fe96427c745f3976a6a6964 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/281035 > Reviewed-by: Peter McNeeley <petermcneeley@google.com> > Commit-Queue: David Neto <dneto@google.com> TBR=dneto@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,petermcneeley@google.com No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 407801079, 407159836 Change-Id: Iff87c3088ce357bba1490b13fa9e1ba431f03c9c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/281335 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Peter McNeeley <petermcneeley@google.com> Commit-Queue: Peter McNeeley <petermcneeley@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.