commit | c86c5f287359036f2a457f4ba9942bcfbc39947b | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Nov 06 18:11:35 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 06 18:11:35 2024 +0000 |
tree | 3cbff4825a641247fb08ede4e739acf51129f43f | |
parent | fea9ee95394a1fcecb591351cb55b7beed56edbd [diff] |
[tint][ir][val] Check numeric type of params to @workgroup_size Refactors checks for @workgroup_size into a separate utility function, and implements rules about numeric types for params. A follow up CL will implement rules related to params being const/override expressions. Issue: 376624999 Change-Id: Ib7cf63f2dd191bba95c2e94d45313584311c9342 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213296 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.