Changes between Version 2 and Version 3 of DataParallel/CodeVectorisation
- Timestamp:
- 03/19/07 00:25:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/CodeVectorisation
v2 v3 1 1 == Vectorisation for nested data parallelism == 2 2 3 '''TODO:''' This material needs to be revised and we need to come up with a plan for getting some programs to quickly get some programs to compile. 3 '''TODO:''' This material needs to be revised and we need to come up with a plan for getting some programs to quickly get some programs to compile. Also integrate the [wiki:DataParallel/CodeVectorisation/LiftedCaseExample lifted case example]. 4 4 5 5 We will try to implement full blown vectorisation using an explicit closure representation on Core code after lambda lifting. The transformation performs closure conversion and vectorisation in one sweep. We represent scalar and array closures as follows:
