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