Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

fopenmp-concurrent-host-device-compile, Qopenmp-concurrent-host-device-compile

Enables parallel compilation of host and target compilation steps when performing OpenMP offload compilations. This is an experimental feature.

Syntax

Linux:

-fopenmp-concurrent-host-device-compile

Windows:

/Qopenmp-concurrent-host-device-compile

Arguments

None

Default

OFF

No parallel compilation of host and target compilation steps occurs when OpenMP offload compilations are performed.

Description

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.

IDE Equivalent

None

Alternate Options

None