OpenACC™ loop directive

Identifies a loop which will be executed on an accelerator device.
!$acc loop [clause [, clause ...]]
    do loop
#pragma acc loop [clause [, clause ...]]
    for loop

Supported clauses are collapse, gang, worker, vector, seq, independent, private, reduction.

For more information, see Section 2.8 of The OpenACC™ Application Programming Interface, Version 1.0, available from http://www.openacc-standard.org.


OpenACC™ Application Programming Interface Version 1.0