Skip to content

v1.14.0-beta.0

Compare
Choose a tag to compare
@decahedron1 decahedron1 released this 12 Feb 17:57
· 406 commits to main since this release
f094fa5
  • Updated for ONNX Runtime v1.14.0
  • Now using AllocatorType::Device instead of AllocatorType::Arena to potentially improve memory usage.
  • Support for the ROCm execution provider
  • Fixed an issue where tensors being passed to ONNX Runtime were not laid out contiguously in memory before being passed to the session, and using methods like Array::slice on an array before passing it to ort would result in unexpected results.