commit | 825f6265f4435d0aba4eaa60e5b6fa7938c513fc | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Mon Jan 08 10:05:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 10:05:27 2024 +0000 |
tree | 3fb70e6e21c8085dd69f381357ac8e7e677416a4 | |
parent | 2a236d5866970626db4ffa56a7da35be0b555e6d [diff] |
Add toggle to disable Tint polyfills on integer division and modulo This patch adds a toggle to disable Tint polyfills on integer division and modulo to investigate the potential performance issues about these polyfills. Note that this toggle should always be disabled to follow the latest WebGPU SPEC. Bug: tint:2128 Change-Id: I819da528e4932f6b0ec27e06029ecfd2ca0c7fad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168321 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@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.