Changes between Version 84 and Version 85 of DataParallel/BenchmarkStatus
- Timestamp:
- 12/05/10 17:01:26 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/BenchmarkStatus
v84 v85 112 112 || dph.dotp.vectorised.par.N4 || 25ms || 2.72 || 0.68 || || 113 113 114 A: The core for the vectorised.seq version is equivalent to the vector version. We expect the backend has compiled it differently. Check this again with LLVM. 114 A: The core for the vectorised.seq version is equivalent to the vector version. We expect the backend has compiled it differently. Check this again with LLVM.[[br]] 115 115 B: The vectorised.par version runs faster than vectorised.seq because the latter has a duplicate loop counter in the inner loop. We need a duplicate-loop-counter removal optimisation. 116 116
