commit | 42e95ff6e859aba07909b9c6637bece9a169ccab | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Feb 12 20:01:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 12 20:01:13 2024 +0000 |
tree | c01fb65dbf0e2a73de7a170d6520015077e6040b | |
parent | 937d7686bf3967b25314d84e6460c4033479c35f [diff] |
Add async pipelines to the cache inside the async task We can do this now that the cache is thread-safe. This adds the pipelines into the cache as soon as possible, instead of adding it right before calling the user callback. Bug: dawn:529 Change-Id: I3996f6285a20dfcee9bbb2f6e03c236f7e239165 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174260 Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> 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.