インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Intel® Fortran provides several OFFLOAD compiler directives to perform offloading tasks during compilation. These directives are recognized by default; there is a command line option to tell the compiler to ignore them. These directives only apply to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
The following OFFLOAD compiler directives are available:
Causes the statement following the directive to execute on the target.
Cause a group of statements to be executed on the target.
Initiates asynchronous data transfer, or initiates and completes synchronous data transfer.
Specifies a wait for a previously initiated asynchronous activity.