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]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
bounds-checks

Enable bounds checking

Enabled
unsafe-checks

Enable bounds checking in unsafe operations

Disabled
internal-checks

Enable internal consistency checks

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.0 && <1.2), array (>=0.3), base (>=4.7 && <4.11), bmp (>=1.2), bytestring (>=0.9), 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 1 made by TrevorMcDonell at 2018-03-26T08:42:12Z
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.0.0.1)
Uploaded by TrevorMcDonell at 2017-10-14T12:59:36Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 12972 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for accelerate-io-1.0.0.1

[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.