commit | c35a3d994f64d3ffe0a5854e4f6ae4171c222889 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 13 11:34:09 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 13 11:34:09 2025 -0700 |
tree | 63a8ff3c2e8edfa57b1d3bb76cec0a209b37461c | |
parent | 5ba97901e1439bc2f2fcf83d76a7d448d179709f [diff] |
Range Analysis: Return `IntegerRangeInfo` by value in `GetInfo()` This patch returns `IntegerRangeInfo` by value instead of pointers in `IntegerRangeAnalysis::GetInfo()` to prevent potential internal memory reallocation in the HashMap. Bug: 348701956 Change-Id: Ic5905a726e0177e5974ecf7748b889156510587a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246036 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@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.