collenchyma v0.0.8 Release Notes
Release Date: 2016-02-21 // about 9 years ago-
๐ Features
- backend:
- 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)