commit | 9cf1e48631ae75751a8b8dcfe35fed8b1a8c04c2 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Thu May 29 21:02:18 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 21:02:18 2025 -0700 |
tree | 2666d602ef6bd53492ec83176d77244fafcef65d | |
parent | 91043600f7117f3366a64654238ed9d222046b6c [diff] |
[dawn] Enable module constant hoisting transform for apple silicon The module constant hosting code works for apple silicon but has has issues on Intel/AMD for f16(half). So sadly for now the module scope hosting code must be conditioned on device. This new end2end test should go green https://dawn-review.googlesource.com/c/dawn/+/243854?tab=checks Bug: 419804339 Change-Id: Iccf18363b0bbc74e876b40fa4dc171d7c2889c64 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244234 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@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.