commit | 4f4aed61fb51b23245f7890e7ff22b23355f0e1f | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Fri Jul 19 18:49:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 18:49:55 2024 +0000 |
tree | 1bfcc0c40c0600ba5423f4ac94556232243ae959 | |
parent | d6aa12082ac3d277e1477124a10e405999beb5b3 [diff] |
spir-v validation: use substring match on error message Exact match is too stringent. Re-enable SPIR-V validation test Fixed: chromium:353960895 Change-Id: I7f6bb5190f3e56b885d86dbcf049206fbdea0fea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199494 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: David Neto <dneto@google.com> Reviewed-by: Corentin Wallez <cwallez@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.