OpenACC™ cache directive

Appears immediately after a loop header, identifying subarrays and individual array elements that should be fetched into the processor cache for the duration of the loop.
!$acc cache ( list ) #pragma acc cache( list )

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


OpenACC™ Application Programming Interface Version 1.0