commit | fb17bfd98bba75064b04590f7ca71e6e38f8d78e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Aug 23 19:27:58 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 19:27:58 2023 +0000 |
tree | 36f1a206d1d5cabad2e303624adec726f5f95e83 | |
parent | debd8ae995a0ee1128c7b9cca3a1f08a4586b157 [diff] |
[eval] Make a TransformTernaryElements Make a specific non-templated version of the 3 element Transform method. The generic `TransformElement` is restricted to only trigger if the special `size` parameter is requested on the function template. Reduces template instantiations in order to reduce binary size. Change-Id: I922e75ee9208fe7e5e6ed54983a452ec92554195 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148281 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.