commit | d31f5e4f9bb676d8a1d790dd5b7a7f7da8cf493d | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Aug 01 04:47:58 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 01 04:47:58 2024 +0000 |
tree | 07b29b05077d3d68275bd5714b8954db7d3941e3 | |
parent | fcf6cc0d83bfb01648f7904018f6e18383360dd8 [diff] |
[ir] Add validation capability for 8-bit integers Check for 8-bit integers at any nesting depth of a type and reject them unless the capability is enabled. Change-Id: Id7e2ae413298befd5ab778a154a099833f3eb84b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/200861 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.