commit | 5196d11d8a9ce934e4c39ac3eae0603a6f434017 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Aug 22 18:01:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 22 18:01:53 2024 +0000 |
tree | ad30f9bb9dfee771c4b02265a0360deeae2d73e7 | |
parent | 9cef8422cb38cc5698f610e3c3579ca63a7ccd23 [diff] |
[spirv][ir] Simplify test helper. This CL simplifies the test helper code to directly call the `writer::Generate` method. The `Module` is removed from the helper and tests are updated to just use the SPIR-V disassembly. Change-Id: I03b4e3c4b793b6c7bb030d67896f1028ba8bc61e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203534 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.