accelerate-io

Read and write Accelerate arrays in various formats

https://github.com/AccelerateHS/accelerate-io

Version on this page:1.0.0.1
LTS Haskell 11.22:1.0.0.1@rev:1
Stackage Nightly 2018-03-12:1.0.0.1
Latest on Hackage:1.3.0.0

See all snapshots accelerate-io appears in

BSD-3-Clause licensed by Manuel M T Chakravarty, Gabriele Keller, Sean Seefried, Trevor L. McDonell
Maintained by Trevor L. McDonell
This version can be pinned in stack with:accelerate-io-1.0.0.1@sha256:c4972e9452b7f4512964c3bd12099b8358b4a6328e1f42d68b026a7fb03552d8,2881

Module documentation for 1.0.0.1

Used by 1 package in nightly-2017-10-28(full list with versions):

Array Conversion Component for the Accelerate Array Language

Build Status Hackage

This package provides efficient conversion routines between a range of array types and Accelerate arrays. For details on Accelerate, refer to the main repository.

Changes

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.0.0.1] - 2017-10-14

Fixed

  • fromIArray would fail with exception “Error in array index” when the IArray indices were not zero-based. This has been fixed.

1.0.0.0 - 2017-03-31

  • stable release