A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-06B66264-71A0-4626-9980-60C7E1D46414
Visible to Intel only — GUID: GUID-06B66264-71A0-4626-9980-60C7E1D46414
OpenMP Offloading Tuning Guide
Intel® LLVM-based C/C++ and Fortran compilers, icx, icpx, and ifx, support OpenMP offloading onto GPUs. When using OpenMP, the programmer inserts device directives in the code to direct the compiler to offload certain parts of the application onto the GPU. Offloading compute-intensive code can yield better performance.
This section covers various topics related to OpenMP offloading, and how to improve the performance of offloaded code.