commit | c8f10753104681587cd0132c7b6bd18b346fc611 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Oct 10 11:38:49 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 10 11:38:49 2022 +0000 |
tree | 57e35beb958b08705b2b7f482d179df923243ec7 | |
parent | cc636273dad2d84c8d5a929d0276097f447437d2 [diff] |
tint: Disable tint_concurrency_fuzzer for win+asan This combination uses a suspiciously high amount of memory, triggering the fuzzer limits of 2560MB. Tint doesn't really have any OS specific code paths, so we should still have good coverage with ASAN builds for other OSes. Fixed: chromium:1357188 Change-Id: I4c7001f7e194ff46b2e8da635ddccdb04d60b838 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/105140 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.