Changes between Version 10 and Version 11 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
02/27/19 16:30:48 (7 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v10 v11  
    9292* 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
    9393* 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.
     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.
    9595
    9696== Notes ==