Changes between Version 7 and Version 8 of DataParallel
- Timestamp:
- 03/18/07 23:25:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel
v7 v8 3 3 This page documents the integration of nested data parallelism into GHC at the developer level, including notes about where we are and what needs doing. See also the [http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell user-level wiki page], which includes examples and tutorial-style instructions. 4 4 5 Most of the material is partitioned into a set of subpages:5 Most of the material describing our approach is partitioned into a set of subpages: 6 6 7 7 * [wiki:DataParallel/Example Nested data parallelism by example] … … 10 10 * [wiki:DataParallel/Related Other nested data parallel work] 11 11 12 == Status and work plan == 13 14 Detailed information on how to use the current implementation is at the [http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell user-level wiki page]. Here is information on the implementation status and outstanding work items: 15 16 * Our [wiki:DataParallel/WorkPlan work plan] 17 * Some [wiki:DataParallel/Benchmarks benchmarks] 18 12 19 == Old material == 13 20
