accelerate-llvm-native: Accelerate backend for multicore CPUs
This library implements a backend for the Accelerate language which generates LLVM-IR targeting multicore CPUs. For further information, refer to the main accelerate package.
- Dependencies
Haskell dependencies are available from Hackage. The following external libraries are alse required:
- Installing LLVM
Homebrew
Example using Homebrew on macOS:
brew install llvm-hs/llvm/llvm-9
Debian & Ubuntu
For Debian/Ubuntu based Linux distributions, the LLVM.org website provides binary distribution packages. Check apt.llvm.org for instructions for adding the correct package database for your OS version, and then:
apt-get install llvm-9-dev
Building from source
If your OS does not have an appropriate LLVM distribution available, you can
also build from source. Detailed build instructions are available on
LLVM.org. Make sure to
include the cmake build options
-DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON
so that the libLLVM
shared library will be built.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- accelerate-llvm-native-1.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0.0, 1.1.0.0, 1.1.0.1, 1.2.0.0, 1.2.0.1, 1.3.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | accelerate (>=1.3 && <1.4), accelerate-llvm (>=1.3 && <1.4), base (>=4.10 && <5), bytestring (>=0.10.4), cereal (>=0.4), containers (>=0.5 && <0.7), deepseq (>=1.4), directory (>=1.0), dlist (>=0.6), filepath (>=1.0), ghc, ghc-prim, hashable (>=1.0), libffi (>=0.1 && <0.2), llvm-hs (>=4.1 && <9.1), llvm-hs-pure (>=4.1 && <9.1), lockfree-queue (>=0.2), mtl (>=2.2.1), template-haskell, unique, unix (>=2.7), vector (>=0.11) [details] |
Tested with | ghc >=8.6 |
License | BSD-3-Clause |
Author | Trevor L. McDonell |
Maintainer | Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Revised | Revision 1 made by Bodigrim at 2023-02-04T11:01:58Z |
Category | Accelerate, Compilers/Interpreters, Concurrency, Data, Parallelism |
Bug tracker | https://github.com/AccelerateHS/accelerate/issues |
Source repo | head: git clone https://github.com/AccelerateHS/accelerate-llvm.git this: git clone https://github.com/AccelerateHS/accelerate-llvm.git(tag v1.3.0.0) |
Uploaded | by TrevorMcDonell at 2020-08-28T14:21:43Z |
Distributions | |
Reverse Dependencies | 5 direct, 12 indirect [details] |
Downloads | 5055 total (28 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] |