commit | a6663fdf2abed650dea5f8dfb635acb10aa61b92 | [log] [tgz] |
---|---|---|
author | Alan Baker <alanbaker@google.com> | Wed Jun 11 16:17:44 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 11 16:17:44 2025 -0700 |
tree | 43c5b97d06af57d2460b33e8bdf595b46bdbb1d9 | |
parent | 4500fc4d17251ca88752afc5c6dad722c5b58ce4 [diff] |
SPIR-V 1.4: Allow scalar condition with vector data Fixed: 422424513 * Add overload for select(bool, vec<N, T>, vec<N, T>) -> vec<N, T> * In SPIR-V 1.4 or later no need to splat a scalar condition for vector operands Change-Id: I592efa4b39456b712b72172b702f846e8c8225c1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246374 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Alan Baker <alanbaker@google.com> Commit-Queue: Alan Baker <alanbaker@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.