commit | 1c1ceebc7e8cd058d9cdf5d5085bc81b85a7f28f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Nov 06 19:58:08 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 06 19:58:08 2024 +0000 |
tree | d243009ae82010a9ff4c7e1ab8378978544b5a6c | |
parent | cc6eef9e64eb48e55b28c3a28ec278499d399170 [diff] |
[ir] Add an evaluator for constant expressions. This CL adds an `Evaluator` into the IR in order to allow evaluating constant expressions (to be used for evaluating `Override` expressions). Bug: 374971092 Change-Id: Ifdfaa89126189f37cdcf9bde9ea1750cc78be1e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213434 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.