Changes between Version 27 and Version 28 of DataParallel/BenchmarkStatus
- Timestamp:
- 03/06/09 06:04:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/BenchmarkStatus
v27 v28 38 38 ==== Comments regarding !SumSq ==== 39 39 40 The versions compiled against `dph-par` are by factor of two slower than the ones linked against `dph-seq`. This is as the parallel versions needs to compute the length of the array to determine how to split the work.40 The versions compiled against `dph-par` are by factor of two slower than the ones linked against `dph-seq`. 41 41 42 42 However, found a number of general problems when working on this example:
