commit | 817f471a8e17110abd9987e645b68458cb4f81eb | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Sun Jan 12 19:01:43 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jan 12 19:01:43 2025 -0800 |
tree | 42e10cb4ad8eb80e8845be55d80a6813ed55e923 | |
parent | 777987d6d109a1632a0a413eca952cf6902e09fb [diff] |
Tint: Implement range analysis on `LocalInvocationId` This patch adds the basic infrastructure of integer range analysis and implements the computation of the range on `LocalInvocationId`. Bug: chromium:348701956 Test: tint_unittests Change-Id: I8536727f78e2d127b78a3db7f32c034aa6bb125e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220454 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: David Neto <dneto@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.