accelerate-io-vector: Convert between Accelerate and vector
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -main-is' is not portable.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
This package provides efficient conversion routines between Accelerate arrays and those from the vector package.
Refer to the main Accelerate package for more information: http://hackage.haskell.org/package/accelerate
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | accelerate (>=1.3), base (>=4.8 && <5), primitive (>=0.6), vector (>=0.9) [details] |
License | BSD-3-Clause |
Author | The Accelerate Team |
Maintainer | Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Category | Accelerate, Data |
Home page | https://github.com/AccelerateHS/accelerate-io#readme |
Bug tracker | https://github.com/AccelerateHS/accelerate-io/issues |
Source repo | head: git clone https://github.com/AccelerateHS/accelerate-io |
Uploaded | by TrevorMcDonell at 2020-08-27T18:27:11Z |
Modules
[Index] [Quick Jump]
Downloads
- accelerate-io-vector-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees