commit | 33056eae6124894b33a47c9aced0b49a907960d9 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jul 04 20:18:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 20:18:23 2024 +0000 |
tree | 35fdcfd913710988a27a37453da32930644243e9 | |
parent | c71159e72ff5d8cffce14f2fc8cdceb824285411 [diff] |
[hlsl] Add DecomposeMemoryAccess tests. This Cl adds tests for the `uniform`, `workgroup`, `atomic` and store requirements for the DecomposeMemoryAccess transform. Most of the new tests are currently DISABLED. Note, the result IR and HLSL is either a best guess or from the AST transform. It's a guide as to what it will probably look like, but not the final output. Bug: 349867642 Change-Id: Ibacf359389d16d1c5790bbc565f5445a181aaef0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196955 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.