!$acc kernels loop async (5)
!$acc kernels loop attach (a, b, c)
!$acc kernels loop copy (a, b, c)
!$acc kernels loop copyin (x[0 : N], y[0:M])
!$acc kernels loop copyin (readonly: m, n)
!$acc kernels loop copyin (readonly: m, n, readonly)
!$acc kernels loop copyin (readonly: readonly::m, n, readonly)
!$acc kernels loop default (present)
!$acc kernels loop deviceptr (a, b, c)
!$acc kernels loop no_create (a, b, c)
!$acc kernels loop num_workers (6)
!$acc kernels loop present (a, b, c)
!$acc kernels loop vector_length (512)
!$acc kernels loop wait (12, 23, 34)
!$acc kernels loop copyout (12, 23, 34)
!$acc kernels loop copyout (zero: 12, 23, 34)
!$acc kernels loop copyout (zero: 12, 23, 34, zero)
!$acc kernels loop copyout (zero: zero::12, 23, 34)
!$acc kernels loop create (12, 23, 34)
!$acc kernels loop create (zero: 12, 23, 34)
!$acc kernels loop create (zero: 12, 23, 34, zero)
!$acc kernels loop create (zero: zero::12, 23, 34)
!$acc kernels loop if (5)
!$acc kernels loop if (x==3)
!$acc kernels loop self (5)
!$acc kernels loop self (x==3)
!$acc kernels loop device_type (x, y, z)
!$acc kernels loop copyin (readonly: x, y, z, a, b, c)
!$acc kernels loop copyin (readonly: x, y, z, a, b, c, 1, 2, 3)
!$acc kernels loop copyin (x, y, z) copyin (readonly: a, b, c)
!$acc kernels loop copyin (readonly: x, y, z) copyin (a, b, c)
!$acc kernels loop copyin (x, y, z, a, b, c)
!$acc kernels loop copyout (zero: x, y, z, a, b, c)
!$acc kernels loop copyout (zero: x, y, z, a, b, c, 1, 2, 3)
!$acc kernels loop copyout (x, y, z) copyout (zero: a, b, c)
!$acc kernels loop copyout (zero: x, y, z) copyout (a, b, c)
!$acc kernels loop copyout (x, y, z, a, b, c)
!$acc kernels loop create (zero: x, y, z, a, b, c)
!$acc kernels loop create (zero: x, y, z, a, b, c, 1, 2, 3)
!$acc kernels loop create (x, y, z) create (zero: a, b, c)
!$acc kernels loop create (zero: x, y, z) create (a, b, c)
!$acc kernels loop create (x, y, z, a, b, c)
!$acc kernels loop async (expression1) async (expression2) async (expression3)
!$acc kernels loop async (expression1) async (expression2)
!$acc kernels loop async (expression1) async
!$acc kernels loop async async (expression1)
!$acc kernels loop num_workers (expression1) num_workers (expression2) num_workers (expression3)
!$acc kernels loop num_workers (expression1) num_workers (expression2)
!$acc kernels loop vector_length (expression1) vector_length (expression2) vector_length (expression3)
!$acc kernels loop vector_length (expression1) vector_length (expression2)
!$acc kernels loop self (expression1) self (expression2) self (expression3)
!$acc kernels loop self (expression1) self (expression2)
!$acc kernels loop self (expression1) self
!$acc kernels loop self self (expression1)
!$acc kernels loop num_gangs (expression1) num_gangs (expression2) num_gangs (expression3)
!$acc kernels loop num_gangs (expression1) num_gangs (expression2)
!$acc kernels loop wait wait (a, b, c, d)
!$acc kernels loop 
!$acc kernels loop private (a, b, c)
!$acc kernels loop auto
!$acc kernels loop auto
!$acc kernels loop collapse (1)
!$acc kernels loop collapse (1) collapse (2)
!$acc kernels loop collapse (1) collapse (2)
!$acc kernels loop device_type (a, b, c)
!$acc kernels loop gang
!$acc kernels loop gang (a, b, c)
!$acc kernels loop gang (a, b, c, d)
!$acc kernels loop gang (a, b, c) gang
!$acc kernels loop gang gang (a, b, c, d)
!$acc kernels loop independent
!$acc kernels loop independent
!$acc kernels loop seq
!$acc kernels loop vector (length: a)
!$acc kernels loop vector (length: a) vector (length: b)
!$acc kernels loop vector (length: a)
!$acc kernels loop vector (c) vector (length: c)
!$acc kernels loop vector (c) vector (b)
!$acc kernels loop vector (c)
!$acc kernels loop worker (num: a)
!$acc kernels loop worker (num: a) worker (num: b)
!$acc kernels loop worker (num: a)
!$acc kernels loop worker (c) worker (num: c)
!$acc kernels loop worker (c) worker (b)
!$acc kernels loop worker (c)
!$acc kernels loop tile (1)
!$acc kernels loop tile (1, 2)
!$acc kernels loop tile (1, 2)
!$acc kernels loop tile (1, 2) worker (num: a) worker (num: 5) independent collapse (1)
!$acc kernels loop reduction (+: x, y, z, a, b, c)
!$acc kernels loop reduction (+: x, y, z) reduction (*: a, b, c)
!$acc kernels loop reduction (max: x, y, z) reduction (min: a, b, c)
!$acc kernels loop reduction (min: x, y, z, a, b, c)
!$acc kernels loop reduction (min: x, y, z) reduction (&&: a, b, c)
!$acc kernels loop reduction (||: x, y, z) reduction (&&: a, b, c)
!$acc kernels loop reduction (&&: x, y, z, a, b, c)
!$acc kernels loop reduction (max: x, y, max, min)
!$acc kernels loop reduction (+: x, y, z)
!$acc kernels loop reduction (*: x, y, z)
!$acc kernels loop reduction (max: x, y, z)
!$acc kernels loop reduction (max: x, y, max)
!$acc kernels loop reduction (max: max, y, z)
!$acc kernels loop reduction (max: max::x, y, max)
!$acc kernels loop reduction (max: max::x, max, max::y)
!$acc kernels loop reduction (min: x, y, z)
!$acc kernels loop reduction (min: x, y, min)
!$acc kernels loop reduction (min: min, y, z)
!$acc kernels loop reduction (min: min::x, y, min)
!$acc kernels loop reduction (min: min::x, min, min::y)
!$acc kernels loop reduction ($: x[5], y, z)
!$acc kernels loop reduction (|: x, y, z)
!$acc kernels loop reduction (^: x, y, z)
!$acc kernels loop reduction (&&: x, y, z)
!$acc end kernels loop 
