[wpt-sync] Sync PR 59145 - webnn: rename roundingType to outputShapeRounding for pool2d ops
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox152 fixed)
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
371.04 KB,
text/plain
|
Details |
Sync web-platform-tests PR 59145 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59145
Details from upstream follow.
BruceDai <feng.dai@intel.com> wrote:
webnn: rename roundingType to outputShapeRounding for pool2d ops
This CL renames MLPool2dOptions::roundingType to
MLPool2dOptions::outputShapeRounding in test files and implementations
according to Spec change [1].[1] https://github.com/webmachinelearning/webnn/pull/770
Bug: 498118207
Change-Id: I815c7f7728071144835c0ada0747bc9de2999669
Cq-Include-Trybots: luci.chromium.try:mac14.arm64-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel, linux-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7717139
Reviewed-by: Hu, Ningxin \<ningxin.hu@intel.com>
Reviewed-by: Reilly Grant \<reillyg@chromium.org>
Reviewed-by: Alex Gough \<ajgo@chromium.org>
Auto-Submit: Dai, Feng \<feng.dai@intel.com>
Commit-Queue: Dai, Feng \<feng.dai@intel.com>
Cr-Commit-Position: refs/heads/main@{#1618021}
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9a10948c08d605e96e48b1332925b9979ad04ec
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 732 tests
Status Summary
Firefox
OK : 12
FAIL: 135
Chrome
OK : 12
PASS: 306
FAIL: 105
Safari
OK : 12
FAIL: 135
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
(See attachment for full changes)
Description
•