mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +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>
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"devDependencies": {
|
|
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
|
|
"fs-extra": "^11.1.0",
|
|
"globby": "^13.1.3",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.1.1",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"light-server": "^2.9.1",
|
|
"minimist": "^1.2.7",
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|