commit | 91b17e79a7d8533b5eb342ff5cb0e0bbaba7f787 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Sep 03 16:36:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 03 16:36:27 2024 +0000 |
tree | cc97828a24cb5963f1084d28f1d04741a45c49ae | |
parent | eb862f9964edb90ce8967a767286aa22a3b39432 [diff] |
[msl] Add SimdBallot transform Replace calls to subgroupBallot() with a call to a helper function that calls an MSL intrinsic for simd_ballot and masks the result. Bug: 42251016 Change-Id: I0c6b5266018e6a264c065c4ef73ac0f342075899 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204676 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.