commit | d8a06aed62152e36d4a0c9025100b77407f789f8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 06 19:26:56 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 06 19:26:56 2023 +0000 |
tree | ac6f0ea17d8d2c7891ca0bb0de3e52baf98352ba | |
parent | 596f94600acdc54e178194f78b0df0c714e92333 [diff] |
[ir] Use FriendlyName for instructions This CL updates the disassembler to use the FriendlyName for the instruction name. Several instructions are updated to use their contained intrinsics or builtins to form the friendly name. Bug: tint:1718 Change-Id: Ie3df13aefc770f9ba8314acb1b1b3e86b6fb7233 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150101 Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.