Changes between Version 18 and Version 19 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
05/16/19 10:54:58 (7 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v18 v19  
    33* Do not use non-sequentially consistent atomic directives;
    44* Do not rely on the accuracy of a false result from omp_test_lock and omp_test_nest_lock; and
    5 * Correctly avoid data races as required in Section 1.4.1 on page 23 (OpenMP spec 5.0)
     5* Correctly avoid data races as required in Section 1.4.1 on page 23 (OpenMP spec 5.0) ([https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf spec])
    66
    77The relaxed consistency model is invisible for such programs, and any explicit flush operations in such programs are redundant.