Enables parallel compilation of host and target compilation steps when performing OpenMP offload compilations. This is an experimental feature.This feature is only available for ifx.
Linux: | -fopenmp-concurrent-host-device-compile |
Windows: | /Qopenmp-concurrent-host-device-compile |
None
OFF |
No parallel compilation of host and target compilation steps occurs when OpenMP offload compilations are performed. |
This option enables parallel compilation of host and target compilation steps when performing OpenMP offload compilations. It is an experimental feature.
It parallelizes the compilation steps that create the host and target binaries only, and it may improve compilation times.
None