Dependencies for accelerate-examples-0.15.0.0

accelerate-nofib
accelerate-smvm
accelerate-crystal
accelerate-canny
accelerate-mandelbrot
accelerate-fluid
accelerate-nbody
accelerate-smoothlife
accelerate-hashcat
accelerate-fft
accelerate-pagerank
accelerate-ray
accelerate-kmeans

Flags

Automatic Flags
NameDescriptionDefault
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