commit | 6f6debdb05bf29b63a93c47428d043357ca2311e | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Jun 11 22:50:02 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 11 22:50:02 2025 -0700 |
tree | c4114cc85eb92ea23e2c9d3d5292a920383016bc | |
parent | 517d8b7d9a1dba03dce65ac670d736a23e336335 [diff] |
Range Analysis: Assert result type must not equal operand type in convert This patch adds the `TINT_ASSERT` that the result type must not equal the operand type in convert instruction as is required in core.def. Bug: 348701956 Change-Id: Idec38c549270ae14f9c5bbc5628cc186c55b1d2e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246235 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.