commit | a1ee8834aa497fabe95386e5bd7a88f950975c92 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 19 16:51:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 16:51:17 2024 +0000 |
tree | ee5ba7ba46fd47ae907550ca962a04936e51ea89 | |
parent | 3d64565e2eb8fe4a377b18e288edac70d28d586f [diff] |
[hlsl] Update DecomposeStorageAccess to conditionalize Convert creation. When generating the decomposed indices we only need to create a `Convert` instruction if the types don't match. Bug: 379684039 Change-Id: Iac61a657c55239387b37528327bb76a2d3690a87 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215634 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.