Changes between Version 9 and Version 10 of Next-GenOpenMPTransformation
- Timestamp:
- 02/27/19 16:29:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v9 v10 89 89 * `omp_test_lock` 90 90 91 == Plan == 92 * We are going to get rid of the current OMP2CIVL transformer and come up a new transformer that assumes given OpenMP programs are sequentially consistent 93 * We are gong to improve the current OmpSimplifier using pointer alias analysis 94 * Note that a flush without a list is outside of the sequentially consistent subset of the language, we need a way to deal with that. 95 91 96 == Notes == 92 97 * Currently, the simplifier is not aware of the cases that out-of-bound access on multiple dimensional arrays can raise data race. For example,
