[wpt-sync] Sync PR 47414 - webnn: Implement MLBuffer on Core ML
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox131 fixed)
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47414 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47414
Details from upstream follow.
Austin Sullivan <asully@chromium.org> wrote:
webnn: Implement MLBuffer on Core ML
Unlike compute(), the implementation of dispatch() synchronously
executes the graph with the given MLBuffers as inputs and outputs.
This papers over the lack of proper resource sharing (as seen in the
TFLite backend), which is left to follow-up CLsBug: 333392274
Change-Id: I3aaddc9fefa26b26b7c1927a139ceefd829b74e7
Cq-Include-Trybots: luci.chromium.try:mac14-blink-rel,mac14.arm64-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/5750342
WPT-Export-Revision: 05b71c8b730492b719cfa3a3f1eb2365dc2768ca
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 32 subtests
Status Summary
Firefox
FAIL : 6
ERROR: 6
Chrome
OK : 6
PASS : 192
Safari
FAIL : 6
ERROR: 6
Links
Details
New Tests That Don't Pass
- /webnn/conformance_tests/buffer.https.any.html?cpu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/conformance_tests/buffer.https.any.worker.html?npu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/conformance_tests/buffer.https.any.html?npu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/conformance_tests/buffer.https.any.worker.html?gpu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/conformance_tests/buffer.https.any.worker.html?cpu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/conformance_tests/buffer.https.any.html?gpu [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
Description
•