0.13.0-beta
Version 0.13-beta introduces experimental support for multi-GPU hardware acceleration using the ha-ndarray library. If you are using TinyChain, we want to hear from you! Send an email with the word "hello" to [email protected].
Changelog:
- dropped ArrayFire as a dependency
- added experimental support for multi-GPU hardware acceleration (build with the "opencl" feature flag to enable this)
- updated collection types to implement a log-structured merge consistency model, for faster commits
- decoupled transactional locks from filesystem locks
- added support for cell level locking
- added support for multiple axes in tensor reduce operations (including einsum)
- updated crate structure to include the new
chain
,collection
,fs
,scalar
, andstate
sub-crates for faster build times