Closed Bug 1828072 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 39538 - [webnn] Update comment for WebNN concat op

Categories

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

task

Tracking

(firefox114 fixed)

RESOLVED FIXED
114 Branch
Tracking Status
firefox114 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

BruceDai <feng.dai@intel.com> wrote:

[webnn] Update comment for WebNN concat op

  1. According to current WebNN API Spec of concat operation and reshape operation, these previous comments are outdated, this pr is to update them to align with updated Spec.
  2. For conformance tests of concat operation , there's none existed tests with negative aixs, so there's no change for tests.
  3. Last https://github.com/web-platform-tests/wpt/pull/38273 has already updated conformance tests of reshape operation, so there's no change this time.

@Honry @dontcallmedom PTAL, thanks.

CI Results

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

Total 4 tests and 6 subtests

Status Summary

Firefox

ERROR : 4
NOTRUN: 28

Chrome

OK : 4
PASS : 84

Safari

ERROR : 4
NOTRUN: 28

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /webnn/concat.https.any.html [wpt.fyi]: ERROR (Chrome: OK, Safari: ERROR)
    • concat two float32 1D tensors of same shape along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 1D tensors of different 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 1D tensors of same 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 1D tensors of different 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 2D tensors of same shape along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 2D tensors of same others dimensions except different 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 2D tensors of same shape along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 2D tensors of same shape along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 2D tensors of same others dimensions except different 2nd dimension along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 3D tensors of same others dimensions except different 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 3D tensors of same others dimensions except different 2nd dimension along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 3D tensors of same shape along axis 2 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 4D tensors of same others dimensions except different 1st dimension along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 4D tensors of same shape along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 4D tensors of same others dimensions except different 3rd dimension along axis 2 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 4D tensors of same others dimensions except different 4th dimension along axis 3 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat four float32 5D tensors of same shape along axis 0 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 5D tensors of same others dimensions except different 2nd dimension along axis 1 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat three float32 5D tensors of same others dimensions except different 3rd dimension along axis 2 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 5D tensors of same others dimensions except different 4th dimension along axis 3 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • concat two float32 5D tensors of same others dimensions except different 5th dimension along axis 4 / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
  • /webnn/concat.https.any.worker.html [wpt.fyi]: ERROR (Chrome: OK, Safari: ERROR)
  • /webnn/reshape.https.any.worker.html [wpt.fyi]: ERROR (Chrome: OK, Safari: ERROR)
  • /webnn/reshape.https.any.html [wpt.fyi]: ERROR (Chrome: OK, Safari: ERROR)
    • reshape float32 tensor to a new shape (reorder all dimensions) / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • reshape float32 tensor to a new shape (reduce dimensions) / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • reshape float32 tensor to a new shape (extend dimensions) / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • reshape float32 tensor to a new shape (one dimension being the special value of null) / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • reshape float32 tensor to 1D tensor / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
    • reshape float32 tensor to 1D tensor newShape=[null] / async: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/603281cd2a05 [wpt PR 39538] - [webnn] Update comments for WebNN concat op and reshape op, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in before you can comment on or make changes to this bug.