collenchyma v0.0.4 Release Notes

Release Date: 2015-12-08 // over 8 years ago
  • ๐Ÿ”‹ Features

    • cuda:
    • cudnn: add cudnn ffi (0bbbff83)
    • library: remove last pieces of library (38dcd6a6)
    • opencl: implement shared_memory for OpenCL (be47d6ba)
    • perf: make error messages static strings (430c4ed6)
    • ๐Ÿ”Œ plugin: move library out; replace with thin plugin mod (3bbebe9a)
    • shared_memory: add dimensionality to shared_memory (13cd0905)

    ๐ŸŽ Performance

    • blas: reduce overhead of calling blas (8b7a7aee)
    • shared_memory: use linear_map for SharedMemory.copies (44ea377d)

    ๐Ÿ› Bug Fixes

    • compilation: make cuda optional (1f933977)
    • ๐Ÿ windows:
      • use size_t instead of u64 where necessary (6e9fdfbb)
      • add the link attribute to OpenCL external block (2017a10f)