- Updated for ONNX Runtime v1.14.0
- Now using
AllocatorType::Deviceinstead ofAllocatorType::Arenato 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::sliceon an array before passing it toortwould result in unexpected results.