All Versions
17
Latest Version
Avg Release Cycle
296 days
Latest Release
1332 days ago

Changelog History
Page 2

  • v0.12.0.0 Changes

    • Full sharing recovery in scalar expressions and array computations.
    • Two new example applications in package accelerate-examples (both including a graphical frontend):
      • A real-time Canny edge detection
      • An interactive fluid flow simulator
    • Bug fixes.
  • v0.11.0.0 Changes

    • New Prelude-like functions zip*, unzip*, fill, enumFrom*, tail, init, drop, take, slit, gather*, scatter*, and shapeSize.
    • New simplified AST (in package accelerate-backend-kit) for backend writers who want to avoid the complexities of the type-safe AST.
  • v0.10.0.0 Changes

    • Complete sharing recovery for scalar expressions (but currently disabled by default).
    • Also bug fixes in array sharing recovery and a few new convenience functions.
  • v0.9.0.0 Changes

    • Streaming computations
    • Precompilation
    • Repa-style array indices
    • Additional collective operations supported by the CUDA backend: stencils, more scans, rank-polymorphic fold, generate.
    • Conversions to other array formats
    • Bug fixes
  • v0.8.1.0 Changes

    • Bug fixes and some performance tweaks.
  • v0.8.0.0 Changes

    • More collective operations supported by the CUDA backend: replicate, slice and foldSeg. Frontend and interpreter support for stencil.
    • Bug fixes.
  • v0.7.1.0 Changes

    • Initial release of the CUDA backend