commit | 59d3d50c04c83f9dcd295e5b6a08cb69ae642f7a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Sep 23 17:16:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 23 17:16:52 2024 +0000 |
tree | c22ee303d3629f9187c7bf66c4d47b0b4519a82f | |
parent | 850ee5c5b7e39c2bdf7f44f03ac3eba52a57b434 [diff] |
[spirv-reader] Use a set for row_major_accesses We never actually used the value, so a map is unnecessary. Bug: 364267168 Change-Id: I1fd529c3c989607bd4fe32e5a50501a390c84d79 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207576 Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.