commit | 555b91a7b3861dcc8f2158320d4aa62351f5bfb2 | [log] [tgz] |
---|---|---|
author | Brendon Tiszka <tiszka@chromium.org> | Mon Sep 25 19:29:29 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 19:29:29 2023 +0000 |
tree | ce9603d76aa6155d1d2a45e1fe2b14dc5784220f | |
parent | 47086904743b8df8d614d671eda959a381c2b19c [diff] |
Reland "[DawnLPM] Enable dawn lpm for use_libfuzzer builds" This is a reland of commit 7e5f6113b005c24473fdd1908a5f47c20a0c297e Difference: Fixed cyclic dependency in https://dawn-review.googlesource.com/c/dawn/+/152500 and prevented this fuzzer from building in non-fuzzing builds https://dawn-review.googlesource.com/c/dawn/+/152562 Original change's description: > [DawnLPM] Enable dawn lpm for use_libfuzzer builds > > This commit enables dawnlpm for use_libfuzzer=true builds which allows > us to use it on clusterfuzz. > > Bug: chromium:1374747 > Change-Id: Ie515765bc54e56b028e860f056e2e8d9681752fa > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137341 > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Brendon Tiszka <tiszka@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> Bug: chromium:1374747 Change-Id: Ie64cadd86233a552682316352450988ada780db6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153400 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Brendon Tiszka <tiszka@chromium.org> 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.