commit | 2d913200c8319e9a4d1e0ff1b39fe008df8d5c46 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Aug 29 03:42:20 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 03:42:20 2024 +0000 |
tree | 233d0de4b2db9dc6db72c8daa4c9dff08a49722e | |
parent | c58ba9edddadf2d55b4bef8e045b92e48e3d435e [diff] |
Remove some unordered_{set|map} The IR printers were using `unordered_set` and `unordered_map` in a couple places, while most of the code was using `Hashset` and `Hashmap`. Remove the usages of the std versions in favour of consistently using the internal versions. Change-Id: I4a669423de9168653fe75a6bc67712fe826d1b03 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204376 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.