Changes
- 5bb47ef Fix execution providers not being registered on
load-dynamic(#34) - e147325 Attempts to register all execution providers specified instead of returning after the first successful registration, matching the behaviour of the ONNX Runtime Python API.
- 1127dad Fix the CUDA execution provider failing to compile on Linux ARM64.
- 0e7faaa Fix the TensorRT execution provider returning as "not available" when it is really available.
- 7c0103b Allow for a flat library directory structure with
ORT_STRATEGY=system(not requiring aninclude/andlib/dir) - 6e9dce0 Fix the
assert_non_null_pointerfunction producing a misleadingPointerShouldBeNullerror. - 41b6ea0 Increase the timeout of the binary download in case of slow connections. (#33)