commit | 71da3e8aa054ec1e8d36f65a07b975ad8d02de0f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Nov 27 02:00:59 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 02:00:59 2023 +0000 |
tree | 86b6ec1e0e321ed28d19452d3fe185efa79ee1b7 | |
parent | 9ffc1d92cb4b6a599dc8803a9d84f28821c5b27d [diff] |
[ir][msl] Add thread and threadgroup position. Add support for the `GlobalInvocationId`, `LocalInvocationId`, `LocalInvocationIndex`, `NumWorkgroups` and `WorkgroupId` entry point attributes. Bug: tint:1967 Change-Id: I74ffb8ca93d87db4c531dc4ba30375a6818de417 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162823 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.