commit | b35ac660e5c9c8510646ad292e030c13883dab9a | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 12 17:12:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 12 17:12:45 2024 +0000 |
tree | 218dae23dc073b5e35a8be84d41db7298ef96f15 | |
parent | 4eec0a86eb532b7a4111be6bc604bbe45f2b77fe [diff] |
[ir] Implement Substitute Overrides This Cl adds the Substitute overrides transform for the IR. It is not used by any backend yet, the array type override information still needs to be substituted. Bug: 374971092 Change-Id: If1121836256488a029ee4d5201e2df86a5d968a3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213474 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.