Enables options to be passed to the specified tool in the device compilation tool chain for the target. This compiler option supports OpenMP* offloading.
Linux: | -Xopenmp-target-tool=T "options" |
Windows: | -Xopenmp-target-tool=T "options" |
tool |
Can be one of the following:
Some targets may have frontend and backend in one component; in that case, options are merged. |
||||||
T |
Is the target triple device. |
||||||
options |
Are the options you want to pass to tool. |
OFF |
No options are passed to a tool. |
This option enables options to be passed to the specified tool in the device compilation tool chain for the target. It supports OpenMP* offloading.
Visual Studio: Linker > General > Pass <arg> to the backend of target device compiler specified by <triple> for OpenMP offload
DPC++ > Language > Pass <arg> to the frontend of target device compiler for OpenMP offload
C/C++ > Language [Intel C++] > Pass <arg> to the frontend of target device compiler for OpenMP offload
Linker > General > Pass <arg> to the device code linker for OpenMP offload
Eclipse: Linker(Or Intel C++ Linker) > General > Pass <arg> to the backend of target device compiler specified by <triple> for OpenMP offload
Intel® oneAPI DPC++ Compiler > Language > Pass <arg> to the frontend of target device compiler for OpenMP offload
Intel C++ Compiler > Language > Pass <arg> to the frontend of target device compiler for OpenMP offload
Linker(Or Intel C++ Linker) > General > Pass <arg> to the device code linker for OpenMP offload
None