commit | 6e4d863e67c4fab5350407584ff4f29fa4ffc5be | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Oct 28 21:04:33 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 28 21:04:33 2024 +0000 |
tree | e47d02d9e2856aea910b7c84f200ce059f0b9498 | |
parent | 5f21563dd99745f91dbef2b3527b19f900b9e0cf [diff] |
[ir] Update transform names when validating. This Cl updates the names used in validating the IR to always prefix with the language name. This makes it clearer when both core and language specific transforms with the same name execute which one you're looking at. Change-Id: I9c45126f3104a3bb26f88ca4b2bc84c4577c7cd3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212574 Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> 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.