commit | 8e8799a00c415e0ea681c7766f6e00639efd729f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jan 29 15:30:59 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 15:30:59 2025 -0800 |
tree | 64995b2bafd68b859ef3b689744cd611f263d251 | |
parent | 813e1e8af5f4a8deed110e7f356c5919336343cf [diff] |
Metal: Fix MSL backend result check Make sure we check the result before validating the compute workgroup size, otherwise Dawn will crash instead of producing a readable error. Change-Id: I793c94ada173b1bdd45ddbdfb79bc4315029336a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223914 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.