commit | 3f464fbde6dc3058cefb80d6f83172c4523b6708 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Aug 27 15:42:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 15:42:40 2024 +0000 |
tree | 350abb2f4a223b166cd26b5b880c75f298258d0c | |
parent | 5993d29f41adf8a9239de5ccff1b8d014b2e50d3 [diff] |
[tint] Fix e2e test runner issues with new *-ir formats - Fix expected file path so that, for e.g., it's "ir.dxc.hlsl" instead of "ir.hlsl-dxc-ir". - Make parsing of format-specific flags also apply to the format's IR counterpart. For e.g., "// [hlsl-dxc] flags: --hlsl_shader_model 66" will now apply to both `hlsl-dxc` and `hlsl-dxc-ir` formats. - Also regen some required msl-ir skips, and add two hlsl-fxc-ir skips for timeouts. Bug: 359884545 Change-Id: I2828f6b64ed8dcc698af752ce20173e848369c9b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204114 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.