commit | dcf59eb235250c15c9a6a4aba46b057ecd1595c6 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Sun Jun 23 04:10:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jun 23 04:10:45 2024 +0000 |
tree | 21c50eaa8092a0b9ae8e387bbce8435e37f8554d | |
parent | a723806ac5c87b8876b631b0fce62372ef5358e9 [diff] |
Support `TypedIntegerImpl` as a key of `absl::flat_hash_map` This patch implements `AbslHashValue` for `TypedIntegerImpl` so that `TypedIntegerImpl` can be used as a key of `absl::flat_hash_map`. Bug: dawn:1513 Change-Id: I36e545c181381b6c9b1e2be97fe1cc453362d0e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194720 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.