Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
dph
Commits
7b24595c
Commit
7b24595c
authored
13 years ago
by
benl
Browse files
Options
Downloads
Patches
Plain Diff
Describe the other dph dirs in the readme file
parent
bbe90ee9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+25
-2
25 additions, 2 deletions
README
with
25 additions
and
2 deletions
README
+
25
−
2
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment