commit | 716339fa9fe10b4383899bbe112479967b585d3c | [log] [tgz] |
---|---|---|
author | Rafael Cintron <rafael.cintron@microsoft.com> | Tue Dec 03 00:48:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 03 00:48:49 2024 +0000 |
tree | ea1814fb90075dbecdda61857281370e81b4ddcc | |
parent | 52b68e3e6bd237a0fef548a0ca425823ecf90ecf [diff] |
Add a new MaxStorageBufferBindingSize Limit Tier https://dawn-review.googlesource.com/c/dawn/+/212895 raised the MaxStorageBufferBindingSize limit for QC devices from 2^27 to 2^29. Unfortunately, due to number of tiers for this limit, the new value fell right between 2^27 and 1GB and remained at the lower number, thus neutralizing the effects of the change for WebGPU. This CL adds a new tier at 2^29 so QC can fully utilize its hardware capabilities. Bug: 380487895 Change-Id: I43a4f9f540842f870689a08805aa28e9b6db60cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/217035 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.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.