collenchyma v0.0.8 Release Notes

Release Date: 2016-02-21 // about 8 years ago
  • ๐Ÿ”‹ Features

    • backend:
      • implement Backend::default() (0d4f0cc2)
      • add ability to synchronize a backend (e1bf0147)
    • tensor: add resize to SharedTensor (f3bb3b44)
    • ๐Ÿ”‹ feature_flag: add alternative unstable method to allocate native memory (usable via unstable_alloc feature flag) (ebaf3dac)
    • export: add prelude module (import most of collenchyma via use collenchyma::prelude::*;) (4aea78df, 60c1a395)
    • license: change license to dual MIT/Apache-2.0 (af5c08a0)

    ๐Ÿ› Bug Fixes

    • cuda_context: fix repeating CUDA context creation (0bf616f8)

Previous changes from v0.0.7

  • ๐Ÿ”‹ Features

    • backend_device: add device() to IBackend (f797a72a)
    • tensor: add reshape to SharedTensor (9c8721ed)

    ๐Ÿ› Bug Fixes

    • lib: various fixes concerning impl of plugins (bec27ca1)