Closed
Description
Thanks @fdwr's great efforts for reviewing and @Honry's approvals and helps, our WPT WebNN tests PRs have been all landed after previous blocker of syncing updated WebNN IDL interfaces on web-platform-tests/wpt#36908 being resolved by my fixing CI failure PR.
Now there're such 432 WPT WebNN operations tests covered total 40 ops for first wave models after convTranspose2d tests web-platform-tests/wpt#38100 being landed.
We could run these tests on https://wpt.live/webnn/, eg:
- run conv2d tests in Window: visit https://wpt.live/webnn/conv2d.https.any.html by Chromium integrated with WebNN API implementation
- run conv2d tests in Worker: visit https://wpt.live/webnn/conv2d.https.any.worker.html by Chromium integrated with WebNN API implementation
Bruce is ongoing to add tests of remaining ops #338 closely co-working with @fdwr.
WPT WebNN Tests:
1. WebNN API IDL Tests:
- Add IDL tests for Web Neural Network API web-platform-tests/wpt#31201
- Update IDL tests for WebNN API. web-platform-tests/wpt#35790
- Fixed CI failure of idlharness.js for unexposed overloaded functions. web-platform-tests/wpt#37227
- also addresses [webnn] x() + xSync() naming web-platform-tests/wpt#37222
2. WebNN API JavaScript Tests (testharness.js) for operations tests:
- ULP tolerance assertion Add ULP based assertion for testing WebNN API operations. web-platform-tests/wpt#35789
- batchNormalization Add webnn batchnorm tests web-platform-tests/wpt#37420
- concat [webnn] Add tests for concat operation. web-platform-tests/wpt#36782
- clamp Add webnn clamp tests web-platform-tests/wpt#37067
- conv2d Add webnn conv2d tests web-platform-tests/wpt#37275
- convTranspose2d [webnn] Add float32 tests for WebNN convTranspose2d op. web-platform-tests/wpt#38100
- element-wise binary (add/sub/mul/div/max/min/pow) Add webnn binary tests web-platform-tests/wpt#37337
- element-wise unary (abs/ceil/cos/exp/floor/log/neg/sin/tan) Add webnn unary tests web-platform-tests/wpt#37351
- gemm Add webnn gemm tests web-platform-tests/wpt#37068
- leakyRelu Add webnn leakyRelu tests web-platform-tests/wpt#37340
- averagepool2d/maxpool2d Add webnn pooling tests web-platform-tests/wpt#37379
- matmul Add webnn matmul tests web-platform-tests/wpt#37069
- reduction (reduceMax/reduceMean/reduceMin/reduceProduct/reduceSum) Add webnn reduce tests web-platform-tests/wpt#37380
- reshape Add webnn reshape tests web-platform-tests/wpt#37070
- relu Add webnn relu tests web-platform-tests/wpt#37071
- sigmoid Add webnn sigmoid tests web-platform-tests/wpt#37343
- slice Add webnn slice tests web-platform-tests/wpt#37072
- softmax Add webnn softmax tests web-platform-tests/wpt#37254
- split Add webnn split tests web-platform-tests/wpt#37398
- squeeze Add webnn squeeze tests web-platform-tests/wpt#37352
- tanh Add webnn tanh tests web-platform-tests/wpt#37344
- transpose Add webnn transpose tests web-platform-tests/wpt#37315
Metadata
Metadata
Assignees
Labels
No labels