commit | 21a0d8524ef1620702d1420b9432b71ddb7af2dc | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Dec 16 13:07:35 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 16 13:07:35 2024 -0800 |
tree | fe45fe579e67b8a34bceae40a0404788573f7768 | |
parent | a1dc8979c256b0e1fd769bb0cc46b331e3e2fd1a [diff] |
[spirv][fuzz] Avoid remapping multiple entry point names If the `remapped_entry_point_name` option is non-empty, we cannot codegen a module with multiple entry points as they would all receive the same name. Note that this check will become unnecessary once we address crbug.com/375388101. Fixed: 384115680 Change-Id: I6fff79ed0f11b695bc89ef420bac07b31ef34221 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219754 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Auto-Submit: 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.