dawn-cmake/third_party/gn/webgpu-cts
Ben Clayton e119ff452a Roll third_party/webgpu-cts/ 900765392..21af43c62 (10 commits)
Update expectations and ts_sources

9007653926..21af43c62a
 - 21af43 wgsl: Implement f32 `exp` test (#1315)
 - 0f86e0 Remove redundant information from unittest names (#1317)
 - 23dab0 wgsl: Stub acosh builtin tests. (#1312)
 - 7cea4a wgsl: stub distance builtin tests (#1311)
 - 8829c3 wgsl: stub length builtin tests (#1310)
 - 7eec30 wgsl: stub tests for atanh builtin. (#1314)
 - e442a7 wgsl: Stub asinh builtin tests (#1313)
 - 969db1 Implement OneULP and related ULP functions (#1218)
 - 7845e2 wgsl: Stub asin builtin tests (#1309)
 - 8f8ab3 Sync reserved words to spec. (#1308)

Created with './tools/run cts roll'

Change-Id: I6f549884d045b80b63a826a4282faa26aa992ec4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88260
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-04-28 13:32:23 +00:00
..
BUILD.gn Add CTS DEPS as input for verify_gen_ts_dep_list action 2022-04-20 02:34:55 +00:00
README.chromium Add WebGPU CTS dep and build files 2022-03-17 21:43:17 +00:00
resource_files.txt Add WebGPU CTS dep and build files 2022-03-17 21:43:17 +00:00
ts_sources.txt Roll third_party/webgpu-cts/ 900765392..21af43c62 (10 commits) 2022-04-28 13:32:23 +00:00

README.chromium

Name: WebGPU Conformance Test Suite
Short Name: webgpu-cts
Version: unknown
Revision: latest
URL: https://gpuweb.github.io/cts/
SOURCE CODE: git clone https://github.com/gpuweb/cts.git
Security Critical: no
License: BSD-3-Clause
License File: NOT_SHIPPED

Description:
(This README is for ../../webgpu-cts/. This directory is part of dawn.)
The WebGPU conformance test suite. Not used directly by Dawn, only transitively
by Chromium. There, it is run under Chromium's GPU testing infrastructure.