-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
27 lines (18 loc) · 864 Bytes
/
README
File metadata and controls
27 lines (18 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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-examples --help
If you have found a bug, please report it to:
https://github.com/mchakravarty/accelerate/issues
Adding new backends:
--------------------
Adding support for new Accelerate backends should require only a few minor
additions to the file 'src/Config.hs'. See that file for instructions, and/or
follow the example of the CUDA backend (grep 'ACCELERATE_CUDA_BACKEND').
Backend specific notes:
-----------------------
CUDA: known failures
* permute-hist: see issue #5
* slices: `Any` is not implemented yet
* scanseg-sum: works intermittently