commit | 4578809d39891960740baaeccadacd7dabd0092b | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Jun 19 02:26:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 19 02:26:57 2024 +0000 |
tree | de76df7b221b83bb21d47fd96a459a5b67715870 | |
parent | 49be28ef5d0d27afa9129b756820aaa386a14fda [diff] |
[tint][ir] Cleanup CMake flags handling - Adds a default for IR binary based on if protobuf is available. - Add forwarding the IR fuzzer flag to be converted into a C++ macro. - Reworks the conditional override of IR binary into a condition check to catch manually misconfigured situations - Adds condition check for IR binary if IR fuzzer enabled Change-Id: I76598be9bb4d068887432cfd0133b38c4c594820 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194302 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org>
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.