Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
dph
Commits
7b24595c
Commit
7b24595c
authored
Jan 23, 2012
by
benl
Browse files
Describe the other dph dirs in the readme file
parent
bbe90ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
7b24595c
...
...
@@ -4,6 +4,12 @@ Directories in libraries/dph
dph-base/
Common config and debugging functions for Data Parallel Haskell.
dph-buildbot/
Performance regression buildbot.
dph-examples/
Examples using Data Parallel Haskell.
dph-prim-interface/
Empty implementation of flat parallel arrays.
This package exists only so that dph-prim-par and dph-prim-seq
...
...
@@ -12,7 +18,7 @@ Directories in libraries/dph
dph-prim-seq/
Sequential implementation of the flat parallel array API defined
in dph-prim-interface.
This is
normal
only used during debugging.
This is only used during debugging.
You probably want dph-prim-par instead.
dph-prim-par/
...
...
@@ -22,6 +28,7 @@ Directories in libraries/dph
dph-lifted-base/
Common definitions used by the other dph-lifted packages.
The following packages provide:
Nested arrays and the primitive operators that work on them (PA functions).
The lifted array combinators that the vectoriser introduces (PP functions).
...
...
@@ -29,7 +36,7 @@ Directories in libraries/dph
dph-lifted-boxed/
Incomplete implementation using boxed array elements.
This is very slow, but sometimes useful
during
debugging.
This is very slow, but sometimes useful
for
debugging.
dph-lifted-copy/
Deprecated implementation that performs deep copying replicate.
...
...
@@ -43,6 +50,21 @@ Directories in libraries/dph
Use this version for production code.
Odds and ends:
make/
Makefiles used for development and debugging
dph-test/
Quickcheck tests for the array operators.
dtrace/
Old code to add dtrace support to DPH.
examples/
Rotted example code that doesn't build anymore and should
probably just be deleted.
To compile programs use:
ghc -rtsopts -threaded
-fllvm -optlo-O3
...
...
@@ -69,3 +91,4 @@ Why:
-- The implementation of the DPH backend library should
-- manually handle most cases where LiberateCase
-- would fire.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment