commit | 5702df1d368de93eddebb815b482567bd48f39c1 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Jun 19 21:44:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 19 21:44:30 2023 +0000 |
tree | e42d79fd957fe29616aa4158d05066f6bc581f4c | |
parent | 4915adcccaf98049d9e03e7306d03eec1c598310 [diff] |
[spirv-reader] Detect constant vector splats When all operands to an OpConstantComposite for a vector type are the same, use a vector splat. Change-Id: I53680e1c8a1589ab0b2047fb6cfdaaae2ba5b654 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137882 Auto-Submit: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.