Changes between Version 19 and Version 20 of DataParallel/Dec2010Release
- Timestamp:
- 12/14/10 16:50:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/Dec2010Release
v19 v20 1 1 2 == Plan for the December 2010 Release ==2 == Plan for the December 2010 Release (moved to early 2011) == 3 3 4 4 === To be released components === 5 5 6 * GHC 7.0.26 * GHC ~~7.0.2~~ 7.0.3 7 7 * DPH packages 8 8 * Repa packages … … 34 34 Tycon not vectorised: Data.Array.Parallel.Lifted.PArray.PArray 35 35 }}} 36 * LLVM back end not working with DPH (held up due to LLVM backend problems in the HEAD #4 438) '''[BEN]'''36 * LLVM back end not working with DPH (held up due to LLVM backend problems in the HEAD #4838) '''[BEN]''' 37 37 * Repa edge-detection is deadlocking with more than 2 threads [DONE] 38 38 * Fix the BH seg fault in DPH. Roman has found the problem [DONE] … … 54 54 * rl reckons this is due to GHC compiling modulo of powers of two inefficiently; c.f., #3065 (in `packByTags`) 55 55 * SMVM (blocked on optimisation of lifted indexing) '''[BROKEN]''' '''[BEN & ROMAN]''' 56 * Dynamically-nested DPH programs without user-defined datatypes should run correctly , but not necessarily fast56 * Dynamically-nested DPH programs without user-defined datatypes should run correctly and scale, but absolute performance may be lacking 57 57 * Quicksort '''[BROKEN (SpecConstr) & SLOW]''' '''[SIMON & BEN]''' 58 58 * Quickhull '''[OK, but has a SpecConstr problem that we want to fix]''' '''[ROMAN]'''
