onnxruntime/js/web/test/e2e
Yulong Wang 56bced0581
[js/web] enable webgpu in browser unit test (#16310)
### Description
enable webgpu in browser unit test.

The CI pipeline uses Edge v113+ which enables WebGPU.

===

**UPDATE on 08/07/2023:**
- add flags to Edge browser launch commandline so that Edge on CI agents
can initialize WebGPU correctly.
- ONLY enable webgpu on web release build. Other pipelines are using
flag `-b=wasm,webgl,xnnpack` to specify the other 3 backends explicitly.
- disable "Resize" related test failures. Once they are fixed the tests
can be re-enabled.

---------

Co-authored-by: Satya Jandhyala <satya.k.jandhyala@gmail.com>
2023-08-08 11:45:04 -07:00
..
.gitignore
browser-test-wasm-image-tensor-image.js
browser-test-wasm-multi-session-create.js
browser-test-wasm-no-threads.js
browser-test-wasm-path-override-filename.js
browser-test-wasm-path-override-prefix.js
browser-test-wasm-proxy-no-threads.js
browser-test-wasm-proxy.js
browser-test-wasm.js
browser-test-webgl.js
common.js
karma.conf.js [js/web] enable webgpu in browser unit test (#16310) 2023-08-08 11:45:04 -07:00
model.onnx
node-test-main-no-threads.js
node-test-main.js
node-test-wasm-path-override-filename.js
node-test-wasm-path-override-prefix.js
package.json [js/web] enable webgpu in browser unit test (#16310) 2023-08-08 11:45:04 -07:00
run.js [js/web] enable webgpu in browser unit test (#16310) 2023-08-08 11:45:04 -07:00
simple-http-server.js