commit | 7d749fa714e92902cf03f0b9e266e9fb767c2c28 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu May 22 14:04:28 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 22 14:04:28 2025 -0700 |
tree | 1853b5e3975c647f9dfc7e4e35486a1b24c0262d | |
parent | 366360f5c679f04d010ea5557cf90873ddcf8bda [diff] |
Fix IRToProgramRoundTripTest for invalid WGSL The `IRToProgramRoundTripTest` `RUN_TEST` method only fails if there is an `err` string set on the result. In the case of `WGSLToIR` failing we would just return an empty `result` and not set the error. This means, if the WGSL if invalid, the test passes, even though it hasn't run. This CL fixes the `result` to set the error string and then fixes up the various tests which fail because the WGSL was invalid. Change-Id: I39f9d4b8652a55321d7aa49aa1b5240990323de9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243574 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.