commit | e3dbd6e97ce29f40f0e5de7b2092613483206ea1 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Sat Mar 23 00:13:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 23 00:13:04 2024 +0000 |
tree | c6b605b83887affb1f5da6bfa1ceb76404c66613 | |
parent | c0e6108631dc226069cf9c62308629e3c5b7e813 [diff] |
Revert "[WGPUFuture] Implement CreateComputePipelineAsyncF" This reverts commit 7545caf54c08af0d28bbd5b09315a6dd9cced539. Reason for revert: Looks to be breaking Dawn->Chromium roll. The second CL in this stack was unluckier and failed CQ, but this one also has a lot of suspicious flakes in its build: https://dawn-review.googlesource.com/c/dawn/+/174140?checksRunsSelected=android-dawn-arm64-rel&tab=checks Original change's description: > [WGPUFuture] Implement CreateComputePipelineAsyncF > > Implementing the future version by > creating the CreateComputePipelineAsyncEvent which > inherites EventManager::TrackEvent. > > Bug: dawn:2353, dawn:1987 > Change-Id: I4a75d4a996cfff20055349b3f6e75031c99a51cf > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174140 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Loko Kung <lokokung@google.com> TBR=enga@chromium.org,shrekshao@google.com,noreply+kokoro@google.com,lokokung@google.com Change-Id: Ibbbb6f7055f5e75f1d01f7be47b95a3ead7fcabd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:2353, dawn:1987 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180561 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Kokoro: Kai Ninomiya <kainino@chromium.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.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.