commit | d1e3c7773833b28db0417b99db3eafd2efa93e3c | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Mon Aug 04 13:36:29 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 04 13:36:29 2025 -0700 |
tree | 2c58c7fa03e45f8f9f71102f80a25648596765f1 | |
parent | 8da9a677a3a402e76277f46bc52d5e8c2dc86f7a [diff] |
Add tests for LRUCache Adds some simple unittests to ensure that LRUCache works the way it should. Change-Id: I49a6229509cd1ab00fa076d7987ec81e87af6138 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255563 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com> Reviewed-by: Loko Kung <lokokung@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.