Closed Bug 1913298 Opened 3 months ago Closed 3 months ago

[wpt-sync] Sync PR 47614 - WebNN: Add support limits for hardSigmoid and hardSwish

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox131 fixed)

RESOLVED FIXED
131 Branch
Tracking Status
firefox131 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 47614 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/47614
Details from upstream follow.

Miao Bin <bin.miao@intel.com> wrote:

WebNN: Add support limits for hardSigmoid and hardSwish

This CL adds data type support limits for hardSigmoid and hardSwish.

Bug: 345271830
Change-Id: I658b212685ff2b451078c1d656694380d3ca4a36
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel,mac14.arm64-blink-rel,mac14-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/5754226
WPT-Export-Revision: 5feb2b730324a044d652b4b55baf042830783132

PR 47614 applied with additional changes from upstream: dd101462b7ed7afd29831492bdf28a577b7588c3, ab33282b72a7a6584f3108f52bf55e66d5cc0a07

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 12 tests and 4 subtests

Status Summary

Firefox

OK : 12
FAIL: 66

Chrome

OK : 12
PASS: 42
FAIL: 24

Safari

OK : 12
FAIL: 66

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /webnn/validation_tests/hardSigmoid.https.any.html?npu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSigmoid.https.any.html?cpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSigmoid.https.any.worker.html?cpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSigmoid.https.any.worker.html?npu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSigmoid.https.any.worker.html?gpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSigmoid.https.any.html?gpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSigmoid] Test building with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.beta is NaN: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSigmoid] Throw if options.alpha is Infinity: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.worker.html?gpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.html?cpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.html?npu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.worker.html?npu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.html?gpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /webnn/validation_tests/hardSwish.https.any.worker.html?cpu [wpt.fyi]
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [hardSwish] Test building the operator with supported data type.: FAIL (Chrome: FAIL, Safari: FAIL)
    • [hardSwish] Throw if the data type is not supported for the operator.: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ac3405eb2960 [wpt PR 47614] - WebNN: Add support limits for hardSigmoid and hardSwish, a=testonly
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in before you can comment on or make changes to this bug.