commit | 829195972f5732b8738b8229a616315930d593be | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Jun 01 13:44:02 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 13:44:02 2023 +0000 |
tree | 45bd81c839f90986ddbda02d8b23fc956bb37af8 | |
parent | 879c15fdcc0613fad330eb7cb8e670f457d5388a [diff] |
[tint][constant] Optimize Value::Equal() for splats Element-wise comparisons are slow and unnecessary for large `constant::Splat` values. Bug: chromium:1449538 Change-Id: I17dbfe1fffabbdb45f48920ba8de3af65ed24cae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135262 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: 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.