[wpt-sync] Sync PR 48876 - webnn: Allow passing SharedArrayBuffers to writeTensor()
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox134 fixed)
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48876 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48876
Details from upstream follow.
Austin Sullivan <asully@chromium.org> wrote:
webnn: Allow passing SharedArrayBuffers to writeTensor()
readTensor() and the other writeTensor() overload both allow shared
buffers and I don't see why this variant of writeTensor() shouldn'tBug: 365813262
Change-Id: Id0618ec2fc70db0de61d246c8af8fededbd11edd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5976704
Commit-Queue: Austin Sullivan \<asully@chromium.org>
Reviewed-by: ningxin hu \<ningxin.hu@intel.com>
Cr-Commit-Position: refs/heads/main@{#1375674}
| 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 : 174
FAIL : 18
Safari
FAIL : 6
ERROR: 6
Links
Details
New Tests That Don't Pass
- /webnn/conformance_tests/tensor.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/tensor.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/tensor.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/tensor.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"):
- /webnn/conformance_tests/tensor.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/tensor.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"):
Description
•