Closed
Bug 1870194
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 43684 - [webnn] Add float32 tests for WebNN API layerNormalization op
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
263.20 KB,
text/plain
|
Details |
Sync web-platform-tests PR 43684 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43684
Details from upstream follow.
BruceDai <feng.dai@intel.com> wrote:
[webnn] Add float32 tests for WebNN API layerNormalization op
@fdwr Please help provide this tolerance definition for layerNormalization op.
And running test with negative value of 1D input by WebNN GPU backend (DirectML) it would be NaN which is expected as 0, synced with@shiyi9801, she said that you knew there's a bug for it on DirectML. Another problem, both scale and bias are required by DirectML side.
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6c0e74d5a6a07a814b0ba90471c11c3553c6933e
Assignee | ||
Comment 2•1 year ago
|
||
# CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 138 tests and 32 subtests
## Status Summary
### Firefox
`OK` : 2
`PASS` : 205
`FAIL` : 617
`ERROR` : 124[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 136[GitHub]
`NOTRUN`: 1352[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 1522[GitHub]
### Chrome
`OK` : 69
`PASS` : 1203
`CRASH` : 68
`FAIL` : 1835
`ERROR` : 1
`NOTRUN`: 55
### Safari
`OK` : 2
`PASS` : 205
`FAIL` : 617
`ERROR` : 136
`NOTRUN`: 1522
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=6c0e74d5a6a07a814b0ba90471c11c3553c6933e)
[GitHub PR Head](https://wpt.fyi/results/?sha=5a8a24f0815d7c8bd4d9d8359173f868d4590344&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=5a8a24f0815d7c8bd4d9d8359173f868d4590344&label=pr_base)
## Details
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73e2ef331657
[wpt PR 43684] - [webnn] Add float32 tests for WebNN API layerNormalization op, a=testonly
https://hg.mozilla.org/integration/autoland/rev/15cab0ea5c39
[wpt PR 43684] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/73e2ef331657
https://hg.mozilla.org/mozilla-central/rev/15cab0ea5c39
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•