commit | a05bbddfaf90d10bdb9d9a6f4de54cb075b82758 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jan 12 01:03:36 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 01:03:36 2024 +0000 |
tree | cd44d108a0c2b9a226d74145cbd7ed07907f7d8d | |
parent | 368ebceb55668b4759729614b28ff3c12a4c6a98 [diff] |
Use absl::flat_hash_map in dawn/native This patch replaces std:unordered_map and std::map with absl::flat_hash_map in dawn/native when possible. Bug: dawn:1513 Change-Id: I061253a20976de8c713d075b46cc314cc0b3c272 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168801 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.