webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[WASM] One MAXIMUM test failed with TF.js WASM backend

Open Christywl opened this issue 5 years ago • 3 comments

Test Env: webml-polyfill commit: https://github.com/intel/webml-polyfill/commit/a0707ca7a7d26b7fdf52832e27e3d9805b61c9c0

Expected Result: The test should pass.

Actual Result: MAXIMUM test failed with TF.js WASM backend: Error: Broadcasting along outer dims is not yet supported for Maximum. Screenshot from 2020-05-27 16-10-17

Note: The test case passed before this commit https://github.com/intel/webml-polyfill/commit/a0707ca7a7d26b7fdf52832e27e3d9805b61c9c0.

How to Reproduce:

  1. launch chrome or chromium(disable webml)
  2. visit https://brucedai.github.io/webnnt/test/issue_maximum_for_wasm.html?prefer=fast

Christywl avatar May 27 '20 08:05 Christywl

It seems that tfjs-wasm doesn't support broadcast in maximum yet, since this case has been excluded in its test. The detailed test content is here.

akineeic avatar May 27 '20 08:05 akineeic

@akineeic please file an upstream bug for this issue

ibelem avatar Aug 18 '20 05:08 ibelem

@akineeic please file an upstream bug for this issue

I found that I have mentioned this missing feature in this issue.

akineeic avatar Aug 18 '20 08:08 akineeic