commit | 3e09ddedef1985bc19993f1ffa06e0fbd1c6267a | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Wed Aug 07 18:09:37 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 07 18:09:37 2024 +0000 |
tree | 29f5c8e3f4d7afb8a4dd583aaa63b63a0d8c3f32 | |
parent | 06e23ab5d408c72a3887a4f42749365b06b4593a [diff] |
[tint][wgsl] Add subgroupAdd,Mul builtin checks Add a couple missing subgroup builtin function checks for WGSL, and remove some unused core code. Bug: 354738715 Change-Id: I9062925f86dadb3674849bba11922081fe16c661 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201575 Commit-Queue: Natalie Chouinard <chouinard@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.