| commit | f802daf8f832fea5ca1b9d5e2b27ef971d78dcec | [log] [tgz] |
|---|---|---|
| author | Bryan Bernhart <bryan.bernhart@intel.com> | Mon Jul 28 17:54:18 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 17:54:18 2025 |
| tree | abaf2be2450579d3e88115a34397e9d602490419 | |
| parent | 24faae588a22c74ed4602c1e5d6e25859cceb6f6 [diff] |
Reland "WebNN: support WebNNTensor creation from shared image" This is a reland of commit 457aecb0e931a61ffd322405301684ce1ff80880 Disabled createTensor() for WebGPU interop since the feature is not fully implemented. Original change's description: > WebNN: support WebNNTensor creation from shared image > > Adds CreateTensorFromMailbox IPC which allows a WebNNTensor > to be constructed from a shared image and accessed by WebNN. > > Bug: 345352987 > Change-Id: I3aa55d433aac3e3dea5d7cac66f51a26de05dd81 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6730318 > Reviewed-by: ningxin hu <ningxin.hu@intel.com> > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > Reviewed-by: Alex Gough <ajgo@chromium.org> > Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com> > Cr-Commit-Position: refs/heads/main@{#1491675} Bug: 345352987 Change-Id: I52d58a623b0b30163e73718c558580c1decf6df6 Cq-Include-Trybots: luci.chromium.try:win11-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6788628 Reviewed-by: ningxin hu <ningxin.hu@intel.com> Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com> Cr-Commit-Position: refs/heads/main@{#1492952}
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.