Changes between Version 1 and Version 2 of BattleOfTheDialects
- Timestamp:
- 02/09/15 11:14:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BattleOfTheDialects
v1 v2 2 2 The basic idea of this study is to explore questions like the following: 3 3 - How does defect proneness vary with concurrency dialect? 4 --number of defects5 --type of defect6 --difficulty of localizing defect and other measures4 * number of defects 5 * type of defect 6 * difficulty of localizing defect and other measures 7 7 - Does verification cost and effectiveness vary with concurrency dialect? 8 -- time/space/... 9 -- precision of results 10 8 * time/space/... 9 * precision of results 11 10 12 11 == Sample Systems to Study == 13 12 - https://github.com/UK-MAC/CloverLeaf 14 --CUDA, MPI, OpenMP, OpenACC, MPI+OpenMP15 --Serial version for comparison16 --version history to study errors over time13 * CUDA, MPI, OpenMP, OpenACC, MPI+OpenMP 14 * Serial version for comparison 15 * version history to study errors over time 17 16 - https://github.com/HydroBench/Hydro/tree/master/HydroC 18 --OpenMP+MPI, OpenACC+MPI, CUDA+MPI, OpenACC+MPI, OpenCL+MPI17 * OpenMP+MPI, OpenACC+MPI, CUDA+MPI, OpenACC+MPI, OpenCL+MPI 19 18 - http://op2.github.io/PyOP2/backends.html 20 --OpenMP, CUDA, OpenCL, MPI, MPI+OpenMP21 --not a standalone app, but rather a backend for computation19 * OpenMP, CUDA, OpenCL, MPI, MPI+OpenMP 20 * not a standalone app, but rather a backend for computation 22 21
