commit | 86a251dbc29a9e636d7b2636517a509f3cece01f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Apr 11 10:26:24 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 11 10:26:24 2025 -0700 |
tree | 11450bef0a4facf31eca08e696d753ad13a406bf | |
parent | ed9725c374a30697cbdda4037f72ca5d6880a8fe [diff] |
Move resolver based const-eval tests to the resolver folder. The const-eval tests use the resolver based testing framework. They work by having the resolver run the const-eval. They do not call `Eval` directly, as such they depend on the WGSL framework. Move the tests which use the resolver into the wgsl/resolver folder. New tests will be created in the core/constant folder which tests `Eval` directly. Bug: 409319601 Change-Id: I5fd6cb8f4843bec0eaf4c47b53e3350b3d0e7e9f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236275 Reviewed-by: James Price <jrprice@google.com> 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.