Changes between Version 44 and Version 45 of Next-GenOpenMPTransformation
- Timestamp:
- 10/31/19 10:58:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Next-GenOpenMPTransformation
v44 v45 30 30 * `private(`list`)` 31 31 * `firstprivate(list)` 32 * `lastprivate(list)` . . . . .[ Unsupported]32 * `lastprivate(list)` . . . . .[In-progress] 33 33 * `reduction(op:list)` 34 34 * `nowait` … … 45 45 * `private(`list`)` 46 46 * `firstprivate(list)` 47 * `lastprivate(list)` . . . . .[ Unsupported]47 * `lastprivate(list)` . . . . .[In-progress] 48 48 * `reduction` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Case2:forreduction detail]) 49 49 * `schedule` . . . . . . . . . . . . [Unsupported]
