Revert "Refactor AsyncTask into an object with helpers." This reverts commit 773146ed837bac5363753246e4e2ea3f476f20b1. Reason for revert: I think this is causing CQ flakes like https://ci.chromium.org/ui/p/dawn/builders/try/linux-clang-dbg-x86/b8704548794903932129/overview [----------] 3 tests from AsyncTaskTest [ RUN ] AsyncTaskTest.Basic [raw_hash_set.h : 3335] RAW: Use of destroyed hash table. Original change's description: > Refactor AsyncTask into an object with helpers. > > AsyncTaskManager::PostTask now constructs a task object to wrap the > running task and returns it. Allow for overriding the AsyncTask class > with a template on PostTask. > > Update std::lock_guard to the more modern std::scoped_lock in > AsyncTaskManager. > > Bug: 406520956 > > Change-Id: Ie66e5b704db3772117885ce71ea0308b13c093b7 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251114 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Commit-Queue: Geoff Lang <geofflang@chromium.org> No-Try: true Bug: 406520956 Change-Id: Ie6fa6f5215cee333d96f6480b2fa84ee6bbdb2a8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260874 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
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.