mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-23 02:38:28 +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
|
||
|---|---|---|
| .. | ||
| ops | ||
| glsl-array-lib.ts | ||
| glsl-coordinate-lib.ts | ||
| glsl-definitions.ts | ||
| glsl-encoding-lib.ts | ||
| glsl-fragcolor-lib.ts | ||
| glsl-function-inliner.ts | ||
| glsl-preprocessor.ts | ||
| glsl-registered-libs.ts | ||
| glsl-shape-utils-lib.ts | ||
| glsl-source.ts | ||
| glsl-vec-lib.ts | ||
| inference-handler.ts | ||
| op-resolve-rules.ts | ||
| program-manager.ts | ||
| session-handler.ts | ||
| texture-data-encoder.ts | ||
| texture-layout-strategy.ts | ||
| texture-layout.ts | ||
| texture-manager.ts | ||
| types.ts | ||
| utils.ts | ||
| webgl-context-factory.ts | ||
| webgl-context.ts | ||