Skip to content

fmma/accelerate-examples

 
 

Repository files navigation

Example programs using the Accelerate library. If you add new features to the base library or find a bug, please add a test case. The aim is for this program to evolve and be useful for both performance and regression testing.

For a list of available options and test programs, run:

accelerate-nofib --help

If you have found a bug, please report it to: https://github.com/AccelerateHS/accelerate/issues

Current status for each backend: https://github.com/AccelerateHS/accelerate-examples/wiki/Status-of-regression-tests

Adding new backends:

Adding support for new Accelerate backends should require only a few minor additions to the cabal file and the file 'lib/ParseArgs.hs'. See that file for instructions, and/or follow the example of the CUDA backend (grep 'ACCELERATE_CUDA_BACKEND').

About

Examples and regression tests for the Accelerate library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 78.0%
  • C++ 13.0%
  • C 3.4%
  • Cuda 2.1%
  • Objective-C 1.7%
  • Shell 0.7%
  • Other 1.1%