mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-21 21:52:11 +00:00
* Adding async fetching for webgl backend (#8951)
* Adding async fetching for webgl backend
* fix PR comments and CI failure.
* fixing a bug
* adding a flag
* Enable linking in exception throwing support library when build onnxruntime wasm. (#8973)
* Enable linking in exception throwing support library when build onnxruntime webassembly containing onnxruntime-extensions.
* Add flag in build.py to enable linking exceptions throwing library.
* Update onnxruntime-extensions document and bind custom_ops build flag with use_extensions.
* Update doc.
* Update cgmanifest.json.
Co-authored-by: Zuwei Zhao <zuzhao@microsoft.com>
* Remove document text from error message in a couple of ops (#9003)
* do not add pkg wheel entry to the index html file if it already exists (#9004)
* do not add pkg wheel entry to the index html file if it already exists
* [js/web] fix ort web e2e test (#9025)
* Fix cmake POWER10 detection
Recent commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| browser-test-wasm-no-threads-proxy.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.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 | ||