Changelog of @hackage/accelerate-llvm-ptx 1.1.0.0

Change Log

Notable changes to the project will be documented in this file.

The format is based on Keep a Changelog and the project adheres to the Haskell Package Versioning Policy (PVP)

1.1.0.0 - 2017-09-21

Added

  • support for GHC-8.2
  • caching of compilation results (accelerate-llvm#17)
  • support for ahead-of-time compilation (runQ and runQAsync)

Changed

  • generalise run1* to polyvariadic runN*

Fixed

  • Fixed synchronisation bug in multidimensional reduction

1.0.0.1 - 2017-05-25

Fixed

  • #386 (partial fix)

1.0.0.0 - 2017-03-31

  • initial release