| commit | 2ab9ba0166a3e40b056a4f965aa8a9025a89c7ae | [log] [tgz] |
|---|---|---|
| author | Bryan Bernhart <bryan.bernhart@intel.com> | Fri Jun 06 21:47:58 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 21:47:58 2025 |
| tree | c9336e1d2b923e33877791d9199009852250b220 | |
| parent | ea3718881491174ba51ede94210da30a4a9b6f8a [diff] |
Reland "WebNN: remove GPUDevice from exportToGPU" This is a reland of commit add181a7cef0578b59a2a1cdd4733aee0f61b9fc Removed DML backend support check causing test failure. Original change's description: > WebNN: remove GPUDevice from exportToGPU > > Caches GPUDevice from MLContext to avoid needing a workaround for exportToGPU. This change only implements the necessary renderer side functionality for createContext(GPUDevice). Also, adds WebNN usage validation to WebNNTensor. > > Bug: 345352987 > Change-Id: Ib11fb290a3d0cb9d3a9d40e11cef9bb2f18bb4cc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6613323 > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: ningxin hu <ningxin.hu@intel.com> > Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com> > Cr-Commit-Position: refs/heads/main@{#1469998} Bug: 345352987 Change-Id: Ic35489a6072a74be71a7d64ae3cd67afa03cd063 Cq-Include-Trybots: luci.chromium.try:win11-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6628075 Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Cr-Commit-Position: refs/heads/main@{#1470799}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.