accelerate-bignum: Fixed-length large integer arithmetic for Accelerate
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: -O0' is not needed. Use the --disable-optimization configure flag.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This package provides fixed-length large integer types and arithmetic operations for Accelerate. Signed and unsigned 96, 128, 160, 192, 224, 256, and 512-bit types are predefined.
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.2.0.0, 0.3.0.0, 0.3.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | accelerate (>=1.3), accelerate-llvm (>=1.3), accelerate-llvm-native (>=1.3), accelerate-llvm-ptx (>=1.3), base (>=4.8 && <5), ghc-prim, llvm-hs-pure (>=3.9), template-haskell [details] |
License | BSD-3-Clause |
Copyright | BSD3 |
Author | Trevor L. McDonell |
Maintainer | Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Category | Accelerate, Data |
Home page | https://github.com/tmcdonell/accelerate-bignum |
Bug tracker | https://github.com/tmcdonell/accelerate-bignum/issues |
Source repo | head: git clone https://github.com/tmcdonell/accelerate-bignum this: git clone https://github.com/tmcdonell/accelerate-bignum(tag v0.3.0.0) |
Uploaded | by TrevorMcDonell at 2020-08-28T09:55:21Z |
Modules
- Data
- Array
- Accelerate
- Data
- Data.Array.Accelerate.Data.BigInt
- Data.Array.Accelerate.Data.BigWord
- Data
- Accelerate
- Array
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
llvm-cpu | Enable primpos for the LLVM CPU backend | Enabled |
llvm-ptx | Enable primops for the LLVM PTX backend | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- accelerate-bignum-0.3.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