[wpt-sync] Sync PR 44388 - WebNN: Implement MLBuffer creation/destroy.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
562.83 KB,
text/plain
|
Details |
Sync web-platform-tests PR 44388 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44388
Details from upstream follow.
Bryan Bernhart <bryan.bernhart@intel.com> wrote:
WebNN: Implement MLBuffer creation/destroy.
Introduces MLBuffer to the WebNN service. Since MLBuffer exists in the
domain of the context, instead of a graph, a dedicated command
recorder was needed to ensure future context operations
(ie. readBuffer) get applied prior to graph operations.
- Defines handles to identify objects in the ML service.
- Defines MLBuffer interfaces.
- Implements buffer creation and destruction.
https://github.com/webmachinelearning/webnn/issues/482
Bug: 1472888
Change-Id: I852eff452346a968812e9f248fbb0a4cfc917dbc
Reviewed-on: https://chromium-review.googlesource.com/5173676
WPT-Export-Revision: d387e086f86d5c377c29e5d4ee695cbbbbd944b4
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ddea1ef28969
https://hg.mozilla.org/mozilla-central/rev/6950545bf9d6
Description
•