accelerate-io: Read and write Accelerate arrays in various formats

[ accelerate, bsd3, data, library ] [ Propose Tags ]

This package provides efficient conversion routines between a range of array types and Accelerate arrays.

Refer to the main Accelerate package for more information: http://hackage.haskell.org/package/accelerate


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.12.0.0, 0.12.1.0, 0.13.0.0, 0.13.0.1, 0.13.0.2, 0.14.0.0, 0.15.0.0, 0.15.1.0, 1.0.0.0, 1.0.0.1, 1.2.0.0, 1.3.0.0
Change log CHANGELOG.md
Dependencies accelerate (>=1.2), array (>=0.3), base (>=4.7 && <4.13), bmp (>=1.2), bytestring (>=0.9), primitive (>=0.6), repa (>=3.2), vector (>=0.9) [details]
License BSD-3-Clause
Author Manuel M T Chakravarty, Gabriele Keller, Sean Seefried, Trevor L. McDonell
Maintainer Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Revised Revision 2 made by TrevorMcDonell at 2018-10-08T09:37:32Z
Category Compilers/Interpreters, Concurrency, Data, Parallelism
Home page https://github.com/AccelerateHS/accelerate-io
Bug tracker https://github.com/AccelerateHS/accelerate/issues
Source repo head: git clone git://github.com/AccelerateHS/accelerate-io.git
this: git clone git://github.com/AccelerateHS/accelerate-io.git(tag 1.2.0.0)
Uploaded by TrevorMcDonell at 2018-04-04T00:21:34Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 12971 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-14 [all 1 reports]

Readme for accelerate-io-1.2.0.0

[back to package description]

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.