commit | c858b7634b43995887a446c7aabaee2e590beff5 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 23 19:24:23 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 19:24:23 2023 +0000 |
tree | 00babd9b3e9c4e7e873fa6e40e457e9f22b32281 | |
parent | 375abc6906de6e49c54fba10f8eb1c450aec6f76 [diff] |
[eval] Make a un-templated TransformBinaryElement Create a non-templated TransformBinaryElement from the templated version for the case where there are specifically two parameters. Reduces template instantiations in order to reduce binary size. Change-Id: I5cca635273ec09ff4a13ab776ca190d602333ea2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148261 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.