commit | 0077a73deff74980c69eaf6a0ae1f8b44ebfcdc6 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Jan 09 15:16:49 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 15:16:49 2025 -0800 |
tree | bc829c199f0e148d97f2c5f6ab9ccd0ea7781836 | |
parent | 380f3dffa7eaaa6824e970a74d8c831def1d969e [diff] |
[tint][ir][val] Split up unittests into multiple files Breaks up the tests in validator_test.cc into different files of conceptually connected tests, i.e. 'builtins', 'types', etc. This helps get the size of the testing files to a couple of kLOC each instead of previous ~11kLOC single file. The actual implementation the common test fixture and a variety of misc tests are left in validator_test.cc. This CL is primarily just moving existing code around, and not intended to be a systematic refactoring of the existing tests. Fixes: 388064480 Change-Id: Ie33da1fc4813e23535e162a152159e94721f3a58 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221496 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@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.