accelerate-examples: Examples using the Accelerate library
This package demonstrates a number of computation kernels and applications showcasing the Accelerate language and associated backend implementations. It is also used for performance and regression testing.
Refer to the main Accelerate package for more information: http://hackage.haskell.org/package/accelerate
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
gui | Enable gloss-based GUIs, where applicable. If not enabled, the application always runs in benchmark mode. | Enabled |
ekg | Enable EKG remote monitoring server at http://localhost:8000 | Enabled |
cuda | Enable the CUDA parallel backend for NVIDIA GPUs | Enabled |
opencl | Enable the OpenCL parallel backend | Disabled |
llvm-cpu | Enable the LLVM backend for multicore CPUs | Enabled |
llvm-gpu | Enable the LLVM backend for NVIDIA CPUs | Enabled |
llvm-multi | Enable the multi-device LLVM backend | Enabled |
nofib | Regression test suite | Enabled |
smvm | Sparse-matrix vector multiplication benchmark | Enabled |
crystal | A visualisation of a sum of waves in a plane | Enabled |
canny | Canny edge detection benchmark | Enabled |
mandelbrot | A Mandelbrot fractal benchmark | Enabled |
fluid | An interactive particle-based fluid simulation | Enabled |
nbody | Simulation of gravitational attraction between solid particles | Enabled |
smoothlife | A cellular automata simulation | Enabled |
hashcat | A "password recovery" application for MD5 cracking | Enabled |
fft | Simple FFT-based high/low-pass image filtering | Enabled |
pagerank | Implementation of the PageRank algorithm | Enabled |
ray | A simple real-time ray tracer | Enabled |
kmeans | An implementation of k-means clustering in a plane | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- accelerate-examples-0.15.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] | 0.2.0.0, 0.2.0.1, 0.12.0.0, 0.12.1.0, 0.13.0.0, 0.14.0.0, 0.15.0.0, 0.15.1.0, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.3.0.0 |
---|---|
Dependencies | accelerate (>=0.15 && <0.16), accelerate-cuda (>=0.15), accelerate-fft (>=0.15 && <0.16), accelerate-io (>=0.15 && <0.16), accelerate-llvm, accelerate-llvm-multidev (>=0.15 && <0.16), accelerate-llvm-native (>=0.15 && <0.16), accelerate-llvm-ptx (>=0.15 && <0.16), array (>=0.3), attoparsec (>=0.10), base (>=4.7 && <4.8), binary (>=0.7), bmp (>=1.2), bytestring (>=0.9), bytestring-lexing (>=0.2), cereal (>=0.3), containers (>=0.4.2), criterion (>=0.5 && <1.0), directory (>=1.1), ekg (>=0.3), fclabels (>=1.0), filepath (>=1.0), gloss (>=1.7), gloss-accelerate (>=1.7), gloss-raster-accelerate (>=1.7), HUnit (>=1.2), mwc-random (>=0.8), normaldistribution, primitive (>=0.5), QuickCheck (>=2.7), random, repa (>=3.1), repa-io (>=3.1), test-framework (>=0.5), test-framework-hunit (>=0.3), test-framework-quickcheck2 (>=0.2), vector (>=0.7), vector-algorithms (>=0.4) [details] |
License | BSD-3-Clause |
Author | The Accelerate Team |
Maintainer | Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
Revised | Revision 1 made by TrevorMcDonell at 2014-09-15T18:34:33Z |
Category | Compilers/Interpreters, Concurrency, Data, Parallelism |
Home page | https://github.com/AccelerateHS/accelerate-examples |
Bug tracker | https://github.com/AccelerateHS/accelerate/issues |
Source repo | this: git clone https://github.com/AccelerateHS/accelerate-examples -b release/0.15(tag 0.15.0.0) |
Uploaded | by TrevorMcDonell at 2014-09-15T01:17:05Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | accelerate-kmeans, accelerate-ray, accelerate-pagerank, accelerate-fft, accelerate-hashcat, accelerate-smoothlife, accelerate-nbody, accelerate-fluid, accelerate-mandelbrot, accelerate-canny, accelerate-crystal, accelerate-smvm, accelerate-nofib |
Downloads | 11991 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-13 [all 8 reports] |