mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +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
|
||
|---|---|---|
| .. | ||
| build_scripts | ||
| scripts | ||
| cuda_manylinux2010.repo | ||
| cuda_manylinux2014.repo | ||
| Dockerfile.arm_yocto | ||
| Dockerfile.manylinux2014_cpu | ||
| Dockerfile.manylinux2014_cuda11 | ||
| Dockerfile.manylinux2014_cuda11_1_tensorrt7_2 | ||
| Dockerfile.manylinux2014_cuda11_4_tensorrt8_0 | ||
| Dockerfile.manylinux2014_cuda11_tensorrt7_2 | ||
| Dockerfile.manylinux2014_eager_cpu | ||
| Dockerfile.manylinux2014_rocm | ||
| Dockerfile.manylinux2014_training_cuda10_2 | ||
| Dockerfile.manylinux2014_training_cuda11_1 | ||
| Dockerfile.manylinux2014_training_cuda11_4 | ||
| Dockerfile.ubuntu | ||
| Dockerfile.ubuntu_cuda11_4_tensorrt7_2 | ||
| Dockerfile.ubuntu_cuda11_4_tensorrt8_0 | ||
| Dockerfile.ubuntu_for_arm | ||
| Dockerfile.ubuntu_gpu_training | ||
| Dockerfile.ubuntu_openvino | ||
| Dockerfile.ubuntu_server | ||
| Dockerfile.ubuntu_tensorrt | ||
| Dockerfile.ubuntu_tensorrt7_1 | ||
| manylinux-entrypoint | ||