commit | 35944abcf8f589a23331b6a8e4d4abcccb910bf0 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 15 05:14:09 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 15 05:14:09 2024 +0000 |
tree | 630e78bc18f9b02339ed5b5e569c6ed7fb7aed37 | |
parent | 3b120c0fb45a9ef96cceb94ef2fd829a3745676c [diff] |
[ir] Add Module::DependencyOrderedFunctions() This returns the list of functions in the module in dependency order, which is needed by multiple backends in order to generate valid code. Change-Id: I4c0d9a8ee439ed0272504d3f848cf80738455244 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187745 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
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.