collenchyma v0.0.3 Release Notes

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

    • blas:
      • add blas native level 1 support (38273645)
      • add basic level 1 blas methods for native (62cbc4c4)
    • computation: add basic design for backend-agnostic computation (a3f9534f)
    • cuda:
    • dot: add working dot computation (6572c010)
    • extern: add backend traits for extern support (f3d50172)
    • flatbox: provide slice accessors and give more allocation responsibility to shared_memory (cfbb5b13)
    • memory:
      • implement MemoryType unwrappers (fbd26776)
      • add SharedMemory.latest_device() (d425fc6c)

    ๐Ÿ› Bug Fixes

    • ci: change clippy to be optional (753dfb02)