Changes between Version 31 and Version 32 of Next-GenOpenMPTransformation
- Timestamp:
- 10/08/19 16:08:14 (7 years ago)
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 = 2 8 OpenMP programs that: 3 9 * Do not use non-sequentially consistent atomic directives; … … 7 13 The relaxed consistency model is invisible for such programs, and any explicit flush operations in such programs are redundant. 8 14 15 = 2. Supported OpenMP Features = 9 16 == OpenMP Constructs == 10 17 … … 118 125 * [[wiki: StaticAnalysis| Static Analysis]] 119 126 127 128 = 3. OpenMP Simplification = 120 129 == OpenMP Simplifier == 121 130 * We improve the existing OpenMP simplifier with the informations provided by the [[wiki: StaticAnalysis| Static Analysis]]. … … 294 303 295 304 296 = Transformation Details = 297 305 = 4. OpenMP Transformations = 298 306 == Support Types == 299 307
