Skip to content

Tags: jw3126/ONNXRunTime.jl

Tags

v1.3.1

Toggle v1.3.1's commit message
[Diff since v1.3.0](v1.3.0...v1.3.1)

**Merged pull requests:**
- Uncommenting Bool (#42) (@dstarkenburg)

v1.3.0

Toggle v1.3.0's commit message
[Diff since v1.2.0](v1.2.0...v1.3.0)

**Merged pull requests:**
- Update onnxruntime to 1.20.1 (#40) (@svilupp)

v1.2.0

Toggle v1.2.0's commit message
[Diff since v1.1.1](v1.1.1...v1.2.0)

**Merged pull requests:**
- Logging level (#39) (@GunnarFarneback)

v1.1.1

Toggle v1.1.1's commit message
[Diff since v1.1.0](v1.1.0...v1.1.1)

**Merged pull requests:**
- Upper bound cuDNN compat (#38) (@GunnarFarneback)

**Closed issues:**
- Incompatibility with cuDNN 1.3.1 (#37)

v1.1.0

Toggle v1.1.0's commit message
[Diff since v1.0.0](v1.0.0...v1.1.0)

**Merged pull requests:**
- Support CUDA provider options. (#36) (@GunnarFarneback)

v1.0.0

Toggle v1.0.0's commit message
[Diff since v0.4.1](v0.4.1...v1.0.0)

**Merged pull requests:**
- v1.0.0 (#35) (@jw3126)

v0.4.1

Toggle v0.4.1's commit message
[Diff since v0.4.0](v0.4.0...v0.4.1)

**Merged pull requests:**
- High level release function (#34) (@GunnarFarneback)

**Closed issues:**
- Manual release of memory (#33)

v0.4.0

Toggle v0.4.0's commit message
[Diff since v0.3.2](v0.3.2...v0.4.0)

**Merged pull requests:**
- Rename OX->ORT (#31) (@jw3126)
- Support CUDA on Julia 1.9+ via a package extension. (#32) (@GunnarFarneback)

**Closed issues:**
- CUDA 4.0 compatibility (#27)

v0.3.2

Toggle v0.3.2's commit message
[Diff since v0.3.1](v0.3.1...v0.3.2)

**Closed issues:**
- Mac M1 support (#22)

**Merged pull requests:**
- Cleanup (#26) (@jw3126)
- update to onnxruntime v1.15.1 (#29) (@jw3126)

v0.3.1

Toggle v0.3.1's commit message
[Diff since v0.3.0](v0.3.0...v0.3.1)

**Closed issues:**
- Error: could not load library ... onnxruntime.dll ... The specified module could not be found. (#18)
- Incorrect results for matrix multiplication (#21)

**Merged pull requests:**
- make input_names and output_names fields of InferenceSession public (#16) (@jw3126)
- CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#17) (@github-actions[bot])
- added check to prevent CUDA driver activation if CUDA is not functional (#23) (@rssdev10)
- update onnxruntime to v1.31.1 (#24) (@jw3126)
- Fix Mac aarch64 artifacts (#25) (@rssdev10)