commit | 750f71d3234ac9d49e175d5e7558b052e6b7519b | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Apr 24 21:14:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 21:14:59 2024 +0000 |
tree | 3144284d98022c57a07565b21dbf731fd63b3ed4 | |
parent | e5380b752f0f1f9d5950710af8cad0191fcd8122 [diff] |
[tint][ir] Track owning block in BlockParam This allows transforms to more easily determine suitable insertion points, and enables the validator to ensure that block parameters are only used in a single block. Change-Id: Ia8ede6d86952bbc89be6fe6f09b6c8fb7ea377cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185523 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.