The syntax of the target parallel loop construct is as follows:
#pragma omp target parallel loop [clause[ [,] clause] ... ] new-line
loop-nest
where loop-nest is a canonical loop nest and clause can be any of the clauses accepted by the target or parallel loop directives, except for copyin, with identical meanings and restrictions.