commit | 809e420e990b173945c58498ab9a23f891538fb7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Oct 25 03:22:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 25 03:22:55 2024 +0000 |
tree | 95487907f79b630727057fb63f8cd16ac56db55d | |
parent | 8094ad137352ceb61fe4a957652cae2390c7ee76 [diff] |
[ir] Add ReferencedFunctions helper A new helper that lazily determines (and caches) the set of functions that are transitively referenced by a function. This is similar to ReferencedModuleVars. This will be needed for the SingleEntryPoint transform, which needs to know which functions are used by a given entry point. Bug: 374972031 Change-Id: I0fd20bf2e87665dc18cb10725b6aab023eae5ed3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211795 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.