Changes between Version 9 and Version 10 of Next-GenOpenMPTransformation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v9 v10  
    8989* `omp_test_lock`
    9090
     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
    9196== Notes ==
    9297* Currently, the simplifier is not aware of the cases that out-of-bound access on multiple dimensional arrays can raise data race.  For example,