Releases: lempiji/bindbc-onnxruntime
Releases · lempiji/bindbc-onnxruntime
v1.2.0-gpu
What's Changed
- Add GPU Support
- Add
WITH_CUDA
version identifier forOrtSessionOptionsAppendExecutionProvider_CUDA
,OrtSessionOptionsAppendExecutionProvider_CPU
- add defs of cuda and cpu settings by @aferust in #1
- update example https://github.com/lempiji/bindbc-onnxruntime/tree/master/examples/squeezenet
- Add
- Update dependencies
bindbc-loader@0.3.0
->bindbc-loader@1.0.1
New Contributors
Full Changelog: v1.2.0...v1.2.1
Note
- This library follows a policy to match the release version with the version of ONNX Runtime it depends on, prioritizing ease of understanding.
- As this release includes feature enhancements, according to semantic versioning, it would have been labeled as 1.3.0, but it was impossible due to this policy.
- Going forward, we will release only when the library functions are fully implemented.
- If the library is released in an incomplete form, it will be labeled as alpha or beta release.
v1.2.0
v1.2.0-beta
Add sources