Changes between Version 10 and Version 11 of Next-GenOpenMPTransformation
- Timestamp:
- 02/27/19 16:30:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v10 v11 92 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 93 * We are gong to improve the current OmpSimplifier using pointer alias analysis 94 * Note that a flush without a listis outside of the sequentially consistent subset of the language, we need a way to deal with that.94 * Note that an atomic construct without `seq_cst` is outside of the sequentially consistent subset of the language, we need a way to deal with that. 95 95 96 96 == Notes ==
