mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### 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> |
||
|---|---|---|
| .. | ||
| .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 | ||
| 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 | ||
| run.js | ||
| simple-http-server.js | ||