commit | f12a3e025303e56c00d280c62faf7f46730ea56b | [log] [tgz] |
---|---|---|
author | Dawn Automated Expectations <dawn-automated-expectations@chops-service-accounts.iam.gserviceaccount.com> | Tue Mar 26 13:26:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 13:26:40 2024 +0000 |
tree | f93c02dc8845442bac4e746e8fbbb61610cd91ee | |
parent | 5de7eb219957e2bb6a0384df8c48e66e16dedb60 [diff] |
Roll third_party/webgpu-cts/ 68753bbc6..e8511cd51 (17 commits) Based on https://dawn-review.googlesource.com/c/dawn/+/180762 with updated expectations. Triaged: Bug: tint:2213 Bug: dawn:2472 Regenerated: - expectations.txt - compat-expectations.txt - ts_sources.txt - test_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/68753bbc67e9..e8511cd5130d - e8511c Let-declaration validation (#3547) - 3f4d36 Remaining validation tests for const declarations (#3546) - f1ae1f op: Add depthSlice tests in rendering/3d_texture_slices.spec.ts (#3501) - 061d14 Add external_texture test. (#3544) - c2e75b add f16 to webgpu/shader/types.ts utilities (#3407) - 2abbfa Slightly expand force-push policy explanation - c8ec26 wgsl: Implement AbstractFloat `step` execution tests (#3525) - e21de1 wgsl: Implement AbstractFloat `frexp` execution tests (#3527) - f44b0f wgsl: Implement AbstractFloat `fract` execution tests (#3530) - 783153 wgsl: Implement AbstractFloat `ldexp` execution tests (#3534) - 93ed96 wgsl: Implement `determinant` validation tests (#3533) - 2bd217 Move more tests into subcases - 7a278f Remaining validation tests for overrides (#3540) - 21d100 Add loop control flow tests with logical operators (#3456) - 278383 Disable logToWebSocket by default (#3536) - 390191 Array validation tests (#3535) - 50f317 Validation tests for matrix types (#3532) Created with './tools/run cts roll' Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-mac-intel-exp,dawn-try-win10-x86-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Change-Id: I6beb1890b8772efbcb6b3301ac3ab7d3ef53fc69 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180860 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@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.