!$acc declare clause [, clause ...] | #pragma acc declare clause [, clause ...] |
Supported clauses are copy, copyin, copyout, create, present, present_or_copy, present_or_copyin, present_or_copyout, present_or_create, deviceptr, device_resident.
For more information, see Section 2.11 of The OpenACC™ Application Programming Interface, Version 1.0, available from http://www.openacc-standard.org.
OpenACC™ Application Programming Interface Version 1.0 |