commit | 70d48ee2ec9e1f75507bf5821ed7132c50fbd071 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Sat Nov 02 01:35:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 02 01:35:44 2024 +0000 |
tree | ddad2d810d7161f0c2971e153e8d479b7cbf4f7c | |
parent | 8d98ba02098af43f35e3492acfce4178ba4fcd36 [diff] |
[ir] Add source information to the IR. This CL adds a value to source map to the IR module and populates it during the program to IR translation. Change-Id: If0a9a32c4ff52580cf539b7c9b3da2314d8cb374 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213174 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.