| Copyright | [2017..2020] The Accelerate Team | 
|---|---|
| License | BSD3 | 
| Maintainer | Trevor L. McDonell <trevor.mcdonell@gmail.com> | 
| Stability | experimental | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Data.Array.Accelerate.LLVM.Native.Plugin
Description
Documentation
This GHC plugin is required to support ahead-of-time compilation for the
 accelerate-llvm-native backend. In particular, it tells GHC about the
 additional object files generated by
 runQ* which must be linked into the final
 executable.
To use it, add the following to the .cabal file of your project:
ghc-options: -fplugin=Data.Array.Accelerate.LLVM.Native.Plugin