commit | c552777c94afbd9c5492aa28dca85ac896c129e0 | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Tue Jul 23 17:08:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 23 17:08:24 2024 +0000 |
tree | 3ce550eecf7ab262fb774f0ea785087f97ebda41 | |
parent | 753f84666c7be640c26d484906b7109dd32b9b0e [diff] |
[Tint] Validate partial eval of divby0 Validate against division by zero for cases where only the rhs is an integral type and can be constant-evaluated. Related CTS fixes: https://github.com/gpuweb/cts/pull/3873 Fixes: 42251274 Change-Id: I43498423a1826f0f16707587fc9c5f47b68dadaf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199776 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Natalie Chouinard <chouinard@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.