commit | f744cf4a265f07aab17ad2605a46ec078afdacd6 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Sep 28 09:35:11 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 28 09:35:11 2023 +0000 |
tree | 0bde3b53531f90c5248ca4453e922537cbc88295 | |
parent | 1b2986736fd23e2620a7ff5f828c56b3fa464cee [diff] |
[ir] Do not automatically add cloned functions Leave it up to the caller to decide when to add the function. Fixes a crash in DirectVariableAccess where we were adding new functions while iterating over the function list. Change-Id: I4236803bf481cd6180b7242ffb54cd4436650045 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153860 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.