Changes between Version 1 and Version 2 of DataParallel/WorkPlan
- Timestamp:
- 03/19/07 04:30:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/WorkPlan
v1 v2 10 10 Optimisations and added functionality to handle larger example programs. 11 11 12 === Work items for vectorisation === 12 === Current work items === 13 14 For vectorisation: 15 16 * [Roman by '''30 Mar 07'''] Implement plain closure conversion 17 18 For the library: 19 20 * [Gabi] Implement quicksort and all missing library functions for that. 21 22 === Todo list for vectorisation === 13 23 14 24 * We need closure conversion to handle the full higher-order case. 15 * Can we get some cheap'n'cheesy vectorisation by disallowing any "difficult" form of higher-order functions? (Eg, higher-order functions without free variables and without partial applications are easier to vectorise.)25 * We need to handle cross calls to un-vectorised code. 16 26 17 === Work items for the library===27 === Todo list for vectorisation === 18 28 19 * ?? 29 * Lifted functions 30 * Add missing functions 31 * Fusion for segmented operations 32 * Fusion with cost function 33 * NUMA support
