commit | a9c7be0f93d6a8511430f67918d11af71b9c22cd | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Jun 21 17:35:20 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 17:35:20 2024 +0000 |
tree | 7d57a88397345a59cc59cf78dc8cec2b52834bce | |
parent | 8cdd3461f849d089ae19082434f5d798f8141717 [diff] |
[ir] Add switch validation. This CL adds IR validation for switch conditions and some basic case requirements. Change-Id: Ib7e549a7b206f790d5a7d3e22e59fbd8b1d932af Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195074 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.