Changes between Version 31 and Version 32 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
10/08/19 16:08:14 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v31 v32  
    1 == The Sequentially Consistent Subset of OpenMP ==
     1= INDEX =
     2[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#TheSequentiallyConsistentSubsetofOpenMP 1. The Sequentially Consistent Subset of OpenMP]\\
     3[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#OpenMPConstructs 2. Supported OpenMP Features]\\
     4[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#OpenMPSimplifier 3. OpenMP Simplification]\\
     5[https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#TransformationDetails 4. OpenMP Transofrmation]
     6
     7= 1. The Sequentially Consistent Subset of OpenMP =
    28OpenMP programs that:
    39* Do not use non-sequentially consistent atomic directives;
     
    713The relaxed consistency model is invisible for such programs, and any explicit flush operations in such programs are redundant.
    814
     15= 2. Supported OpenMP Features =
    916== OpenMP Constructs ==
    1017
     
    118125* [[wiki: StaticAnalysis| Static Analysis]]
    119126
     127
     128= 3. OpenMP Simplification =
    120129== OpenMP Simplifier ==
    121130* We improve the existing OpenMP simplifier with the informations provided by the [[wiki: StaticAnalysis| Static Analysis]].
     
    294303
    295304
    296 = Transformation Details =
    297 
     305= 4. OpenMP Transformations =
    298306== Support Types ==
    299307