commit | 3bf3e9b20c6e06b57c0966e37ba990cc01d39365 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Dec 18 17:21:11 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 18 17:21:11 2024 -0800 |
tree | 31e8f256ea9e2644cf5ce3da164311e9bc60cd23 | |
parent | 6d70efb1ad29ce918d69799ecb20f784de4e1f24 [diff] |
Tint: Implement range analysis on `LocalInvocationIndex` This patch adds the basic infrastructure of integer range analysis and implements the computation of the range on `LocalInvocationIndex`. Bug: chromium:348701956 Test: tint_unittests Change-Id: I93320c451aefcdc0bb60fe436cebdef172d9d046 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219174 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.