Changes between Version 82 and Version 83 of DataParallel/BenchmarkStatus
- Timestamp:
- 12/05/10 16:43:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/BenchmarkStatus
v82 v83 184 184 Counts the number of words in a string. This is a naive divide-and-conquer benchmark that divides right down to a single character. A production program would switch to a simple sequential algorithm once the string chunks were small enough. It's a good stress test for the vectoriser though. 185 185 186 '''Status''': Sequential vectorised version does not compile due to blowup in SpecConstr. 186 '''Status''': Sequential vectorised version does not compile due to blowup in SpecConstr.[[br]] 187 187 '''Todo''': Generate some larger test data. Right now it's just got a small test string baked into the program. 188 188
