Changes between Version 44 and Version 45 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
10/31/19 10:58:30 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v44 v45  
    3030 * `private(`list`)`
    3131 * `firstprivate(list)`
    32  * `lastprivate(list)` . . . . .[Unsupported]
     32 * `lastprivate(list)` . . . . .[In-progress]
    3333 * `reduction(op:list)`
    3434 * `nowait`
     
    4545 * `private(`list`)`
    4646 * `firstprivate(list)`
    47  * `lastprivate(list)` . . . . .[Unsupported]
     47 * `lastprivate(list)` . . . . .[In-progress]
    4848 * `reduction` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#Case2:forreduction detail])
    4949 * `schedule` . . . . . . . . . . . . [Unsupported]